.WAFL (l>t@ B44a"3ntry(-ߑ#JZg44a"3^aurl ;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime text/htmlhvrsdata Lawrence Erlbaum Associates, Inc. - Nutrition and Cancer - 55(1):28 - Abstract
 Welcome UCLA Biomedical Library Sign in | Register  
 
 
Abstract
2006, Vol. 55, No. 1, Pages 28-34
(doi:10.1207/s15327914nc5501_4)

Effects of a Low-Fat, High-Fiber Diet and Exercise Program on Breast Cancer Risk Factors In Vivo and Tumor Cell Growth and Apoptosis In Vitro

R. James Barnard , Jenny Hong Gonzalez , Maud E. Liva , Tung H. Ngo



Abstract: The present study investigated the effects of a diet and exercise intervention on known breast cancer (BCa) risk factors, including estrogen, obesity, insulin, and insulin-like growth factor-I (IGF-I), in overweight/obese, postmenopausal women. In addition, using the subjects' pre- and postintervention serum in vitro, serum-stimulated growth and apoptosis of three estrogen receptor–positive BCa cell lines were studied. The women where placed on a low-fat (10–15% kcal), high-fiber (30–40 g per 1,000 kcal/day) diet and attended daily exercise classes for 2 wk. Serum estradiol was reduced in the women on hormone treatment (HT; n = 28) as well as those not on HT (n = 10). Serum insulin and IGF-I were significantly reduced in all women, whereas IGF binding protein-1 was increased significantly. In vitro growth of the BCa cell lines was reduced by 6.6% for the MCF-7 cells, 9.9% for the ZR-75-1 cells, and 18.5% for the T-47D cells. Apoptosis was increased by 20% in the ZR-75-1 cells, 23% in theMCF-7 cells, and 30% in the T-47D cells (n = 12). These results show that a very-low-fat, high-fiber diet combined with daily exercise results in major reductions in risk factors for BCa while subjects remained overweight/obese. These in vivo serum changes slowed the growth and induced apoptosis in serum-stimulated BCa cell lines in vitro.

Printable PDF (318 KB) PDF with links (246 KB)
 

Prev. Article | Next Article
View Printable PDF (318 KB)
View PDF with links (246 KB)
Add to favorites
Email to a friend

Quick Links
 • Alert me when:
New articles cite this article
 • Download to citation manager
 • Related articles found in:
LEAOnline
 • View Most Downloaded Articles
 
 
Quick Search
for 
Authors:
R. James Barnard ,
Jenny Hong Gonzalez ,
Maud E. Liva ,
Tung H. Ngo
postXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate -L, Q ^]ntry(m!_o_l/-cqH_<url 1http://www.leaonline.com/templates/jsp/script.jsbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mimeapplication/x-javascripthntt"HAI2LNRQ52F"hvrsdata/* function that will be called from document.onload event * main event handling, for all pages */ function preload() { load(); } function preunload() { unload(); } /* function that will be called from document.onload event * override this function to do individual onload event */ function load() { } function unload() { } /** * Change the forecolor of the element with id eid * to the color specified by color */ function changeForegroundColor(eid, color) { if(document.getElementById && (elem=document.getElementById(eid))) elem.style.color=color; } /** * Shorthand for id'ing elements */ function $(id) { return document.getElementById(id); } /** ccc rights link */ function RightslinkPopUp(aPublisher, aPublication, aTitle, aDate, aAuthor, aContentId, aCopyright, aVolume, aIssue, aStartPage, aEndPage, aIssn, aOrderBeanReset) { var location = "?publisherName=" + aPublisher + "&publication=" + aPublication + "&title=" + aTitle + "&publicationDate=" + aDate + "&author=" + aAuthor + "&contentID=" + aContentId + "©right=" + aCopyright + "&startPage=" + aStartPage + "&endPage=" + aEndPage; if (aVolume != null) { location += "&volumeNum=" + aVolume; } if (aIssue != null) { location += "&issueNum=" + aIssue; } if (aIssn != null) { location += "&issn=" + aIssn; } if (aOrderBeanReset != null) { location += "&orderBeanReset=" + aOrderBeanReset; } var link = "/servlet/linkout?type=rightslink&url=" + escape(location); var winprops = "location=no,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=550"; PopUp = window.open(link, 'Rightslink', winprops); } /* Function to load images. * note: make this empty method so that * 1) mininize code changes; 2) for future integration; 3) easier to take the feature back */ function MM_preloadImages() { } function MM_swapImgRestore() { } function MM_findObj(n, d) { } function MM_swapImage() { } function menuMouseOver(type, actualType) { document.getElementById('MenuItem_'+type).className='MenuItemOver_'+(type == actualType); } function menuMouseOut(type, actualType) { document.getElementById('MenuItem_'+type).className='MenuItem_'+(type == actualType); } function menuClick(type) { document.getElementById('MenuLink_'+type).click(); } // browser detection function browserCheck() { this.ns4 = (document.layers)? true:false; this.ie = (document.all&&(!window.opera))? true:false; this.dom = (document.getElementById)? true:false; this.ns6 = (window.sidebar)? true:false; this.moz = (window.sidebar||navigator.userAgent.indexOf('Gecko')!=-1)? true:false; this.opera = (window.opera)? true:false; this.mac = (navigator.userAgent.indexOf('Mac')!=-1)? true:false; } browser = new browserCheck(); var Obj; // multibrowser get object by id, in NN4 you cannot access all object (test it first) function getObjectByName(nameOfObject){ Obj = null; if (browser.ie) Obj = document.all[nameOfObject] else if (browser.dom) Obj = findDOMObject(nameOfObject) else if (browser.ns4) findLayer(window,nameOfObject); return (!Obj || ( browser.ns4 && Obj == window ) ) ? "Object not found" : Obj; } // helper function function findDOMObject(nameOfObject) { for (var i = 0; i < document.images.length; i++) { if (document.images[i].name==nameOfObject) return document.images[i] } return document.getElementById(nameOfObject) } // helper function function findLayer(node,nameOfObject) { if ( node.name == nameOfObject ) Obj = node; for ( var counter = 0; counter < node.document.images.length; counter++ ) { if (node.document.images[counter].name==nameOfObject) Obj = node.document.images[counter]; } for ( var i = 0; i < node.document.layers.length; i++ ) { findLayer(node.document.layers[i],nameOfObject); } } function toggleVisibility(id) { obj = getObjectByName(id); if (obj) { v = obj.style.display; obj.style.display = (v == 'none') ? 'block' : 'none'; i = getObjectByName('hiddenImage'); if(i) i.src = '/page/imageHack.jsp?object=' + id + '&display=' + obj.style.display + '&dummy=' + (new Date()).getTime(); } } /** CSS class support */ /** return true if removed, false if not found */ function removeClass(el, className) { if (!(el && el.className)) return false; var cls = el.className.split(" "); var ar = new Array(); for (var i = cls.length; i > 0;) if (cls[--i] != className) ar[ar.length] = cls[i]; el.className = ar.join(" "); return cls.length != ar.length; } /** return true if element has that class */ function hasClass(el, className) { if (!(el && el.className)) return false; var cls = el.className.split(" "); for (var i = cls.length; i > 0;) if (cls[--i] == className) return true; return false; } /** add class to element, if element already had that class - does nothink */ function addClass(el, className) { if (!el || hasClass(el, className)) return; if (el.className) el.className += " " + className; else el.className = className; } /** Add CSS rule as last rule in last stylesheet - override all previous definitions removing is harder - not implemented, use it with caution */ function addCssRule(selector, rule) { if (document.styleSheets) { var css = document.styleSheets[document.styleSheets.length-1]; // get last css if (css.addRule) css.addRule(selector, rule); // IE else if (css.insertRule) css.insertRule(selector + "{" + rule + "}", css.cssRules.length); // W3C } } /** get CSS style of the document */ function getCssText() { var imports = ""; var cssText = "\n"; var styleSheets = document.styleSheets; for (var i = 0; i < styleSheets.length; i++) { var css = styleSheets.item(i); var mediaText = typeof css.media == "string" ? css.media : css.media.mediaText; if (!mediaText || mediaText.indexOf("all") != -1 || mediaText.indexOf("screen") != -1) { if (css.imports) { // IE imports for (var j = 0; j < css.imports.length; j++) { var href = css.imports[j].href; var lastQuote = href.lastIndexOf('"'); if (lastQuote != -1) { // href contains media - "url" media mediaText = href.substr(lastQuote + 1); if (mediaText.indexOf("all") == -1 && mediaText.indexOf("screen") == -1) continue; href = href.substr(1, lastQuote - 1); } imports += '@import url("' + href + '");\n'; } } if (css.rules) { // IE rules for (var j = 0; j < css.rules.length; j++) { // How to filter media rules ??? cssText += css.rules[j].selectorText + " { " + css.rules[j].style.cssText + " }\n"; } } else if (css.cssRules) { // W3C compliant browser for (var j = 0; j < css.cssRules.length; j++) { var rule = css.cssRules.item(j); if (rule.type == rule.IMPORT_RULE || rule.type == rule.MEDIA_RULE) { mediaText = rule.media.mediaText; if (mediaText && mediaText.indexOf("all") == -1 && mediaText.indexOf("screen") == -1) continue; if (rule.type == rule.IMPORT_RULE) imports += rule.cssText; else cssText += rule.cssText + "\n"; } else { cssText += rule.cssText + "\n"; } } } } } return imports + cssText; } /** DOM Event support */ /** addEventListener method may already exist, it's not trivial implement it and not break it, use other mame 'addListener' is simple */ function addListener(el, evname, func) { if (el.attachEvent) el.attachEvent("on" + evname, func); else if(el.addEventListener) el.addEventListener(evname, func, true); } /** removeEventListener */ function removeListener(el, evname, func) { if (el.detachEvent) el.detachEvent("on" + evname, func); else if (el.removeEventListener) el.removeEventListener(evname, func, true); } /** Server session access */ /** helper method to access session object */ function _getSession() { return window.session ? window.session : (window.session = new Array()); } /** send request to server to preserve some value between different requests, value is accessible using getSessionAttribute */ function setSessionAttribute(name, value) { /* just to test callback */ function test(doc) { // alert("Server returned: " + doc.body.innerHTML); } sendServerMsg("/action/sessionAccess?action=setJavaScriptAttribute&name=" + name + "&value=" + value, test); _getSession()[name] = value; } /** see setSessionAttribute */ function getSessionAttribute(name) { return _getSession()[name]; } /** send request - url - to the server, response is accessible in document passed to callback function DO NOT Send anything before page is loaded! */ function sendServerMsg(url, callBack) { /* called when frame is loaded */ function _receiveServerResponse(ev) { var iFrame = window.event ? window.event.srcElement : ev.currentTarget; // IE : W3C var doc = iFrame.contentDocument ? iFrame.contentDocument : document.frames(iFrame.id).document; // W3C : IE if (iFrame.callBack) iFrame.callBack(doc); document.body.removeChild(document.getElementById(iFrame.id)); } var iFrame = document.createElement('iframe'); addListener(iFrame, "load", _receiveServerResponse); iFrame.setAttribute("id", "msgFrame" + new Date().getTime()); // so IE can retrive document iFrame.setAttribute("src", url); iFrame.setAttribute("style", "display:none"); if (callBack) iFrame.callBack = callBack; document.body.appendChild(iFrame); } /** copy innerHTML of src element to innerHTML of target element */ function copyInnerHtml(src, target) { var domSupported = document.getElementById ? true : false; var se = (domSupported && typeof src == "string") ? document.getElementById(src) : src; var te = (domSupported && typeof target == "string") ? document.getElementById(target) : target; if (se.innerHTML && te.innerHTML) te.innerHTML = se.innerHTML; } /** filter select options, options that do not contain filter text are removed in first use, original select options are backed up as attribute optionsCopy */ function filterSelect(selectId, value) { var select; if (document.getElementById && (select = document.getElementById(selectId)) && select.options) { if (!select.optionsCopy) { select.optionsCopy = new Array(); select.optionTexts = new Array(); for (var i=0; i'+document.title+''); tmp.writeln(el.innerHTML); tmp.writeln(''); tmp.close(); } if (anchor) { var target = (tmp.getElementById) ? tmp.getElementById(anchor) : (tmp.all) ? tmp.all[anchor] : false; if (target) { if (target.scrollIntoView) target.scrollIntoView(); else if (window.scroll && target.offsetTop) el.popupWindow.scroll(0, target.offsetTop); } } } } /** marks all check box */ function markAllCheckboxes(aForm, aNamePrefix, aChecked) { var elmts = aForm.elements; for (var i=0; i 0); if (addElmt) url += "&" + elmts[i].name + "=" + elmts[i].value; } window.location = url; } } /** * @param aAuthorArray array stores all authors * @param aKeywordArray array stores all keywords */ function getAuthorsAndKeywords(aForm, aAuthorArray, aKeywordArray, aForceAdd) { setCheckWhenDefine(aForm.sauthusercbx, true); setCheckWhenDefine(aForm.keyusercbx, true); var elements = aForm.elements; var cntAuthor = -1; var cntKeyword = -1; for (var i=0; i0) || (aKeywords.length>0)) { pmurl = "http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?dopt=DocSum&cmd=Search&db=PubMed&term="; for (var i=0; i0) && (aKeywords.length>0)) { pmurl += "+OR+"; } for (var i=0; i0) || (aKeywords.length>0)) { adsurl = "http://adsabs.harvard.edu/cgi-bin/nph-abs_connect?db_key=AST" + "&sort=SCORE&ttl_syn=YES&version=1" + "&txt_syn=YES&txt_logic=AND" + "&aut_syn=YES&aut_logic=AND"; if (aAuthors.length > 0) { adsurl += "&author="; for (var i=0; i 0) { adsurl += "&text="; for (var i=0; i0) || (aKeywords.length>0)) { var array = [aAuthors, aKeywords]; for (var i=0; i, try to be W3C valid and still compatible with older browsers in modern browser ​ is ZERO WIDTH SPACE = invisible by it self in older browsers we need occupy as little space as possible, cannot use display: none because most browsers will ignore the ​ and won't wrap */ .wbr { font-family: "Lucida Sans Unicode", "Arial Unicode MS", sans-serif; font-size: 1pt; color: #fff; white-space: normal; letter-spacing: 0; word-spacing: 0; word-wrap: break-word; /* IE only */ } .noWrap { white-space: nowrap; } /* For multi-level ToC headings */ .tocHeading .subj-group { display: block; font-size: 90%; } /* boxed-text was originally rendered as blockquote */ div.boxed-text-, div.boxed-text-anchor, div.boxed-text-float { margin-left: 3em; } div.boxed-text-margin { /* no rule */ } .refnumber { text-align: left; vertical-align: top; } .references .note p { padding: 0em; margin: 0em; } /* TOC */ .articleEntry { margin-bottom: 1em; } /* OASIS table model, order of rules is important for correct overriding */ /* by default table cells will have borders, to disable border colsep/rowsep should be set to "0" */ .NLM_table-wrap td, .NLM_table-wrap td { border-right: 1px solid black; border-bottom: 1px solid black; } .NLM_table-wrap-foot p { margin: 0; } .NLM_table-wrap table { border: 1px solid black; border-spacing: 0px; border-collapse: collapse; width: 95%; } .NLM_table-wrap table.frame_none { border: none; } .NLM_table-wrap table.frame_left { border: none; border-left: 1px solid black; } .NLM_table-wrap table.frame_right { border: none; border-right: 1px solid black; } .NLM_table-wrap table.frame_top { border: none; border-top: 1px solid black; } .NLM_table-wrap table.frame_bottom { border: none; border-bottom: 1px solid black; } .NLM_table-wrap table.frame_sides { border: none; border-left: 1px solid black; border-right: 1px solid black; } .NLM_table-wrap table.frame_topbot { border: none; border-top: 1px solid black; border-bottom: 1px solid black; } table.rowsep0 td, table.rowsep0 th { border-bottom: none; } table.rowsep1 td, table.rowsep1 th { border-bottom: 1px solid black; } col.rowsep0, tr.rowsep0 td, tr.rowsep0 th { border-bottom: none; } col.rowsep1, tr.rowsep1 td, tr.rowsep1 th { border-bottom: 1px solid black; } tr th.rowsep0, tr td.rowsep0 { border-bottom: none; } tr th.rowsep1, tr td.rowsep1 { border-bottom: 1px solid black; } table.colsep0 td, table.colsep0 th { border-right: none; } table.colsep1 td, table.colsep1 th { border-right: 1px solid black; } col.colsep0, tr.colsep0 td, tr.colsep0 th { border-right: none; } col.colsep1, tr.colsep1 td, tr.colsep1 th { border-right: 1px solid black; } tr th.colsep0, tr td.colsep0 { border-right: none; } tr th.colsep1, tr td.colsep1 { border-right: 1px solid black; } /* last element takes border from the table, have none on its own */ .NLM_table-wrap table tr.last td { border-bottom: none; } .NLM_table-wrap table tr td.last, .NLM_table-wrap table tr th.last { border-right: none; } /* NLM title and inlinehead (heading[@format='inline']), for historic reason without NLM_ prefix */ .title1, .title2, .title3, .title4, .title5, .inlinehead1, .inlinehead2, .inlinehead3, .inlinehead4, .inlinehead5 { font-weight: bold; } .searchNone0, .searchNone1, .searchNone2, .searchNone3, .searchNone4, .searchNone5, .searchNone6, .searchNone7, .searchNone8, .searchNone9 { color: inherit; background-color: inherit; font-weight: inherit; } .searchTerm0 { color: black; background-color: #ffff66; font-weight: bold; } .searchTerm1 { color: black; background-color: #a0ffff; font-weight: bold; } .searchTerm2 { color: black; background-color: #99ff99; font-weight: bold; } .searchTerm3 { color: black; background-color: #ff9999; font-weight: bold; } .searchTerm4 { color: black; background-color: #ff66ff; font-weight: bold; } .searchTerm5 { color: white; background-color: #880000; font-weight: bold; } .searchTerm6 { color: white; background-color: #00aa00; font-weight: bold; } .searchTerm7 { color: white; background-color: #886800; font-weight: bold; } .searchTerm8 { color: white; background-color: #004699; font-weight: bold; } .searchTerm9 { color: white; background-color: #990099; font-weight: bold; } .citation_source-book, .citation_source-journal { font-style: italic; } .dash { font-size: 13px; } .quote { margin: 1em 0em 1em 5em; display: block; } /* content is indexable */ .index { } /* entity images: A: static entity image from fs B: dynamic baseline C: dynamic bottom */ .entityA { } .entityB { border: 0px; vertical-align: baseline; } .entityC { border: 0px; vertical-align: bottom; } .toc_subarticle_style { font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .toc_subarticle_authors_style { font-size: 10px; font-family: Arial, Helvetica, sans-serif; } .toc_subarticle_title_style { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }postijXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate rHij&Qntry(6o]?_uptQZ/ͷ&url ?http://www.leaonline.com/templates/jsp/_midtier/_lea/style.cssbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime text/csshntt"HAI2LNRQ2Tc"hvrsdatabody { font-size: 10pt; background-color: #ffffff; color: #000000; font-family: arial, helvetica, sans-serif; margin-left: 0pt; margin-top: 0pt; border-width: 0pt; } img, td, th { border-width: 0pt; border-spacing: 0pt; } .textInput { width: 100pt; } .hr, hr { width: 100%; height: 1px; color: #003366; background-color: #003366; border: 0px; } table.headerLogo, table.identitiesBar, table.identitiesBar, table.mainMenu, table.quickSearch, table.pageBody, table.footer { width: 775px; padding: 0pt; margin: 0pt; } table.headerLogo { border-width: 0px; border-spacing: 0pt; background-color: #003366; } table.identitiesBar { border-width: 1px; border-color: #003366; border-style: solid; background-color: #cccccc; } table.identitiesBar a, table.identitiesBar a:visited, a.identitiesBar:active, a.identitiesBar:link { font-size: 8pt; color: #8B0000; } table.MainMenu { border-spacing: 1pt; } table.mainMenu td { text-align: center; } table.mainMenu a, table.mainMenu a:visited { color: white; } form.quickSearch { display: inline; margin: 0pt; padding: 0pt; } form.quickSearch * { font-size: 8pt; font-family: arial, helvetica, sans-serif; vertical-align: middle; } td.pageBody { margin: 0pt; border-width: 0pt; padding: 0pt 0pt 0pt 5pt; } table.homePage { width: 100%; } table.homePage td.left { padding-left: 0pt; margin-left: 0pt; vertical-align: top; width: 33%; } .verticalBar * { margin: 0px; border-width: 0px; padding: 0px; } .verticalBar table td { width: 1px; height: 100% !important; background-color: #003366; } table.homePage td.right { vertical-align: top; padding: 1em; width: 66%; } td.bullet { width: 0.5em; text-align: left; vertical-align: top; } .menuTabSelected, a.menuTabSelected, a.menuTabSelected:visited, a.menuTabSelected:active, a.menuTabSelected:link { background-color: #003366; color: #FFFFCC; font-weight: bold; text-decoration: none; font-size: 10pt; } .menuTabs, .menuTabPlain, a.menuTabPlain, a.menuTabPlain:visited, a.menuTabPlain:active, a.menuTabPlain:link { background-color: #EEEEEE; color: #800000; font-weight: normal; text-decoration: none; font-size: 10pt; } .menuTabs .spacer1 { background-color: #999999; } .menuTabs .spacer2 { background-color: #FFFFFF; } .subMenuTabSelected, a.subMenuTabSelected, a.subMenuTabSelected:visited, a.subMenuTabSelected:active, a.subMenuTabSelected:link { background-color: #003366; color: #FFFFCC; font-weight: bold; text-decoration: none; font-size: 9pt; } .subMenuTabs, .subMenuTabPlain, a.subMenuTabPlain, a.subMenuTabPlain:visited, a.subMenuTabPlain:active, a.subMenuTabPlain:link { background-color: #003366; color: #FFFFFF; font-weight: normal; text-decoration: none; font-size: 9pt; } .subMenuTabs .spacer1 { background-color: #000066; } .subMenuTabs .spacer2 { background-color: #004488; } .menuTabsPage { padding: 1em; border-width: 1px; border-style: solid; border-color: #003366; width: 100%; } table.breadcrumbs tr td { font-size: 8pt; font-family: arial,helvetica,sans-serif; } p { font-size: 10pt; font-family: arial,helvetica,sans-serif; } td, th { font-size: 10pt; font-family: arial,helvetica,sans-serif; } td.main { padding-right: 0px; padding-left: 10px; padding-bottom: 10px; padding-top: 10px; } td.fulltext { font-size: 12pt; font-family: times,serif; font-weight: normal; text-decoration: none; } table.quickLinks { width: 170px; } .quickLinks { border-width: 1px; border-style: solid; border-color: #555555; } .quickLinks th { border-width: 0px 0px 1px 0px; border-style: solid; border-color: #555555; background-color: #DFDFDF; text-align: center; } .quickLinks td { background-color: #FFFFFF; } .journalIndexBar { background-color: #eeeeee; } .journalIndexBar td { padding-left: 12px; text-indent: -4px; font-size: 8pt; } .logoStyle1 { font-size: 18pt; font-family: Arial,Helvetica,Verdana,sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: none; } .logoStyle2 { font-size: 12pt; font-family: Arial,Helvetica,Verdana,sans-serif; font-style: italic; color: #FFFFFF; text-decoration: none; } .logostyle3 { font-size: 12pt; font-family: Arial,Helvetica,Verdana,sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: none; } .mainMenu { font-size: 10pt; font-family: Arial, Helvetica, Verdana,sans-serif; font-weight: bold; color: #FFFFFF; text-align: center; vertical-align: middle; text-decoration: none; } .fulltext { font-size: 12pt; font-family: times,serif; font-weight: normal; text-decoration: none; } .li1 { font-size: 10pt; font-family: times,serif; } .fulltextdd { font-size: 8pt; font-family: times,serif; } .quote { padding-right: 3em; padding-left: 3em; text-align: left; } a.topic_link { font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none; } a.topic_link:hover { font-size: 10pt; font-weight: bold; color: #ff0000; text-decoration: underline; } .topic_text { font-size: 10pt; } a:link { color: #003366; } a:visited { color: #003366; } a.ext_link { font-size: 9pt; font-weight: bold; color: #660000; text-decoration: none; } a.ext_link:hover { font-size: 9pt; font-weight: bold; color: #ff0000; text-decoration: underline; } .section_head { font-weight: bold; font-size: 10pt; color: #7D2A07; } .category { font-weight: bold; font-size: 9pt; color: #7D2A07; } .link { font-size: 9pt; } .indiv { font-size: 10pt; color: #000000; } .smallred { font-size: 8pt; color: #980000; } .grey10 { font-size: 10pt; color: #CCCCCC; } .black9pt { font-size: 9pt; color: #000000; } .loginFormRememberHelp, .loginFormRememberHelp a, .black8pt { font-size: 8pt; color: #000000; } .gray9pt { font-size: 9pt; color: #999999; } .loginForm label, .sectionTitle { color: #003366; font-weight: bold; font-size: 10pt; } h1.loginForm, .pageTitle { color: #7D2A07; font-weight: bold; font-size: 14pt; margin-top: 1em; } .journalTitle { color: #003366; font-weight: bold; font-size: 16pt; } .bc { font-size: 8pt; } .bcA { font-size: 8pt; font-weight: bold; color: #000000; } .noLinkLine, .ref { text-decoration: none; } .smallcaps { font-variant: small-caps; } .art_title { font-weight: bold; } .art_authors { font-style: italic; } .Authors { font-weight: bold; font-family: times, serif; font-size: 12pt; } .arttitle { font-weight: bold; font-size: 11pt; } .articleworkflow-table { background-color: #EEEEEE; width: 600px; border: 1px #000000 solid; font-size: 10pt; font-style: normal; font-weight: normal; font-family: Arial,Helvetica,sans-serif; color: #000000; } .articleworkflow-table-head { background-color: #000000; font-size: 10pt; font-style: normal; font-weight: bold; font-family: Arial,Helvetica,sans-serif; color: #FFFFFF; } .articleworkflow-table-text { font-size: 10pt; font-style: normal; font-weight: normal; font-family: Arial,Helvetica,sans-serif; color: #000000; } a.issueStyleCategory { font-size: 10pt; color: blue; text-decoration: none; } a.issueStyleCoverDate { font-size: 10pt; color: blue; text-decoration: none; } a.issueStyleVolIssue { font-size: 8pt; color: #000000; text-decoration: none; } a.issueStyleSample { font-size: 10pt; font-weight: bold; color: #008800; text-decoration: none; } a.issueStyleLatest { font-size: 10pt; font-weight: bold; color: #880000; text-decoration: none; } .QuickSearchBoxForm label { font-size: 10pt; color: #000000; text-decoration: none; } .QuickSearchBoxForm .header { font-weight: bold; color: #555555; } .QuickSearchBoxForm a { font-size: 8pt; color: #A02020; text-decoration: underline; text-align: right; } .MarketingMessageArea { border: 1px dotted gray; text-align: center; vertical-align: middle; margin-left: 1em; margin-right: 1em; } table.showjournals { margin-left: 1em; } .header1, h1 { color: #003366; font-weight: bold; font-size: 15pt; margin-bottom: 0pt; } .header2, h2 { color: #003366; font-weight: bold; font-size: 13pt; margin-top: 0pt; } .homePage h1, .header3, h3 { color: #7D2A07; font-weight: bold; font-size: 12pt; } .header4, h4 { color: #003366; font-weight: bold; font-size: 11pt; } .error { color: red; } .success { color: green; } #hide {display:none} .ConfirmPrepay table { background-color: silver; } .searchResultCell { text-align: left; vertical-align:top; } .searchResultTitle { color: #000000; font-weight: bold; } .searchResultAuthor { font-style: italic } a.searchResultJournal:hover { text-decoration: underline; } .searchResultJournal, a.searchResultJournal { color: #006699; text-decoration: none; } .searchResultCitation { color: #000000; } .searchResultAbstract { color: #000000; } /* this is hack for see xsl2_shared.xsl for more details ... */ .wbr { visibility: hidden; color: #fff; font-size: 1px; } .citedByEntry { margin-bottom: 0.5em; } .citedBySection { margin-bottom: 2em; } .search_result_right .section_head { text-align: center; } post_upXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate _upו&Q&%Tntry(8T148ƔCX觇Hurl :http://www.leaonline.com/templates/jsp/_midtier/script.jsbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mimeapplication/x-javascripthntt"HAI2LNRQ1dZ"hvrsdata/* Function to show help page */ function popupHelp(url) { popupHelp550(url); } /* Function to open up a new browser window, without a navigation bar */ function newWindow(url) { var new_window; var windowProperties; windowProperties = "width=750,height=700,top=30,left=230,toolbar=0,menubar=0,resizable=1,scrollbars=yes"; if(new_window==null) { new_window = window.open(url,null,windowProperties); } else { new_window.document.replace(url); } } function goTo( url ) { window.location.href = url; } // for use like
xxx function parentWindowGoTo(url, closeSelf) { if (self.opener != null) { self.opener.location = url; self.opener.focus(); } else { self.location = url; } if(closeSelf) self.close(); return false; } /* Function to go to selected item in drop down menu */ function GoTo(sel, targetstr) { var index = sel.selectedIndex; if (sel.options[index].value != '') { if (targetstr == 'blank') { window.open(sel.options[index].value, 'win1'); } else { var frameobj; if ((frameobj = eval(targetstr)) != null) frameobj.location = sel.options[index].value; } } } //// /// search related // /** function to show next search page */ function searchNextResultPage(aForm, aOffset) { var x = eval(aForm.startPage.value) + aOffset; aForm.startPage.value = x; aForm.submit(); } /** function to submit search form with first page */ function searchShowFirstPage(aForm, aCheckSort) { if (aCheckSort) { if (aForm.sortBy[0].defaultChecked == aForm.sortBy[0].checked) { return; } } aForm.startPage.value = 0; aForm.submit(); } /** invoke when a search result form is being submitted */ function onResultSearchFormSubmit(aForm) { if (aForm.searchText && aForm.searchText.value) { aForm.startPage.value = 0; } aForm.submit(); } /** modify current search query */ function onModifySearchClick(aForm) { var elmts = aForm.elements; for (var i=0; i 0) window.location = aForm.history.options[index].value; } /** user clicks "Mark or unmark all items" checkbox */ function onClickMarkAll(aForm) { var markall = aForm.markall.checked; markAllCheckboxes(aForm, "", markall); } function submitArticles(aForm, action) { submitMultiArticles(aForm, action, false); } /** submit form instantly */ function onSearchRadioClick(aRadio) { document.forms['frmSearch'].submit(); } /** when user clicks suggested search query */ function submitSuggestedSearch(aQuery) { var frm = document.forms['frmSearch']; frm.prevSearch.value = aQuery.replace(/\+/g, "%2B"); frm.submit(); } /** in submission of journal search */ function onSubmitJournalSearch() { var url = "/action/doSearch?action=search"; var elmts = document.frmJournalSearch.elements; var prevSearch = ""; for (var i=0; i 0) // prevSearch += "%20and%20"; // prevSearch += // "%2B(" + _toQueryTerm("journalvolumefield", value) + // "+" + // _toQueryTerm("journalpublicationyearfield", value) + // ")"; } else { if (prevSearch.length > 0) prevSearch += "+"; prevSearch += _toQueryTerm(name, value); } } url += ("&prevSearch=" + escape(prevSearch)); window.location = url; } /** helper method in onSubmitJournalSearch() */ function _toQueryTerm(aField, aValue) { var myValue = aValue.replace(/\"/g, ''); var hasSpc = false; for (var i=aValue.length-1; i>=0; i--) { if (aValue.charAt(i) == ' ') { hasSpc = true; break; } } if (hasSpc) myValue = '\"' + myValue + '\"'; return ("%2B" + aField + "%3A" + myValue) } /** when user clicks suggested search query */ function submitSuggestedSearch(aQuery) { var frm = document.forms['frmSearch']; frm.prevSearch.value = aQuery.replace(/\+/g, "%2B"); frm.submit(); } function checkElement(aForm, aName, aValue) { var elmts = aForm.elements; for (var i=elmts.length-1; i>=0; i=i-1) { if ((elmts[i].name == aName) && (elmts[i].value == aValue)) { elmts[i].checked = true; return; } } } function checkSearchInput(aForm) { if (aForm.searchText.value == "Enter Keywords") { alert("Please enter search terms"); } else { aForm.submit(); } } function checkValue(value, errorValue, errorMessage) { if (value == errorValue) { alert(errorMessage); return false; } return true; } //// /// for save search // function getSaveSearchNameObject(aForm) { var obj; if (! document.all) { var arr = aForm.elements; for (var i=0; (! obj) && (i0)) { alert("Sorry, e-mail alert for journals with \n" + "full access rights is not available."); return; } var elmts = aForm.elements; for (var i=0; iD^Mjuurl Ahttp://www.leaonline.com/templates/jsp/_midtier/_lea/favicon.icobsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mimehntt"HAI2LNRQ0DG"hvrsdata(( post(XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate F=(&Qu>ntry(«ؙ6O.R Yٹ1{CHa %Wurl ?http://www.leaonline.com/templates/jsp/snippedit/snippedit.cssbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime text/csshntt"HAI2LNRQ0Wi"hvrsdata.snippet { border-style: dotted; border-width: 2px; margin: -1px; } .HideSnippetBorders .snippet { border-style: none; border-width: 0px; margin: 0px; } .snippet table { empty-cells: show; border-collapse: separate; } .snippet table, .snippet td, .snippet th { border: 1px dotted gray; } .HideTableBorders .snippet table, .HideTableBorders .snippet td, .HideTableBorders .snippet th { empty-cells: hide; border-collapse: collapse; border-style: none; } .deleted { background-color: #ff0000; text-decoration: line-through; } .inserted { background-color: #00ff00; } .changed_src { background-color: #ffff00; text-decoration: line-through; } .changed_des { background-color: #ffff00; } .deleted_op { background-color: #ff7777; text-decoration: line-through; } .inserted_op { background-color: #77ff77; } .changed_src_op { background-color: #dddd77; text-decoration: line-through; } .changed_des_op { background-color: #dddd77; } .scope_page { border-color: #f00; } .changed.scope_page { border-color: #800; } .scope_journal { border-color: #00f; } .changed.scope_journal { border-color: #008; } .scope_shared { border-color: #0f0; } .changed.scope_shared { border-color: #080; } .SnippetChanged { border-style: solid; } .snippet a.anchor { padding: 4px; width: 8px; background: url('/HTMLArea/plugins/ContentEditor/img/anchorSmall.gif') no-repeat; } .HideSnippetBorders .snippet a.anchor { display: none !important }post YXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate « Y&QWntry(\9T|(Lt^%L\> *pQurl !http://purl.org/DC/elements/1.0/bsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime text/urlhvrsdata[InternetShortcut] URL=http://dublincore.org/documents/1998/09/dces/# postt^XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate \9t^",QQHntry(k|L#m/Z&-Xp`Qurl Khttp://www.leaonline.com/templates/jsp/_midtier/_lea/images/lea-banner.gifbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime image/gifhntt"HAI2LNRRAQT"hvrsdataGIF89aThFtMq1Z3f! NETSCAPE2.0!,Tx0I8ͻ`(dih BBa+,,v5@=]m2z>Vm ԤjN~?H@rE7FiSG0VPnٍLr(v@@xИo ",b^];p"*.dIɓ(S@q3HIE4Ú$s9Дr݂x͂maN@n!-6Ƿ1i*_>mQ6 ҁ<W@iwq+xPʗuΤY S7*+^̸9,ASR'2"@Dn:4 9E;Wh$0-EUA f-+2 P7*[b4k-p 餺uLBa@|7XH98O_:F˟OVK:ZYFM1ML3@FK EUNL֬^D0pAMP1r <,Bqp"4P!c D4XCE~-ǂN5SrWXߔTViӖG?`3O!܂F13\uHw^[0gA&ae_Ԍ69b2,~s0H4BZ1gD^\H~#G_ĥ1R* XPHXj뭸6$9Lf5)7=dV #>Ͳ]۲\ؕN 6CL∱IIYHMP1配nF8 K\sj1g& pT!kjgGdN &P=PF,%ITt<{VQ'OYVPa3h0AXc=6"M0 gV$*3*ZB960]۪9Pp-pNaE`2P$߲,9,XTl@LĞ4]s3#VqAk疙?pnm>o3{: Ĩt %ı| om__*q-;MIqCZj@Dj#;"X\n[Q*V Nl4߮Tt--%D"ӿ QCtOMlxPŊzYݼ H{9jFw1 *$ Dl̤[U$6ZI $2PN"+P$!AYi/!1@`)!V HG j rc[ ͧvI@ f8!t0ʂģC2RT"CSV$ XRSeg)ݲ|@G_^awdTI˂ز<{,Hq҄&` 8IċR:aPN@|~r$;yG`a ,<І:$/10Q{r"Z  cDk\o"]h? q 88B9L9ͩN?tKD @Ma5 T>Y ;Xhn<ԍDb1Ѫjx[5iO"66CCe ~ x hjiNX1rQ%VFiO@󄅃ab2: 1h/p@(5|NXȨJy9 2 OsEsn!ⱓa-w71ln>pNmI>K^+"t ט fRx0#34)BTW9Ӗa`E$ ?Mb]*BJ .r Љ7R *nbe#Hg@-ny9  A<"%BAQ waF>KTɪGē'#M,68s%LNsG)[&=M0îLcdXfrJBņTXȨCзC1k,#FHD.P$[+#9ӊҨda@δQҒ˖EDh. "h2˘dn1ЊYlea1u5o fi 4(9W.yMQIX7w4XCz&Bhe :ԙYmm9*77%M>m`6Zem܄ Z B5ͷijY 4K3"ڀ~ߺdDDh^B G 1W<ÅOj5=R(&է&9er!DDBdx\SI0NLq˲LϠ J}H@DC4"9bi&Riu؄#nGu{K(Fv Z'Oy، IK܋ "HMC+(6 %j !ҼzAlHнƖϜ%9V.;"7U<G_w=&TQyN2K:3Oc5mj= eDr3V 23@ͱ["b'GX^s6d0@F9nڡ>*@U"mamȡAt?Qۧw1XPWq2㷃rc r~R)S 0# İBv )3R !J iR>OeC;A r8ȂD( Ӓ"EhF^Ch@`#FGta4\_t#}7F XA@uX[X<8v%GnjZ6='5RQBI扽bPff=eTupPM0EFKVWyIG$ ^£N6JHø(nA#o񈏸1@ax JMW~) `pq&u&"`PrB myOZ~ '"-E *%ŐI2ap1ӱC42EF$_TQByE]s&@ii?xzeJГ-eO%ac6$@d{1 )K.805&bQRڒH$DۇVv&qa !R@1&>p1"Pb&}!A%sOy/!q`@1yi-8 Q1) (8P[Y/DTK>"v@j1QkBC6%A=)'&Vib\SH[lt0CiE@u\+Xp)i@:FEscdFU !q%'V$ LEə1Iqy&dr20D)CS,D,SQQ6bl 1FGEOSE.tb">} o gq0Ddd[87*xFh96Zy !2i@ [ʟҋR0^?;Iwt<"e,7ʊSu$Vx21& 6s/bL 6Ad""0s?R)))ʑ)/ڱwMbShG2 E:1 }^+TTsG0By  ԑb[SE_ĕb#R8)e2AN-QkPQ2Pq9`!+2qE}Kf) tAeT$v$sFagɠj6]?a(SH?Ѳ?r[ xu9nS|+#EVDd ٠f KeFȱq,hX-,!٫-Bm^G{#Z(3c&׀d$6C&y5@ys+*љa*!)-oInIv l+SQ⋥؈E 1kIJoԥ 6;(ԳacXV8v9$$^(q|s"%EvJ*UPB[B3M];A)6XR,LA acM]1 ;hy;D ]#& dTd 5 T:08b{$Gc1E1C YL "D  "!2w,ꛃ1MĪQےNwmȠb\`9#D%Vp RKP)}J=f,##D/L,kɍTZ417km,-[l{~t!d)d6&E2yC]4=a`7Mw7M_2 -# ]#FL;ڋR^4FGPE5TXn8mFOOH1NAaG"hD*% 01/ J] S&-ua i3V 饻%Q) Dv_BFTHo8!-nqUsʍg>a Ko mй_=5GHk UI w FdTݑvkZvS['(di)P6m8_{@ {^WI@W+\*LoF.meY jzSMb("S^=)lNl-c8562E5% ~VvuZCXb;`SơcF])'&Oe6i]n]?|A88#}x2Zd*Ჱ<څq&8[ z$Pj0 ,(ȑ$K i&$ƀB)|c:ZC©.S8FUB(.MUÄp1P aAGa6/C\O\e6p9 VtlFIwĠfH$HTh*X-sFaދ*[nIjA7GV+Ƴ-,LqJ PKTJLKNB8&X58~ؘ Dwj+:nkQ"tњ њ\`fs;5gDx~ v%ľtb)(RnDB$550'*jI(%7Oc>Wv!c:*=8OTTB75m-guI`3955ckEt(v/O %=LN JΫ7Γ=-S U4ձ7~]H 64XFT\=*账)f=VC42B3Z[xqL9שPƊHԀW4]"8 `A^KTC A\bfhD'` 2o81`HRF5 VZJy X"*R1{e”)pKֶ\ ;"d1,/CK"$W6P 3Nc c?͊:VPNO AJ6;w B%*RƲx)"|D.$rKVJY0QI c i3ϬK&q _VB ~* f=]<酘w>;Pچ1y d8gȢO4+3c4~J*"a EQ჉ΡPx"~ oR m^lK_jr ZfDNOhCu[*abE@}@߄6`T2Tu(82bg[ԁ5ꁋ O: ĺu 8^W2 ,D b]ʱUNTêgXJЖ(--LOȍ+^&h%+NIa `jFSI aq Uf+o7Z@3(Ocx+.Z|:ZQ wu2a\gCzjŨW3'TpqUYb1+ <ْxBJ4̡SpXI28ȁN /m+82VZH~]896*EJYyO0HOxԝudo<_]S>Zh6\kq^Ht4DO76NuؐHDp'V)h0[@P{Uc`/J1Uv8+h|gs#@>d>Ԗ¥reyɆjKiS‡W[EvIji0X*pebrU[&)Ms I7Zw$M`sLY x6WJQy[J]uqIo{)[U$"fcU]B~KL1%R)y/;\AmV˸ bKei'[$|٣GCŗ{CP# ~Gkh=jwtH#EpY7i}? )*+ ;Gb5۸ x ԰Z苪գ}dSw@ لHM^qG%}#QEo=Z7I:Ch04Yƫ1Z1D_   j7+YZIB#vß [ړN<~ 7GmH:;F#tȰ/7e;HR*j1qYlaoybH#J$ƅEbG7 wSp+HdpYUd`u){x{B ˲ ` >K4ktw#LjeGśt')܅ɢ9t('פUy`TLkYק x =xڨ{ׂzS}@U_vT ҪwuZ܏`HS7'ƲHI82Ϋ_Hv8|-\T{e*KvXMWY0ݹALqs)KB A Z7 ' ! ,i#x+wI!&k``(ap(ptmo5G,j,T(%ZXjsj0+x7bphlg,5?$]L?} |aX`jlnFwmДQWW'eyaJi܆%ܴ vcR?(JjF=A&AX"ľ0TZȥǂŝFCݹ9 ]z!8HIFt(;8pr_F%%u8 P0fa[ώ@:݇iaMz0^[Mz%jy")9):{F&}}鏓?J3vHy8b*ƫ.Klu9} =BnJr%QR-:*ؔA IiaVZյ-sx\DAjGw}!WX]V=g?iJ}gmpA y_U%60G ?r\7Pؠk[m 񧠛Z^Y*gYwh"(^RХL."ztUw~i&2|訤$!: wV1餇rYDz2Q]BgW^`PVW}ZvEjn^(\>_G"9Q#?e U:v!1AN'z>f-t ]$qنRX(_>)O"ItB4-N\DXgM\ i1T L,qЀ0#v l|A]|'BZm% "K38_d{t "M⦽ yxmߤlfX+ yylN`/$`/@ p`IeyN' [8'%̟ǝ׾/~ ;\ٷ0NJI<|UL{^@<[~ kT{ 0Pծ ΂c\e?!(,_#@"4b!L80@T)~ 4 ъvĀ@;HEg82j%q# E/@V_D1 Z"x:8Hf>RhT2h1m^/}yGhhP"ڨ6Q /t!+ YȐ?b+7:0Ɏ3l1ʙQ ?L^JJO2w/RNZK5="2m!U+5*j_hC`Z0`$KgiՃ, ޲}P7ɫ1hi(p;h;/ΆM3e}2Ke*S45iNejJ;kDSkq LliT@)K9b&kuz]dx¼jSÊbc\Z`j*tҭGXFg+" ſ|1˪sDY$\a7撵5-[Zn 4Z2%R4VkvYq\! yI9\5Apgϖ MB:(1u_F;eJj'#(̴s@MT! ,i#+wI!#kg`(_`'ٙ^p rm8y_ `#H p``f|P`JFe^5| h>sͶ3Dgs.,&S-Y$cS|}ajg*2_ljasMzNuP"=YY3$PovuwFW4#ȧS/_^Ν̏-Z3+%+"!LATfF* ؆AGMJC|!ם<G\<@|yPCu螃@v&wf'uEucک)imnڡp3BNAyjpoyf[b@Y|dQ!Guxd0EC`F@Y+ؑaj E\:j a9J1.(G$@&Dy>wq$us"mUjzϑK]Hԅ;B;+& DxՏ94IVjnYaRE+QJSٽ1f*DZ'Q ?_W]!kJ'̒/ӡZS4J[FG=@ ɕRF~HY-ŢjSQU)A9cf){mLo!{jRk@=1- GB}Bk$' {ժ)<:LhAi" lx֏6BBT෰ Lmqi &LY?^? P F~AmPQu#JyP% P Y5(=>_|F!D@& nQ"hM%4* Q6lIZ@8.1ق$s18>"\!,DЌѥf\ ŔG\# )Nf- dG rFܐaH+pBIe`4c.eXy L>4|oHtZp2%LE@hq܎P/M:`Üe  `׼ Nv"Kn} k,DP5WFfRպ{zqq)Ff~[ũPeBnpEҝM;=YU6CM,6r`1Ӕ0*d(~PoU,i@gRB `>9@Dc]JX晆xcDZymS0/CܑdL㥩K`zgk&5hک ;ΎD%E T$z+CNy\W$R)8`=daIzl!7/mR›=NmD9㛶Arm,SGM 0ֶ=GZ g᷾%ElqvXvȕ-QZMGӑecB,\&5w7Kğk`"Ҡ0B~ʁ p/hs!lQ"6nYꔌJz4l]`)k侈ڈɹuv|.?pTd \kgQ-jA,N;Ñ@]Lq7~%)jJ}r뫼ɾxsֵW"aAF< ;BmkNz*y5L嵉PD)ə Eh[K{RV_D J֧vXhw{s}h)'p""6V#ZeKꑗJ [>RIUכ w*'`͙Bx6pR`HHqaNpÙދzf%ѫ|H+ӣt(^#5^2+WHpf.L: 1KuffYIpequT.rV VD֗xr#IP_t^_ޅlSuF4<(e;!b@Rf_cNWc>f1$s w`YމEPml GC ^!adl8UߙF~!O}V%}Q9EU5|I|@0v3پXi9&A"C)ZaF _nP6tiXUͤ+faC\* fL AH.6ԁ ǂ!- F 6ՑO2DIDr.JdW8S†+qzXR*x{4ֲxĪ*S`XA$oJ؁2n:ːn`BMr0d@T!%'i2*x+"i*q!FCE, QX- ]*PfJ"!2!Y> B: f'7LЏ7[)ȝ؃6If|%e HazNhxI;+g  6ڠ1 :c>юᏠPaSmt?UP@J`e`^V&LR,FƂ sM[SzA h LjĭtoC\{1!_ g&1t#u4* D8P%pY]ɹX2 Y] aO-!<[-Vj"u-8阖- K5!0I@x~ \ ^6qd@vYgYB"0\)2mer1ԥx5=hk%6@iŵ/d.i=/T4ZTMQ"+Pǀ/9t̙. PPˍo LP$TBa*4F00eD{q{"IoeDᳫA+l ur v{ b㚮T!/Y` 8b"8+Nl-s@߾'T.MPea[%f@Id\v"+ݬA!dC2î"Ͱ⪱X:$V=qPYeDi6 Yx qq &-=aRc&Bc퀡'{Ȗ]UDacs!b ~Ѥp L!w Y6 ]L9ڬ(4m 'cܛՕ3o,YڂiF9%e$N2qVv:] CXSR@8j_8C)`bs+. urQTXRTV'Z-C쵊M 1J~6"s6B%jPØ(G Q8~pXCj]1bYް'\J_^#<&W"RrX,&)y cb!@7BP6̬=+XI\2 iKt(- gKAr)O-Y1a۾=FDCg(>6wzrMIn>O=҄q{9kW^cAq'XX]cL6Bi#AnHh3Z-iidu=]}}B2C`ee}mDNฒi4zcsx<OxLjc9xyኝI9$DVan1y(Plڀ Xh@iIshtiO<$I}7F)U@{1w2AQLKV3JYQFM11ykL7څ=Z)My'*-X e`>m/wKR>g;FR5|vIZ!>Ͷ.)C:-|ŧVz)IɌ![A;F^Z9IzQ` 37&Sǟ ąnucەK!ߗN/M:} A5PKB¸ʒi3܀JA8~eQOg]arX[ UDvo3.#YCN"89voB>X<kP+*M6~1X\U㣓 G5{ 6ke"*G9&"&EmSW%x1peQ@^tY"GP5u>9e0I Ѱ0DcȆ^p` ekBBCChH"FD +7bc3 .@Qm%27G!T,2KBq.ij/,Z+7#=⌀ &Ҹ=+{ݻdS4D9N)LfiBeK 9,8WL-rU}#pg.[*t]D+wKLp'0fE $(}1n+@ELf!WBKTPY4N\GLM2 BYLpSC.G":w ! ` s^$mk@Eo.X;h.PK"BI8A ł;g1'2#wTV FOI+5կTW (%2 L0z%N3 U)Rby"Ր\"e׶Bp DG+UaXu4V@hoмb3H_3-ؤWK5qe>kQmVK5ڬ aT*;.c11Z4P-puRdpX1oC{S2,i OΆB. Bb@oiXxq2ld~jzP2K (mp ~1N|8&Z&rdUAh `E0J@r"Ƥ*Ȑ&> n/p+fV|.Q hD6ҿIX;o(ѓtOScK(y/zLHc]0RbjoptI:kN8)%69b7E>+J&pFk,j>c!j$1;Bd?[w]W;ɷ!A; Bs[b[D@_E"M;FpN0F<>8M|Jd^". ~ךX+Kr,K8~inIF`ҖJFp; XQgztZz<'J?:k`D&fdD>94,cjgs[ȏ%) AGCdFZ7S}3މ}w$;s!nu#P~[yhű'x§$hxs85g0 ȴN[:9~[uzeɎƢ<8Foe Yڦsuh"0Q .pj!\ _PPi^j%}"ZTNp~h"/*nY^6rv:Q'>CuC1DXFX.0/N@0p%S3_ԅ^!_fY5HO ! ,i#H tI^`(dh_A.+tux`` l.2K@H56;-\VϢ atNxmZPa&YkYqhX258whH}~~; l#XfpT`"`&WTz|Qʧ (>0 .&, -P '6"ՄSl$(Opa4[YP3kJq`QiC.&8GB-(Idj$# *΋IH 2"$-`}D($]*Ҏ?r 8=.Gqx""{$ "Yrx&зNz diGNhI )ie ((d].M &"IY$@xNi. c/,= ,/]ل 1Y:u ,أ.S4%~8LPtF<˹1 8_ ,X% Frt\/h)%v&DQM7"JiHG H&=1P)T.4ZFqmAL0S>%P,)EKt65G:c#Vi0Ga !%X7ϡq:0TNGLm7U*g`RW+ä O (U%a0 rR3ECs})/qh֣ɬ"A,av-SM3(lM0[zU偅tdPBvyF3\|^?5&Xr ZUM Mn4 #m ړm LЇT%$H"?|! YOt X7)]I8-g< { %re׉WۺD 3pz2bH.dX,b 㒰(9NgQw~@cb+!2>~ % 5[6za`)(f "b`twg_o7O$5QYbi.oeHr-Ĵ|<Y.{3q@ϼlw*EªID 45k}o[[䆛WQ` r_OV|!Gh2z2(Xfj ,kQWH,Q@'U_ڵeKK"2.[!h+@B8GW}3?x&Fdk[ggz7T=s(F#!3Bo 3b1m#bY8dY YX,Grq94cq @fiׄ(^WeqCMmeG`~X5C6oH5(5X)>wNFщI>Mn}A>(?  l؋ȋ(A"@Ƙ#AschqҌ;[A^U ̘! ,i#H +q'I0_`(d Jd~Kp,lxnP8Ȥ2s\%`J L+ ( * \U3AQڑL2]%^_|eSD06t|Re Fw`w:T {#?S0]RPq\ ÜH-*"&~${[SiW4'L$h '!R$Au#j:K`l|2ÙaqP`&!;BP#R6xRI"|( @C6I, D$*&EIhFOTIe%@h&!oTX%RWjbj+']Jxdj*Lpn[qpE2ǠլھwRp,%DG4ȯ,-JU呅ΰd関xyAx+V9L *u{7vAr7V &@W~U~ Dl2™_|>O 4O{ڠW$82X]xARڼW`W x AVfg8:@DY&`l4^me&Kh#]p!ɂεVh N#xpE`Ȥӵ 5: K-=5@b<"PD`[Td~K#t=uɐ*`dDƬ3IzcQag]g֘l7]D= #,D0r1¨=qjtD)ٔ$}RbE $yH!)Wl(B o@# B! / vf1h29l:p`5.""͈񑐄")8&`ȴ k;DY5CHl,GDkgT#UGNΑt.ߗ򗶼eJ,9f:LsL&#&(wMLzS45vaLd)LcSBUy2j+%}Y2>P[hIOi/9+ ԏ쀈6'B[TJ@ه.T~Q4y=M:I i{߱q'aLQl*.XkFQF$gY3 JlC*e^HzRܞ! @tٛWV k/paCCwX =C8\v"I!*IRkb3!f-h`1"MV}WF0U|cyҀ\Qj6 L!uh~h VqtP6 \w zZ6m hX=X'Ax@D@"K_ZEcv,be\7wd*3dF"g e œ! YYSkzt3E 6O(^ Ea0Qp ^i†7k(y h~bzH# q(\lku"cf^뒁.p%USHMrUfFMtxUQXJM4 `cŀ[4(0Hx@ kk8XXMV5SȈg#W+`!O5U7Ro Q ! ,h#HBq'I+i`(_@(+tyu|h`@$V`$Mp"DP\WK-ds`({.td*NtjE^$vdDjV251fE H}}R ! (pN;dYE"n&)]F0];y%Q4 %OIM %r_vhFV5;4%uE0/N_0{J;(V4) >tH;#{k8 W $f4v eQbK3@KQԚKX}jQLA.RǞ7b8G7y6xȘ( VD(@M bwd(!KCz,f!Y5z̗es gO#h6|cd0j#!NJU&vQÅXcErxk!E#*C tM%G~tA/?bэ8%=/bF.(&E<YvH"e/f|O0Pf-dH[g|O02ei9'tY[T:\grsB(iZHD 4*'e0DzXaMJUZ@ J_nlѽc3*;9HkJr6n^«+ ?ԆHӘ"w?PiiY]? x XuBg{.馧ީsJU$8mrvT^lk ;=BUϚ:ue#+yM}I&[#`i=',5\nMJQZqIJVC(XIӵ[YXx#^VgD…#H_A"b$skALKa`UCjWԧ jX<U'߂dTo&K%4"7s Fq#]6S6K0{<1[Y8 g52 @Bnwz%cI}aɀ0F/\QU,`9%r :4B;i! B@0+LT4?$ m\8`!I0${P@&f R(.Z ^|(ֱ(b*"vFQ2fa!Q9 aGQЃQb4` 8>! >)aH= $'1j ,pE<yB(9(eƸ%A MoGDjC/בE,rK$-C9JY:c iI]"fAv<Ȧ79nZ<%0vր&EHP23fF1 s"$.#@L0H!+PgҲՌ(+1Ll$%Ieԟ!Ȍ66[ 49S{tܦD*fC5]Fu49'ӥ~r5hXW)( ld`@G'd=%x'|%ő!Lc9+z!ʀ+[0W ˱ O1c6#Vmip0dL@,eg.V l$Ggmob'Ũ!oqs" ~ AY-1\Gi0~67n+҆/$w)M2הޭH@:ۆ`5/o^s2ie.8zyrf# р눨IK{%%)Ȼu)ɮMzQr@*F^a8*ֻe/ㆌ2kUS6rFdsyJ!jZrb0ps,f&xue~Y@E~8!=8yW6¦hҗ€81^ׯbV-rӣpb=!2.&Y Ft[ liBkr-hh3ȎFpkfS[i;e6ztSG VأjF_oqq#xC9D$֧aȝI&:X7" (aTPK:NӢȻDhg B!C )QZ5prU}qR܅4fAHҥEEn,n"veV" !r#|]l5 %FR+:Bf9b^RZPPY`0-PfUjv+#d}BG\Z_NqGj$9RW*&ԥItZї1KBy4 4r x#AK깗t~܃xt'Ѵ!A5NMNtfE3`;%y܆A Oy H吓ň.1#{j(H|p6 Mv !OaIqYAv5`47Xz;r8eY_7ItAtVaGυU)#~145AT[AZ%3\pp]q=z8ᆜ)oeᥳ`5qH \Ld;@3#x-zgڑ^e4p`vVMBtD& gH,zҢ_|Vy)'Rg:8>)﮸ScY9CQ%a$+Jo[41C,$G^q2! ;FŢ!t'}b\jZԼ޴tQGM 3Ԓac2N*bo`]xٱZC)`Z<K}jkχ25rK! ,i#HBq'I+i`(_@(+tyu|h@$V`$Mp"DP\WK-ds`({.td*NtjE^$vdDjV251D H}}R]&q9P"$.]1e8e+tG1H!Ix ) FP``^HQcS 2VEh4H:Bv(e h$s|B|RT#zX !JZ[ cPl@c{A(HA*qQ(%gI 1K!HA겏[!`BZ!MIEX.4e|HF(8)IL%Y$n/ U*Sӌ<A%t.9e>mZ) 3G9$?GK( լ*XJU^t } (hDW QZ(l)gEQMC7GʂT"m$M}PC:Th;a6- h`ҡe`Lvj\H8B ~UiH #l.[b@ɺO ]MNh_eX -iptdQ$'0.ʂX,*YW &T<Un Mvʼnd0v DVJ7݇nt!D>+z@20N@L&B)y!s@r1H&r)R\T' *6^ [q<3i )7HF`(mc {227|$&.LZK=cF%*и,/H H[evlۙʗ,@#ddZP1ND%.+ PoTx40RcBg12XͪEb՚ņKf3mಞc0I51V3qqʈ3rC'L=€oxqWr*vq#Q!$2#R2˻ uV@]HNmIQC5k11?1QK);D !z=ϼ8g@Pxu`%AMo^'9=o{vKoCEU)uo,*:nbGe#>Ӏ|;HYJ~3;^~IV[WA\m&~0Fo1`'_w~\XlXVemU*gfxe ^,Ew iVP ]@_UBf^G0*@s `e7$ӡxF 96afA3FGd]4?$',hB39 n 4?hqŠ {p#~vUЧ Aw=_S{/6i_ ~8G%H(`!x^V" d9If7ael֕F6xz\ρIȐs->|Aw*p IBRu84OrH~ ޹jJ~YPWB x--ӓ|+$',rDb\օMi"hi*3np8B.B3ylPSdoazYhKJzR LIO&Z7H^9O$Ȩ'(#hQfг, ߂usOzF)A&.i+ZɆZ'p&+9ʄ-;E A`shV#X+Hg|SfZfo(_wˠGEX*}HHm KvE`z.JM! w"L*"uV!jQf:+Da #9^<UNf2=!-l)#n f/y;3Me>tؘ,je^KY?:RmFmn!Yоjq`-y'@14䄟r GcZWFu,3(|2YGH% Ѡ4h;TY PPe@6PXʒ%& @z%It24҅2z T)uIj᙮$0=l.\"AYҙCr޴<Oۜ }j@E*:ʑt@t63;'='J`3)MAd c+JSJFTLav봅}b$D*NPeRQGHK@ , 4KS2h8ay-$ITNW7^X,t UmJ%pE0]rá1ԝ\ n zB)0VÍQ8b/€40:J JE fIxBJS”#,Hl`&c#˄IRo0`A/R 7B) Q T.G~&/ϋHR),,_>QsLA?'Y($)r!HmZΊ2 HN.sD+TEM0G mzM"lˇb3yTcCld/YR81t!:l7iH0u7#?>{Bhsd,}[޻.M\s!Ay *8lx"9zd޸volcX/yy䚍4Zv̆sSܩL1Og8Ê]-2GgŅԧ@VY K{uOvq_8y:ީp= SOo3Mp ;s`vc` [#dbdrg0f }GRDnZ=C;f1K~G P6 hpvߵxnAvoR^jX$>Ss 8lec:k#_SOnDfMwH\#G䄊ȓTAne6`cŐ(@ HH 8l0lXxh5TP'ʈ63:;QUhu?T#[eט! ,i#H tI^`(dh_A.+tux`` l.2K@H56;-\VϢ atNxmZPa&YkYqhX258whH}~~; l#XfpT`"`&WTz|Qʧ (>0 .&, -P '6"ՄSl$(Opa4[YP3kJq`QiC.&8GB-(Idj$# *΋IH 2"$-`}D($]*Ҏ?r 8=.Gqx""{$ "Yrx&зNz diGNhI )ie ((d].M &"IY$@xNi. c/,= ,/]ل 1Y:u ,أ.S4%~8LPtF<˹1 8_ ,X% Frt\/h)%v&DQM7"JiHG H&=1P)T.4ZFqmAL0S>%P,)EKt65G:c#Vi0Ga !%X7ϡq:0TNGLm7U*g`RW+ä O (U%a0 rR3ECs})/qh֣ɬ"A,av-SM3(lM0[zU偅tdPBvyF3\|^?5&Xr ZUM Mn4 #m ړm LЇT%$H"?|! YOt X7)]I8-g< { %re׉WۺD 3pz2bH.dX,b 㒰(9NgQw~@cb+!2>~ % 5[6za`)(f "b`twg_o7O$5QYbi.oeHr-Ĵ|<Y.{3q@ϼlw*EªID 45k}o[[䆛WQ` r_OV|!Gh2z2(Xfj ,kQWH,Q@'U_ڵeKK"2.[!h+@B8GW}3?x&Fdk[ggz7T=s(F#!3Bo 3b1m#bY8dY YX,Grq94cq @fiׄ(^WeqCMmeG`~X5C6oH5(5X)>wNFщI>Mn}A>(?  l؋ȋ(A"@Ƙ#AschqҌ;[A^U ̘! ,i# t1ARxTÍdihZAmrx tLȬ3-Nj$ HhN4/pR2uh X)j"Voh\*;fphK!z}} YU3VC+k:CK{|]1`5<()c 7$[$*r44_5렚6,:D˰ P7 )17 ,)L#0 FXA-$c 3 ~b"(->-C쵊M 1J~6"s6B%jPØ(G Q8~pXCj]1bYް'\J_^#<&W"RrX,&)y cb!@7BP6̬=+XI\2 iKt(- gKAr)O-Y1a۾=FDCg(>6wzrMIn>O=҄q{9kW^cAq'XX]cL6Bi#AnHh3Z-iidu=]}}B2C`ee}mDNฒi4zcsx<OxLjc9xyኝI9$DVan1y(Plڀ Xh@iIshtiO<$I}7F)U@{1w2AQLKV3JYQFM11ykL7څ=Z)My'*-X e`>m/wKR>g;FR5|vIZ!>Ͷ.)C:-|ŧVz)IɌ![A;F^Z9IzQ` 37&Sǟ ąnucەK!ߗN/M:} A5PKB¸ʒi3܀JA8~eQOg]arX[ UDvo3.#YCN"89voB>X<kP+*M6~1X\U㣓 G5{ 6ke"*G9&"&EmSW%x1peQ@^tY"GP5u>9e0I Ѱ0DcȆ^p` ekBBCChH"FD +7bc3 .@Qm%27G!T,2KBq.ij/,Z+7#=⌀ &Ҹ=+{ݻdS4D9N)LfiBeK 9,8WL-rU}#pg.[*t]D+wKLp'0fE $(}1n+@ELf!WBKTPY4N\GLM2 BYLpSC.G":w ! ` s^$mk@Eo.X;h.PK"BI8A ł;g1'2#wTV FOI+5կTW (%2 L0z%N3 U)Rby"Ր\"e׶Bp DG+UaXu4V@hoмb3H_3-ؤWK5qe>kQmVK5ڬ aT*;.c11Z4P-puRdpX1oC{S2,i OΆB. Bb@oiXxq2ld~jzP2K (mp ~1N|8&Z&rdUAh `E0J@r"Ƥ*Ȑ&> n/p+fV|.Q hD6ҿIX;o(ѓtOScK(y/zLHc]0RbjoptI:kN8)%69b7E>+J&pFk,j>c!j$1;Bd?[w]W;ɷ!A; Bs[b[D@_E"M;FpN0F<>8M|Jd^". ~ךX+Kr,K8~inIF`ҖJFp; XQgztZz<'J?:k`D&fdD>94,cjgs[ȏ%) AGCdFZ7S}3މ}w$;s!nu#P~[yhű'x§$hxs85g0 ȴN[:9~[uzeɎƢ<8Foe Yڦsuh"0Q .pj!\ _PPi^j%}"ZTNp~h"/*nY^6rv:Q'>CuC1DXFX.0/N@0p%S3_ԅ^!_fY5HO ! ,i#KwI|p`(diA'A+ϴx@`` zr\b&H=,G/"Je]dE(8P|fc1rea'gZawdW&4UDEwIR||Tl$cT\!k5`uGxQƦR^0$76?!ӱ2Ow=%o=Wѓ%Ic(0荑"48ptMC\LP|˓5@`}).4.mZtf@|ba75)+ F )h^N$ZF Ơܺ\BLh& Î2(6 '\5lRf-Ǔ CpCχMd(_{(/hyaʘ͢/* U-YP#b*}fPkȇl{$䑀`j!vlnyC[[v&07]=n-GU 2CV-]{D]FHyxThQ0CIgg1^ v\2_D0V$~_8CS =(U$s~^]ć#U#o'HpWyH7=U#x*\. ##f. -ObɣG gH%ڜ$%\Za>BmkNz*y5L嵉PD)ə Eh[K{RV_D J֧vXhw{s}h)'p""6V#ZeKꑗJ [>RIUכ w*'`͙Bx6pR`HHqaNpÙދzf%ѫ|H+ӣt(^#5^2+WHpf.L: 1KuffYIpequT.rV VD֗xr#IP_t^_ޅlSuF4<(e;!b@Rf_cNWc>f1$s w`YމEPml GC ^!adl8UߙF~!O}V%}Q9EU5|I|@0v3پXi9&A"C)ZaF _nP6tiXUͤ+faC\* fL AH.6ԁ ǂ!- F 6ՑO2DIDr.JdW8S†+qzXR*x{4ֲxĪ*S`XA$oJ؁2n:ːn`BMr0d@T!%'i2*x+"i*q!FCE, QX- ]*PfJ"!2!Y> B: f'7LЏ7[)ȝ؃6If|%e HazNhxI;+g  6ڠ1 :c>юᏠPaSmt?UP@J`e`^V&LR,FƂ sM[SzA h LjĭtoC\{1!_ g&1t#u4* D8P%pY]ɹX2 Y] aO-!<[-Vj"u-8阖- K5!0I@x~ \ ^6qd@vYgYB"0\)2mer1ԥx5=hk%6@iŵ/d.i=/T4ZTMQ"+Pǀ/9t̙. PPˍo LP$TBa*4F00eD{q{"IoeDᳫA+l ur v{ b㚮T!/Y` 8b"8+Nl-s@߾'T.MPea[%f@Id\v"+ݬA!dC2î"Ͱ⪱X:$V=qPYeDi6 Yx qq &-=aRc&Bc퀡'{Ȗ]UDacs!b ~Ѥp L!w Y6 ]L9ڬ(4m 'cܛՕ3o,YڂiF9%e$N2qVv:] CXSR@8j_8C)`bs+. urQTXRTV'ZsͶ3Dgs.,&S-Y$cS|}ajg*2_ljasMzNuP"=YY3$PovuwFW4#ȧS/_^Ν̏-Z3+%+"!LATfF* ؆AGMJC|!ם<G\<@|yPCu螃@v&wf'uEucک)imnڡp3BNAyjpoyf[b@Y|dQ!Guxd0EC`F@Y+ؑaj E\:j a9J1.(G$@&Dy>wq$us"mUjzϑK]Hԅ;B;+& DxՏ94IVjnYaRE+QJSٽ1f*DZ'Q ?_W]!kJ'̒/ӡZS4J[FG=@ ɕRF~HY-ŢjSQU)A9cf){mLo!{jRk@=1- GB}Bk$' {ժ)<:LhAi" lx֏6BBT෰ Lmqi &LY?^? P F~AmPQu#JyP% P Y5(=>_|F!D@& nQ"hM%4* Q6lIZ@8.1ق$s18>"\!,DЌѥf\ ŔG\# )Nf- dG rFܐaH+pBIe`4c.eXy L>4|oHtZp2%LE@hq܎P/M:`Üe  `׼ Nv"Kn} k,DP5WFfRպ{zqq)Ff~[ũPeBnpEҝM;=YU6CM,6r`1Ӕ0*d(~PoU,i@gRB `>9@Dc]JX晆xcDZymS0/CܑdL㥩K`zgk&5hک ;ΎD%E T$z+CNy\W$R)8`=daIzl!7/mR›=NmD9㛶Arm,SGM 0ֶ=GZ g᷾%ElqvXvȕ-QZMGӑecB,\&5w7Kğk`"Ҡ0B~ʁ p/hs!lQ"6nYꔌJz4l]`)k侈ڈɹuv|.?pTd \kgQ-jA,N;Ñ@]Lq7~%)jJ}r뫼ɾxsֵW"aAF< ;ДQWW'eyaJi܆%ܴ vcR?(JjF=A&AX"ľ0TZȥǂŝFCݹ9 ]z!8HIFt(;8pr_F%%u8 P0fa[ώ@:݇iaMz0^[Mz%jy")9):{F&}}鏓?J3vHy8b*ƫ.Klu9} =BnJr%QR-:*ؔA IiaVZյ-sx\DAjGw}!WX]V=g?iJ}gmpA y_U%60G ?r\7Pؠk[m 񧠛Z^Y*gYwh"(^RХL."ztUw~i&2|訤$!: wV1餇rYDz2Q]BgW^`PVW}ZvEjn^(\>_G"9Q#?e U:v!1AN'z>f-t ]$qنRX(_>)O"ItB4-N\DXgM\ i1T L,qЀ0#v l|A]|'BZm% "K38_d{t "M⦽ yxmߤlfX+ yylN`/$`/@ p`IeyN' [8'%̟ǝ׾/~ ;\ٷ0NJI<|UL{^@<[~ kT{ 0Pծ ΂c\e?!(,_#@"4b!L80@T)~ 4 ъvĀ@;HEg82j%q# E/@V_D1 Z"x:8Hf>RhT2h1m^/}yGhhP"ڨ6Q /t!+ YȐ?b+7:0Ɏ3l1ʙQ ?L^JJO2w/RNZK5="2m!U+5*j_hC`Z0`$KgiՃ, ޲}P7ɫ1hi(p;h;/ΆM3e}2Ke*S45iNejJ;kDSkq LliT@)K9b&kuz]dx¼jSÊbc\Z`j*tҭGXFg+" ſ|1˪sDY$\a7撵5-[Zn 4Z2%R4VkvYq\! yI9\5Apgϖ MB:(1u_F;eJj'#(̴s@MT;post/Z&-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate k|/Z&-$x&,ċntry(ws|ӂsQg E2Մ٤A!Hxfurl Ihttp://www.leaonline.com/templates/jsp/_midtier/_lea/images/goButton.gifbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime image/gifhntt"HAI2LNRQ0Cm"hvrsdataGIF89a549LKR1jjsBR J$Z*8c>QkYn{nƵ!,&Cihjf&"+NjsMtaN)Y.F#2A0A ,JRccJ 2HJz 4LtvxzQGItgiOQ? Y[B^82P|%{68D#(.0)!;postE2XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate wE2&,fntry( Wx}KP,PRUO-ODQ,nurl >http://www.leaonline.com/templates/jsp/images/singlePixel.gifbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime image/gifhntt"HAI2LNRQz+5"hvrsdataGIF89a!,T;postPRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate PR&,n1ntry({D<RvY}a%0cHCurl 0http://www.leaonline.com/entityImage/?code=200Bbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime image/gifhvrsdataGIF89a!,D;postvY}XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate {DvY}e,QC*ntry(D xm7* nbR}D%ئurl Mhttp://www.leaonline.com/templates/jsp/_midtier/_lea/images/searchButton.gifbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime image/gifhntt"HAI2LNRQ0Ld"hvrsdataGIF89aD:m;n =p =o >p >pFwK{M} P#R,ZC,̒cNUϱJJgum2bv_q ɑ%AVP#o?}a ;postbRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate D bR&,Untry(ŝ|jW;Pze.s`.pwhN# url ?http://www.leaonline.com/templates/jsp/images/CRMemberLogo.gifbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime image/gifhntt"HAI2LNRQ0kl"hvrsdataGIF89aZ!9{!!!)))1111{9999{9{9BBBB{BBJJJJkJJRRRRRRZZZZcccccckkkkkkkssss{{{{{΄΄ք֌֌֔֔֔ޜƜ֜ޥޭޭޭ絵Ƶεε޵罽ƽƽνֽֽ޽𠠤,Z!'H*\Ȱ9#JئLPRMqذ)M(S\r ɜIS$D& "I9S ?~]ʴӧ3l* (zd=J(^ ғh9QE…+uB̥~$Z4zqcg9@IōHM*=$]wmwiFiU<O"hF䢀rƷkC4[ͽ$t*Ocפ&FȰE)p|A'.zP鑙 Bsx!=zȰ!2@Z60Dn}uVe|Z^!hP[M=3! H H B@|ieC(,qsa D'MHnA—PxPWĭ{DgוITEcIْX ez9aA  "-^I\ TW)(@pt0U4 Hā 8!c6BR֐V`00 Cw|0N H̠7lt= BT5A'd6Id݄|qH= }! ! {n8 aqOniu=u0R "Yre@O{ȁ/e{+8N!.`p8w؛KƐhSd8$lo_L6HqO8 r+ V;>DbĹ%@ br4=h5uiC2 $a" 3^&M ;n+Xx9cR`'| `p BP L8 8У p!3(1?|(>졐(Rf;%yx ;xQvuBCЇ?&4ف 2Y9XRHK0s&ϔ kB2 [I9iG߉RCfQQ}idtoB ;ŹlQ DIiS6F <P 3pp.pNЄ* (T f79 5YB/w#@&| t4*:؇Bi((NpA/ M)M^:D!;Hit.X#0A\B@ XAۣ ; D4!d)Be@L4Ā1pA>06oA0| `(D\ b4loQ$4cK$`MC16 8@|BgTN%8;poste.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate ŝ|e.!&, ntry(l*_3ah7kf _ Dublin Core Element Set, Version 1.0 - Reference Description
Dublin Core Metadata Initiative logo
About the Initiative Documents Working Groups Resources
Dublin Core Metadata Initiative News Tools and Software Projects AskDCMI
Dublin Core Metadata Initiative
HomeDocuments > 1998 > 09 > Dces > 
 
Dublin Core Metadata Initiative

Dublin Core Metadata Element Set, Version 1.0: Reference Description

Date Issued: 1998-09
Identifier: http://dublincore.org/documents/1998/09/dces/
Supersedes: Not Applicable
Is Superseded By: http://dublincore.org/documents/1999/07/02/dces/
Latest version: http://dublincore.org/documents/dces/
Translations: http://dublincore.org/resources/translations/
Status of document: This is a DCMI Recommendation.
Description of document:

This document is the reference description, version 1.0 of the Dublin Core Metadata Element Set. See the DCMI Home Page (http://dublincore.org) for further information about the workshops, reports, working group papers, projects, and new developments concerning the Dublin Core Metadata Element set.

Note: This document has also been published as: Weibel, S.; Kunze, J.; Lagoze, C.; Wolf, M. 1998. Dublin Core Metadata for Resource Discovery. IETF #2413. The Internet Society, September 1998.

Introduction

This document is the reference description of the Dublin Core Metadata Element Set. See the Dublin Core Home Page (http://dublincore.org) for further information about the workshops, reports, working group papers, projects, and new developments concerning the Dublin Core Metadata Element set.

The current list of elements and their general definitions were finalized in December 1996. The elements and their names are not expected to change substantively from this list, though the application of some of them is currently experimental and subject to varying interpretation from implementation to implementation.

Note that elements have a descriptive name intended to convey a common semantic understanding of the element. To promote global interoperability, a number of the element descriptions may be associated with a controlled vocabulary for the respective element values. It is assumed that other controlled vocabularies will be developed for interoperability within certain local domains. In the element descriptions below, a formal single-word label (expressed in all upper case) is specified to make the syntactic specification of elements simpler for encoding schemes. Each element is optional and repeatable.

Questions or comments regarding the Dublin Core Element Set may be addressed to
http://dublincore.org/feedback/dcmiFeedbackServlet
.

Element Descriptions

  1. Title
    Label: Title
    The name given to the resource, usually by the Creator or Publisher.
  2. Author or Creator
    Label: Creator
    The person or organization primarily responsible for creating the intellectual content of the resource. For example, authors in the case of written documents, artists, photographers, or illustrators in the case of visual resources.
  3. Subject and Keywords
    Label: Subject
    The topic of the resource. Typically, subject will be expressed as keywords or phrases that describe the subject or content of the resource. The use of controlled vocabularies and formal classification schemas is encouraged.
  4. Description
    Label: Description
    A textual description of the content of the resource, including abstracts in the case of document-like objects or content descriptions in the case of visual resources.
  5. Publisher
    Label: Publisher
    The entity responsible for making the resource available in its present form, such as a publishing house, a university department, or a corporate entity.
  6. Other Contributor
    Label: Contributor
    A person or organization not specified in a Creator element who has made significant intellectual contributions to the resource but whose contribution is secondary to any person or organization specified in a Creator element (for example, editor, transcriber, and illustrator).
  7. Date
    Label: Date
    A date associated with the creation or availability of the resource. Recommended best practice is defined in a profile of ISO 8601 ( http://www.w3.org/TR/NOTE-datetime ) that includes (among others) dates of the forms YYYY and YYYY-MM-DD. In this scheme, the date 1994-11-05 corresponds to November 5, 1994.
  8. Resource Type
    Label: Type
    The category of the resource, such as home page, novel, poem, working paper, technical report, essay, dictionary. For the sake of interoperability, Type should be selected from an enumerated list that is under development in the workshop series.
  9. Format
    Label: Format
    The data format and, optionally, dimensions (e.g., size, duration) of the resource. The format is used to identify the software and possibly hardware that might be needed to display or operate the resource. For the sake of interoperability, the format should be selected from an enumerated list that is currently under development in the workshop series.
  10. Resource Identifier
    Label: Identifier
    A string or number used to uniquely identify the resource. Examples for networked resources include URLs and URNs (when implemented). Other globally-unique identifiers, such as International Standard Book Numbers (ISBN) or other formal names would also be candidates for this element.
  11. Source
    Label: Source
    Information about a second resource from which the present resource is derived. While it is generally recommended that elements contain information about the present resource only, this element may contain metadata for the second resource when it is considered important for discovery of the present resource.
  12. Language
    Label: Language
    The language of the intellectual content of the resource. Recommended best practice is defined in RFC 1766
  13. Relation
    Label: Relation
    An identifier of a second resource and its relationship to the present resource. This element is used to express linkages among related resources. For the sake of interoperability, relationships should be selected from an enumerated list that is currently under development in the workshop series.
  14. Coverage
    Label: Coverage
    The spatial and/or temporal characteristics of the intellectual content of the resource. Spatial coverage refers to a physical region (e.g., celestial sector) using place names or coordinates (e.g., longitude and latitude). Temporal coverage refers to what the resource is about rather than when it was created or made available (the latter belonging in the Date element). Temporal coverage is typically specified using named time periods (e.g., Neolithic) or the same date/time format ( http://www.w3.org/TR/NOTE-datetime ) as recommended for the Date element.
  15. Rights Management
    Label: Rights
    A rights management statement, an identifier that links to a rights management statement, or an identifier that links to a service providing information about rights management for the resource.

Copyright © 1995-2006 DCMI. All Rights Reserved.

posth7kXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate lh7kh,Q4436ntry('eX6s:JǂIoE?s1ں嫱url >http://www.leaonline.com/templates/jsp/images/CounterLogo.jpgbsrl;http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4mime image/jpeghntt"HAI2LNRQ0ZK"hvrsdataJFIFHHC      """"""""""C  ! !!! !!!!!!!!"""""""""""""""!^@ !1A"#2BQaERq%34CUVb'1!A"aQq2B ?7 Mj]I/(<=őRr-h{]+ϔ;^TC{f0%??n({= xg93W⇽a8 s@m>͆f|Y|f, k ̗]G.o!J( 匵} 3n{[5tHu8:-+V8ُV}xsFZm2::3.8BF"]GMT8>U9 yeh̜Ӑ=3ɪmWyU% ;V=cEf9 m3LFj%Šf3E T+C<иe;emZQ\|< P .E6hNR9sTvx+q*p!:x>HJ]{qf<(ѡV<f<$>kJjqGIMY QZHDh/Iq*}u\] N ܊bˤS;B˹7/ׅ(WAVmSTkR+>=R ZK)[ڲ{kM)> MhhiGbYär|-^jR=$Q-.6[*Ve'3cm|FÂbg6Wc2]=hMA-:4Wƚ +3]O|_i!Hqi|$23.E&xP[Sc[*sg@9^V}*oYNF[i6l0ʜC6@˷ HTz5pLBJ*ۨԅ_W&.tp:թcC`4xwB'ZSvIgJ{Э8*q$lV^ZùD\s4nNdu`JcY_) *i9 ,!FY/[Wpq CzߠUNZ}B$^Î?AtyZ *3.dx4YҮJVcF]3Xi-BU*qadGۊE Os,鶿F~x5qIU51e#O7W)i^YO)Āpf3F'' $PG~K4}j+5?post?s1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate 'eX6?s16&,cat  -L, Q ^]ml/_i&Q_<]rHij&Q_upו&Q&%T8&QF=(&Qu>« Y&QW\9t^",QQHk|/Z&-$x&,ċwE2&,f PR&,n1{DvY}e,QC*D bR&,Uŝ|e.!&, lh7kh,Q4436'eX6?s16&,aux BSURL:http://www.leaonline.com/doi/abs/10.1207/s15327914nc5501_4