From ab07708376fafce368584efcc38030ee281c2d02 Mon Sep 17 00:00:00 2001 From: ryounes Date: Mon, 13 Jun 2011 16:04:29 +0000 Subject: [PATCH 01/23] Remove old ContactMailServlet and servlet mappings. --- productMods/WEB-INF/web.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 454143f5..0556b97a 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -1077,18 +1077,6 @@ dwr-invoker /dwr/* - - - - sendmail - edu.cornell.mannlib.vitro.webapp.controller.ContactMailServlet - 5 - - - sendmail - /sendmail - - sendMail From 72e178f68f4199b2cc515fd4e4d8d219b530cccb Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 17:03:12 +0000 Subject: [PATCH 02/23] NIHVIVO-2280: Worked on Add new account page: Added breadcrumbs, changed text size for radio buttons, and added style for Cancel button. --- themes/wilma/css/wilma.css | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index dfaf98fc..83f96e24 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -97,6 +97,11 @@ input.block { label { margin-top: .5em; } +label.inline { + display: inline; + font-weight: normal; + font-size: .9em; +} .verbose-toggle, .verbose-toggle:visited, #showAddFormButton, @@ -365,15 +370,19 @@ form select { border: 1px dotted #FFD324; } a.ingestMenu:link, -a.ingestMenu:visited { - text-decoration: none; - color: #5E6363; -} -a.ingestMenu:hover, -a.ingestMenu:active { +a.ingestMenu:visited, +a.account-menu:link, +a.account-menu:visited { text-decoration: none; color: #2485AE; } +a.ingestMenu:hover, +a.ingestMenu:active, +a.account-menu:hover, +a.account-menu:active { + text-decoration: none; + color: #5E6363; +} /* -------------------------------------------------> */ /* HOMEPAGE AND INTERIOR PAGES STYLES --------------> */ @@ -1467,7 +1476,7 @@ h2#hasResearchArea .verbosePropertyListing { display: block; } /* -------------------------------------------------> */ -/* ACCOUNTS PAGE -----------------------------------> */ +/* ACCOUNT PAGE ------------------------------------> */ /* -------------------------------------------------> */ .account-feedback p { line-height: 1.5em; @@ -1552,6 +1561,9 @@ form.customForm #reset-password { padding-top: 0; margin-top: 25px; } +#add-account input[type="text"] { + width: 20em; +} /* -------------------------------------------------> */ /* DROP DOWN USER MENU ----------------------------> */ /* -------------------------------------------------> */ From 1fe01e5afcf0fd8006b7bfa23925efc31ae8063f Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 18:12:43 +0000 Subject: [PATCH 03/23] NIHVIVO-2280: Styled 'create new password' page for new user accounts. --- themes/wilma/css/wilma.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 83f96e24..e88c7974 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1544,9 +1544,7 @@ section.accounts .delete-account{ .accounts-per-page-form { display: inline-block; } -/* -------------------------------------------------> */ -/* ADD ACCOUNTS -----------------------------------> */ -/* -------------------------------------------------> */ +/* ADD ACCOUNTS ------> */ #add-account p { margin-top: 15px; } @@ -1556,7 +1554,7 @@ section.accounts .delete-account{ form.customForm #reset-password { margin-top: 20px; } -#add-account .note { +form.customForm p.note{ padding-bottom: 20px; padding-top: 0; margin-top: 25px; @@ -1564,6 +1562,11 @@ form.customForm #reset-password { #add-account input[type="text"] { width: 20em; } +/* CREATE PASSWORD ------> */ +#create-password p.note { + margin-top: 0; + padding-bottom: 10px; +} /* -------------------------------------------------> */ /* DROP DOWN USER MENU ----------------------------> */ /* -------------------------------------------------> */ From 438bf7d63745928d8c7a0f6887f1097e5670b8d2 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 18:48:54 +0000 Subject: [PATCH 04/23] NIHVIVO-2280: Styled 'user account EDIT' page, and added breadcrumbs. --- themes/wilma/css/wilma.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index e88c7974..778d4504 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1546,13 +1546,11 @@ section.accounts .delete-account{ } /* ADD ACCOUNTS ------> */ #add-account p { - margin-top: 15px; -} -#reset-password { - background-color: green; + margin-top: 8px; } form.customForm #reset-password { margin-top: 20px; + margin-left: 0; } form.customForm p.note{ padding-bottom: 20px; @@ -1567,6 +1565,14 @@ form.customForm p.note{ margin-top: 0; padding-bottom: 10px; } +/* EDIT ACCOUNT ------> */ +#edit-account p.note { + margin-top: 5px; + padding-bottom: 10px; +} +#edit-account p { + margin-top: 8px; +} /* -------------------------------------------------> */ /* DROP DOWN USER MENU ----------------------------> */ /* -------------------------------------------------> */ From fe33d1a670ea9429dbfb66952c96d33c6521dfea Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 19:59:11 +0000 Subject: [PATCH 05/23] NIHVIVO-2280: Styled 'my account' page. If changes are successful in this page, the feedback message has to be treated as a feedback not as error alert. Need to ask Jim to handle this in a different way. --- themes/wilma/css/wilma.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 778d4504..2386e360 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1523,7 +1523,7 @@ table#account tr:nth-child(2n+1) { } .accounts { clear: left; - overflow: hidden; + height: 60px; border-top: 1px dotted #e1e5e7; padding-top: 0; border-bottom: 1px dotted #e1e5e7; @@ -1557,7 +1557,11 @@ form.customForm p.note{ padding-top: 0; margin-top: 25px; } -#add-account input[type="text"] { +#add-account input[type="text"], +#create-account input[type="text"], +#edit-account input[type="text"], +#my-account input[type="text"], +#my-account input[type="password"] { width: 20em; } /* CREATE PASSWORD ------> */ @@ -1573,6 +1577,12 @@ form.customForm p.note{ #edit-account p { margin-top: 8px; } +/* MY ACCOUNT ------> */ +#my-account p.note { + margin-top: 0; + padding-top: 0; + padding-bottom: 10px; +} /* -------------------------------------------------> */ /* DROP DOWN USER MENU ----------------------------> */ /* -------------------------------------------------> */ From fd0dbd821b28c01a31721a02cc418ea51516ac95 Mon Sep 17 00:00:00 2001 From: tworrall Date: Mon, 13 Jun 2011 20:15:09 +0000 Subject: [PATCH 06/23] changed the tooltips on the map of science page to use the qTip plugin --- .../css/visualization/mapofscience/layout.css | 2 +- .../js/visualization/mapofscience/Utils.js | 49 +++++++++++++++++ .../mapOfScience/mapOfScienceStandalone.ftl | 54 +++++++++++-------- 3 files changed, 81 insertions(+), 24 deletions(-) create mode 100644 productMods/js/visualization/mapofscience/Utils.js diff --git a/productMods/css/visualization/mapofscience/layout.css b/productMods/css/visualization/mapofscience/layout.css index 429f6309..732f23bd 100644 --- a/productMods/css/visualization/mapofscience/layout.css +++ b/productMods/css/visualization/mapofscience/layout.css @@ -11,7 +11,7 @@ #map-of-science-info { margin-bottom: 6px; - margin-top: -6px; + margin-top: 6px; } .hide-dom-on-init { diff --git a/productMods/js/visualization/mapofscience/Utils.js b/productMods/js/visualization/mapofscience/Utils.js new file mode 100644 index 00000000..90778902 --- /dev/null +++ b/productMods/js/visualization/mapofscience/Utils.js @@ -0,0 +1,49 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +$(document).ready(function(){ + + // This function creates and styles the "qTip" tooltip that displays when the user hovers over the info icons. + $('.filterInfoIcon').each(function() + { + var tipText ; + var tipLocation = "topLeft"; + if ( $(this).attr('id') == 'imageIconOne' ) { + tipText = $('#toolTipOne').html(); + } + else if ( $(this).attr('id') == 'imageIconTwo' ) { + tipText = $('#toolTipTwo').html(); + } + else { + tipText = $('#toolTipThree').html(); + tipLocation = "topRight" + }; + $(this).qtip( + { + content: { + text: tipText + }, + position: { + corner: { + target: 'center', + tooltip: tipLocation + } + }, + show: { + when: {event: 'mouseover'} + }, + hide: { + fixed: true // Make it fixed so it can be hovered over + }, + style: { + padding: '6px 6px', // Give it some extra padding + width: 500, + textAlign: 'left', + backgroundColor: '#ffffc0', + fontSize: '.7em', + padding: '6px 10px 6px 10px', + lineHeight: '14px' + } + }); + }); + +}); \ No newline at end of file diff --git a/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceStandalone.ftl b/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceStandalone.ftl index c91cc66f..797a4d11 100644 --- a/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceStandalone.ftl +++ b/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceStandalone.ftl @@ -15,21 +15,12 @@ corresponding changes in the included Templates. --> --> -

${entityLabel}  -information icon

+

${entityLabel}

Explore publications activity across 554 scientific sub-disciplines - information icon + title="" />
@@ -55,13 +46,9 @@ For more information on this and other maps of science, see http://mapofscience.
13 Disciplines | 554 Sub-Disciplines - information icon + title="" />
@@ -74,11 +61,32 @@ Each grey dot on the map represents one of the 554 sub-disciplines. A sub-discip
mapped % of publications - information icon
+ title="" />
- \ No newline at end of file + + + + +${headScripts.add('')} + +${scripts.add('')} From f11f710f22d960dd5b2b6cf374370a1a8a70d5f2 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 21:41:55 +0000 Subject: [PATCH 07/23] NIHVIVO-2280: Styled 'reset password' page. --- themes/wilma/css/wilma.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 2386e360..aa477034 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1545,7 +1545,7 @@ section.accounts .delete-account{ display: inline-block; } /* ADD ACCOUNTS ------> */ -#add-account p { +form.customForm p { margin-top: 8px; } form.customForm #reset-password { @@ -1555,7 +1555,9 @@ form.customForm #reset-password { form.customForm p.note{ padding-bottom: 20px; padding-top: 0; - margin-top: 25px; +} +#add-account p.note { + margin-top: 20px; } #add-account input[type="text"], #create-account input[type="text"], @@ -1567,15 +1569,10 @@ form.customForm p.note{ /* CREATE PASSWORD ------> */ #create-password p.note { margin-top: 0; - padding-bottom: 10px; } /* EDIT ACCOUNT ------> */ #edit-account p.note { - margin-top: 5px; - padding-bottom: 10px; -} -#edit-account p { - margin-top: 8px; + margin-top: 3px; } /* MY ACCOUNT ------> */ #my-account p.note { @@ -1583,6 +1580,8 @@ form.customForm p.note{ padding-top: 0; padding-bottom: 10px; } +/* RESET PASSWORD ------> */ + /* -------------------------------------------------> */ /* DROP DOWN USER MENU ----------------------------> */ /* -------------------------------------------------> */ From 762969fbd0ca277e931239e8b15659c4ef5257bc Mon Sep 17 00:00:00 2001 From: cappadona Date: Tue, 14 Jun 2011 12:29:01 +0000 Subject: [PATCH 08/23] Removed reference to SDB configuration for temporal graph (SDB is now default and RDB is no longer supported). --- example.deploy.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/example.deploy.properties b/example.deploy.properties index dff5f5cf..8e4e846e 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -118,7 +118,6 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # # The temporal graph visualization can require extensive machine resources. # This can have a particularly noticable impact on memory usage if -# - VIVO is configured to use Jena SDB, # - The organization tree is deep, # - The number of grants and publications is large. # VIVO release 1.2 guards against this impact by disabling the temporal graph From c6b800c2f39b44013ae6aab780fc2bfc474d03de Mon Sep 17 00:00:00 2001 From: stellamit Date: Tue, 14 Jun 2011 15:17:16 +0000 Subject: [PATCH 09/23] updates for VIVOONT-384, editor and editorOf properties, and updating the text definitions, and restrictions, for EditorRole and ReviewerRole --- .../WEB-INF/filegraph/tbox/scires-1.3.owl | 10 +- .../WEB-INF/filegraph/tbox/vivo-core-1.3.owl | 2643 ++++++++--------- .../user/tbox/vivo-core-1.3-annotations.rdf | 118 +- 3 files changed, 1384 insertions(+), 1387 deletions(-) diff --git a/productMods/WEB-INF/filegraph/tbox/scires-1.3.owl b/productMods/WEB-INF/filegraph/tbox/scires-1.3.owl index 0071feab..d0e90400 100644 --- a/productMods/WEB-INF/filegraph/tbox/scires-1.3.owl +++ b/productMods/WEB-INF/filegraph/tbox/scires-1.3.owl @@ -112,11 +112,6 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a An organism is a material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment. - - - - - @@ -147,6 +142,11 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a + + + + + diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-core-1.3.owl b/productMods/WEB-INF/filegraph/tbox/vivo-core-1.3.owl index 7d05f011..b8ee299a 100644 --- a/productMods/WEB-INF/filegraph/tbox/vivo-core-1.3.owl +++ b/productMods/WEB-INF/filegraph/tbox/vivo-core-1.3.owl @@ -27,8 +27,8 @@ - 1 - + + http://purl.org/ontology/bibo/ @@ -39,16 +39,6 @@ Notes or annotations about a resource stable - - - 1 - - - - - 1 - - @@ -80,10 +70,10 @@ - + - - + + @@ -94,6 +84,11 @@ An chapter number http://purl.org/ontology/bibo/ + + + + + @@ -108,17 +103,12 @@ + UN Cartographic Section UN Cartographic Section - - - - - - - + @@ -126,16 +116,21 @@ + + + + + - + - - + + @@ -146,10 +141,10 @@ Accounting & Research Services Assistant; Director of Information Technology Staff, support, and other non-academic positions. + A position classified as professional, staff, support, or any other non-academic role - @@ -169,10 +164,10 @@ Serial Item and Contribution Identifier - + - - + + @@ -190,11 +185,6 @@ A government agency is a permanent or semi-permanent organization in the machinery of government that is responsible for the oversight and administration of specific functions. - - - - - @@ -242,28 +232,28 @@ Official or legal permission to do something Licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:Licensure. - - - - - Note that the administering department is not the central research administration office (such as University of Florida DSP or Cornell OSP) -- we didn't see a need to record a relationship to that office because it implicitly manages all grants. Also note that this is the administering organization for the grant at the awardee side. + + + + + + + + The most general classification of a person + - The most general classification of a person - - - @@ -274,16 +264,6 @@ Starting page number within a continuous page range. stable - - - - - - - - 1 - - @@ -295,21 +275,6 @@ - - - 1 - - - - - - - - - - - - @@ -318,11 +283,6 @@ http://www.fao.org/figis/servlet/RefServlet Fisheries Global Information System http://www.fao.org/figis/servlet/RefServlet - - - 1 - - stable @@ -332,11 +292,6 @@ Works prepared by hand including handwritten or typescript drafts of pre-publication papers or works not otherwise reproduced in multiple copies http://purl.org/ontology/bibo/ - - - - - @@ -347,17 +302,17 @@ - - - - - + + + + + Smaller administrative division into which a country may be divided. @@ -367,10 +322,20 @@ + + + + + + + + + + @@ -382,10 +347,10 @@ - + @@ -393,41 +358,26 @@ + - - - - - - - - - - - - + - - + + - + - - + + - + - - - - - - - + + @@ -446,11 +396,6 @@ - - - - - http://www.fao.org/termportal/contr/es/ FAO terminology. FAOTERM. http://www.fao.org/termportal/en/ @@ -464,6 +409,11 @@ http://www.fao.org/termportal/contr/fr/ FAO terminology + + + + + 2010-06-24 @@ -491,31 +441,26 @@ - + 1 - - - - - - - - - - - + A retired faculty member who has retained their rank, title and privileges. - + - + + + + + + @@ -530,11 +475,6 @@ http://purl.org/ontology/bibo/ something that is printed or published and distributed, esp. a given number of a periodical - - - - - @@ -543,7 +483,7 @@ - + In VIVO, a collection point for metadata regarding a digital file that has been uploaded and stored in the VIVO system. Includes metadata such as the filename, mime type, link to a thumbnail image (for image files), etc. A File instance refers to its FileByteStream through the "downloadLocation" property. A digital file on a computer file system @@ -568,24 +508,9 @@ http://www.fao.org/termportal/contr/es/ - - - - - - - - - - - - - - - UN Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm @@ -596,6 +521,31 @@ UN Statistics Division + + + + + + + + + + + + + + + + + + + + + + + + + http://faostat.fao.org http://faostat.fao.org @@ -606,11 +556,6 @@ http://faostat.fao.org/default.aspx?lang=es FAOSTAT http://faostat.fao.org - - - - - @@ -622,11 +567,6 @@ - - - - - @@ -645,16 +585,6 @@ - - - - - - - - - - http://www.fao.org/termportal/en/ http://www.fao.org/termportal/en/ @@ -670,11 +600,21 @@ FAO terminology. FAOTERM. http://www.fao.org/termportal/en/ http://www.iso.org/iso/fr/country_codes/iso_3166_code_lists.htm + + + + + + + + + + - + Authorship of journal articles, books and other original works is a means by which academics communicate the results of their scholarly work, establish priority for their discoveries, and build their reputation among their peers. This class allows for linking an author to a publication while indicating information about that author's authorship. Contains the authors name, their rank in the publication, and whether or not they are a corresponding author on the publication. @@ -688,10 +628,15 @@ This class allows for linking an author to a publication while indicating inform Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc. - + - - + + + + + + + @@ -710,17 +655,17 @@ This class allows for linking an author to a publication while indicating inform stable - + - - + + + Committee on Institutional Cooperation (CIC); The Five Colleges of Ohio Independent organizations formally working together toward a common goal, under an expressed agreement + - - @@ -729,16 +674,30 @@ This class allows for linking an author to a publication while indicating inform + + + + + + - - + A group of related documents issued at regular intervals. + http://purl.org/ontology/bibo/ stable - - + + + + + + + + + + @@ -775,11 +734,26 @@ This class allows for linking an author to a publication while indicating inform Short Definition take from http://en.wiktionary.org/wiki/continent. + + + 1 + + + + + + + + + + + 1 + http://www.fao.org/termportal/contr/zh/ http://www.fao.org/termportal/en/ @@ -793,21 +767,21 @@ This class allows for linking an author to a publication while indicating inform http://www.fao.org/termportal/contr/ar/ 2010-06-24 - - - - - - + - - + + + + + + 1 + @@ -815,6 +789,11 @@ This class allows for linking an author to a publication while indicating inform + + + + + @@ -823,23 +802,33 @@ This class allows for linking an author to a publication while indicating inform + + + + + + + + + see also core:Certificate + An issued certificate + This is done through a restriction on the foaf:Person class. - - - - see also core:Certificate - An issued certificate + + + + @@ -891,6 +880,11 @@ This class allows for linking an author to a publication while indicating inform + + + 1 + + A role of peer reviewing @@ -899,6 +893,11 @@ This class allows for linking an author to a publication while indicating inform Contents [hide] + + + + + A unit devoted primarily to extension activities, whether for outreach or research. @@ -910,6 +909,11 @@ Contents Public Description for bibo:distributor taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . + + + + + FAO terminology @@ -927,23 +931,23 @@ Contents - + - - + + - A negotiated arrangement between two or more parties regarding a course of action - - - + + + + - + - - + + 1 @@ -954,20 +958,15 @@ Contents A legal decision that affirms a ruling. - + - - + 1 + - + - - - - - - - + + @@ -986,6 +985,11 @@ Contents + + + + + @@ -997,10 +1001,25 @@ Contents - + - - + 1 + + + + + + + + + + + + + + + + 1 @@ -1009,6 +1028,11 @@ Contents Regularly updated online journal or newsletter by one or more writers, called bloggers, containing articles and commentary of interest to the blogger + + + + + @@ -1028,6 +1052,11 @@ Contents Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product. + + + 1 + + 2010-06-24 @@ -1042,15 +1071,15 @@ Contents http://www.fao.org/termportal/contr/ar/ http://www.fao.org/termportal/contr/es/ - + 1 - + - + - - + + @@ -1059,11 +1088,6 @@ Contents - - - - 2 - @@ -1074,10 +1098,10 @@ Contents Either city or town - a thickly populated area having fixed boundaries and certain local powers of government. - + - - + + @@ -1089,20 +1113,30 @@ Contents That is a position held by an academic faculty member who works for administration. - - + + Associate Dean An academic administrative position (associate dean, etc.) as distinct from a professional administrative position (non-academic) + server; Bruker Vector-33 FT-IR - + A network server is one example. Medical schools and research laboratories can list professional equipment, such as microscopes. - A physical object provided for specific purpose, task or occupation. - + + + + + 1 + + + + + + @@ -1112,31 +1146,31 @@ Contents http://purl.org/ontology/bibo/ - + - - + + + http://purl.org/ontology/bibo/ A specific journal article - - A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book Short Definition modified from the bibo ontology. - A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine. + stable + - Director of Admissions and Placement; Associate University Librarian Particular position in an organization, commonly identified by job title, and normally associated with a job description that details the tasks and responsibilities that go with the position. - + An employment activity, whether compensated or not. Short definition comes from http://en.wikipedia.org/wiki/Position, and has been modified. + Digital images (such as JPEG, PNG, GIF bitmaps, SVG diagrams etc.) @@ -1150,6 +1184,16 @@ Contents + + + + + + + + + + The thesis degree. @@ -1162,8 +1206,8 @@ Contents + - An organizational unit (as opposed to the physical facility) that performs research, provides services, or processes materials @@ -1173,33 +1217,32 @@ Contents + + + - - - - Note: Bibo:editor is used as the inverse of core:editorOf. Public Description for bibo:editor was obtained from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . - - + + - + - 1 - + 1 + - + - - + + The International classification(s) to which the published application has been assigned. @@ -1207,6 +1250,11 @@ Contents + + + 1 + + Relates a document to an event; for example, a paper to a conference. @@ -1218,6 +1266,11 @@ Contents unstable + + + + + Agricultural area, this category is the sum of areas under a) arable land - land under temporary agricultural crops (multiple-cropped areas are counted only once), temporary meadows for mowing or pasture, land under market and kitchen gardens and land temporarily fallow (less than five years). The abandoned land resulting from shifting cultivation is not included in this category. Data for “Arable land” are not meant to indicate the amount of land that is potentially cultivable; (b) permanent crops - land cultivated with long-term crops which do not have to be replanted for several years (such as cocoa and coffee); land under trees and shrubs producing flowers, such as roses and jasmine; and nurseries (except those for forest trees, which should be classified under "forest"); and (c) permanent meadows and pastures - land used permanently (five years or more) to grow herbaceous forage crops, either cultivated or growing wild (wild prairie or grazing land). Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx @@ -1253,16 +1306,6 @@ Contents A role of serving as an educator - - - 1 - - - - - 1 - - http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=fr#ancor @@ -1280,20 +1323,15 @@ Contents US Patent Data; US Job Data A named collection of data, usually containing only one type of data - + - - - - - - - + 1 + + Computer program and its related documentation; directs the operation of a computer - @@ -1301,6 +1339,16 @@ Contents An agreement involving specific deliverables and payment + + + + + + + + + + stable @@ -1329,6 +1377,11 @@ Contents + + + 1 + + http://www.fao.org/termportal/contr/es/ @@ -1359,11 +1412,6 @@ Contents - - - 1 - - http://purl.org/ontology/bibo/ @@ -1380,36 +1428,41 @@ Contents An role of an individual within his or her profession or institution; use outreach provider role for community service or other activities outside the profession. + + + 1 + + Note that the administering department is not the central research administration office (such as University of Florida DSP or Cornell OSP) -- we didn't see a need to record a relationship to that office because it implicitly manages all grants. Also note that this is the administering organization for the grant at the awardee side. - - - - - - - - - - - - - - - - - + + + + + + + + + + + + A person working in a position of librarian or information professional, or academic or technical expert in support of providing information services or materials. + + + + + http://www.fao.org/termportal/contr/zh/ @@ -1428,26 +1481,31 @@ Contents + + + 1 + + stable - + A scholarly academic article, typically published in a journal. http://purl.org/ontology/bibo/ Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography - + A specific academic journal article - + - - + + - + - - + 1 + @@ -1467,16 +1525,6 @@ Contents http://purl.org/ontology/bibo/ Digital Object Identifier - - - - 1 - - - - 1 - - A short description of the resource. @@ -1496,11 +1544,6 @@ Contents http://www.un.org/Depts/Cartographic/french/htmain.htm UN Cartographic Section - - - 1 - - @@ -1527,11 +1570,6 @@ Contents School of Architecture; School of Music An institution for instruction in a particular skill or field. - - - 1 - - http://www.fao.org/termportal/contr/fr/ http://www.fao.org/termportal/contr/es/ @@ -1545,11 +1583,6 @@ Contents http://www.fao.org/termportal/en/ - - - - - http://www.fao.org/termportal/contr/ar/ http://www.fao.org/termportal/contr/fr/ @@ -1574,11 +1607,6 @@ Contents - - - - - @@ -1590,18 +1618,13 @@ Contents Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number "4" - - - - - Definition taken from: http://en.wikipedia.org/wiki/University University of Florida; Washington University in St. Louis + An institution of higher education and research, which grants academic degrees in a variety of subjects, and provides both undergraduate education and postgraduate education. - @@ -1615,36 +1638,21 @@ Contents It's anticipated that the subclasses will be used when classifying items. And, all locations can be viewable via this class. Top level of all location classes. - - - - - - - - - - - + A document created as a basis for discussion or a very early draft of a formal paper + + + + + - - - 1 - - - - - 1 - - @@ -1675,11 +1683,6 @@ Contents International Standard Serial Number - - - 1 - - @@ -1700,7 +1703,6 @@ Contents - http://purl.org/ontology/bibo/ @@ -1708,6 +1710,7 @@ Contents stable A periodical of scholarly journal Articles. Contains original scholarly research or review articles by experts in the field + Journal of Information Science; IEEE Intelligent System; Scientometrics @@ -1719,16 +1722,6 @@ Contents Contains news articles, opinions, features, advertising, and is usually issued daily or weekly - - - 1 - - - - - - - @@ -1751,21 +1744,16 @@ Contents - - - 1 - - + The most general classification of an information resource + + + + + - - - - - - @@ -1775,15 +1763,10 @@ Contents - - - - - + Wiley Prize in Biomedical Sciences - An Award or Honor An Award or Honor @@ -1800,16 +1783,6 @@ Contents - - - 1 - - - - - 1 - - @@ -1824,25 +1797,20 @@ Contents An agent that receives a communication document. - - - - - - - - - - + + + + + Only use if no specific subclasses of core:EventSeries desribe the activity. Two or more events that occur at different times and are connected to each other. + A generic class which may include a conference series, a course section, a seminar series, or a workshop series. When possible, use one of these more specific classes. - - - - - + + + + @@ -1852,22 +1820,27 @@ Contents - - - - - + + + + + + + + + 1 + @@ -1881,38 +1854,28 @@ Contents use one freetextKeyword assertion for each keyword or phrase. - - - - - We would like the range of core:outcome to be the union of Event and Process; and that same union to be the range for core:outcomeOf, but we cannot currently express this with the editor. - + - 1 - + + + An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so. - + An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so. - - - - 1 - - @@ -1927,17 +1890,27 @@ We would like the range of core:outcome to be the union of Event and Process; an an information resource (typically a publication) supported by (typically via funding) an agreement (such as a grant) + + + + + + + + + + - + Represents educational training that has been received. This connects person to their academic degree through this educational training, but can also be used when the training does not result in a degree. Currently any abstract name is given to individuals of this class. This could change in the future. - + - - + + A paper presented at a conference; optionally collected into a Proceedings or a special Journal issue @@ -1947,17 +1920,12 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - - - http://purl.org/ontology/bibo/ - Facebook; VIVOweb.org; Flickr A group of Webpages accessible on the Web. A group of webpages available within a specific parent address or URL on the World Wide Web + unstable @@ -1975,12 +1943,17 @@ We would like the range of core:outcome to be the union of Event and Process; an http://www.fao.org/termportal/contr/ar/ http://www.fao.org/termportal/contr/zh/ + + + + + Work consisting of collections of previously published works + Short Definition is the Medical Subject Heading (MeSH) definition - A document that simultaneously contains other documents. http://purl.org/ontology/bibo/ stable @@ -1990,11 +1963,6 @@ We would like the range of core:outcome to be the union of Event and Process; an functions as an n-ary predicate a reified relationship - - - - - @@ -2003,13 +1971,8 @@ We would like the range of core:outcome to be the union of Event and Process; an An area of corporate activity organized as an administrative or functional unit. Definition modified from http://www.thefreedictionary.com/division. It is difficult to tell the difference between a division and a department. - Cardiovascular Medicine (division within medicine) - - - - 1 - + The Ornithological Newsletter @@ -2023,14 +1986,14 @@ We would like the range of core:outcome to be the union of Event and Process; an The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used. - + - - + + VIVO Outreach Team; VIVO Ontology Team - + An informal organization brought together for the purposes of a project or event. @@ -2074,7 +2037,7 @@ We would like the range of core:outcome to be the union of Event and Process; an The academic degree of a Thesis - + Alchohol Education Center; Center for Arts and Public Policy; Hearing Research Center @@ -2092,6 +2055,11 @@ We would like the range of core:outcome to be the union of Event and Process; an http://faostat.fao.org/site/377/default.aspx FAOSTAT http://faostat.fao.org/site/377/default.aspx + + + + + Indicates the precision of the value of a DateTimeValue instance. @@ -2109,12 +2077,12 @@ We would like the range of core:outcome to be the union of Event and Process; an - Short Definition from OCLC Input Standards, EntW A document created to summarize research findings associated with the completion of an academic degree. stable - + + http://purl.org/ontology/bibo/ Works created to satisfy the requirements for an academic certification or degree; also called dissertation @@ -2126,10 +2094,10 @@ We would like the range of core:outcome to be the union of Event and Process; an - + - - + + UN Statistics Division @@ -2144,24 +2112,39 @@ We would like the range of core:outcome to be the union of Event and Process; an - + - - + + + + + + 1 + + + + + 1 + A person's, group's or organization's role in an endeavor - Only use if no specific subclasses of core:Role describe the role. - + Only use this broad role class if no subclasses of role describe the item being classified. + + + + 1 + + @@ -2197,7 +2180,7 @@ We would like the range of core:outcome to be the union of Event and Process; an A structured file of information or a set of logically related data stored and retrieved using computer-based means Short Definition is the Medical Subject Heading (MeSH) definition - + PubMed @@ -2208,8 +2191,8 @@ We would like the range of core:outcome to be the union of Event and Process; an - + stable @@ -2220,12 +2203,7 @@ We would like the range of core:outcome to be the union of Event and Process; an A meeting for consultation or discussion. - - - - - - + @@ -2234,43 +2212,38 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - 1 - - A distinct, usually ongoing and specialized unit within a large organization. Definition modified from the definition here: http://dictionary.reference.com/browse/department. It is difficult to tell the difference between and department and a division. Legal (department within a company); Use for any non-academic department - + - + - - + + - + - - + 1 + An online article or commentary appearing on a blog + A specific blog posting - - + - - + + - + stable Collection of information resources that have a unified identity @@ -2303,28 +2276,18 @@ We would like the range of core:outcome to be the union of Event and Process; an Definition obtained here: http://answers.ask.com/Business/Finance/what_is_a_private_company. Examples of private companies found here: http://www.forbes.com/2008/11/03/largest-private-companies-biz-privates08-cx_sr_1103private_land.html - - - - - - - - - - - B.A. Bachelor of Arts - + This list may have multiple abbreviations for some degrees. An academic degree at any level, both as reported by individuals for employment and as offered by academic degree programs. + @@ -2342,16 +2305,12 @@ We would like the range of core:outcome to be the union of Event and Process; an A legal document proposing or enacting a law or a group of laws. - - - - - - A role of reviewing + A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper. + A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper. + - Minnesota; Michigan; Indiana; New York; Quebec; Manitoba; Ontario @@ -2375,11 +2334,6 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - 1 - - @@ -2387,7 +2341,7 @@ We would like the range of core:outcome to be the union of Event and Process; an - + phonograph record; tape; CD; DVD; DAT @@ -2396,6 +2350,11 @@ We would like the range of core:outcome to be the union of Event and Process; an stable Recorded audio in any format + + + + + http://unstats.un.org/unsd/methods/m49/m49alpha.htm http://unstats.un.org/unsd/methods/m49/m49chgef.htm @@ -2409,11 +2368,6 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - - - @@ -2427,15 +2381,25 @@ We would like the range of core:outcome to be the union of Event and Process; an http://purl.org/ontology/bibo/ - + - - + + - + - - + 1 + + + + + + + + + + + FAO terminology @@ -2450,19 +2414,14 @@ We would like the range of core:outcome to be the union of Event and Process; an http://www.fao.org/termportal/contr/zh/ 2010-06-24 - - - - - film; video; Blu-ray http://purl.org/ontology/bibo/ Audiovisual recording in any format - stable + An audio-visual document; film, video, and so forth. @@ -2500,11 +2459,6 @@ We would like the range of core:outcome to be the union of Event and Process; an http://xmlns.com/foaf/spec/#term_lastName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases." - - - - - When the URI of an instance of this Class is dereferenced it returns the data contained in the associated File. All information about the file will be stored in a corresponding File instance, which refers to its FileByteStream through the "downloadLocation" property. @@ -2527,6 +2481,11 @@ We would like the range of core:outcome to be the union of Event and Process; an http://www.un.org/Depts/Cartographic/map/profile/world.pdf + + + + + @@ -2543,42 +2502,47 @@ We would like the range of core:outcome to be the union of Event and Process; an - A defined class of organizations that fund Grants. National Institute of Health (NIH) + + + + 1 + + + + + + + Definition found here: http://dictionary.reference.com/browse/publisher A person or company whose business is the publishing of books, periodicals, engravings, computer software, etc. Elsevier; Harper & Row; Indiana University Press - + - + - - + + - + - - + + - + - - - - - - - + + @@ -2597,6 +2561,11 @@ We would like the range of core:outcome to be the union of Event and Process; an Afghanistan; Antigua and Barbuda; Cameroon; Iceland; Jamaica; Nigeria; United States of America + + + 1 + + @@ -2625,6 +2594,11 @@ We would like the range of core:outcome to be the union of Event and Process; an http://www.fao.org/termportal/contr/zh/ http://www.fao.org/termportal/contr/fr/ + + + + + @@ -2632,15 +2606,20 @@ We would like the range of core:outcome to be the union of Event and Process; an an information resource (typically a publication) supported by (typically via funding) an agreement (such as a grant) - + + + 1 + + + - + - - + + @@ -2651,16 +2630,16 @@ We would like the range of core:outcome to be the union of Event and Process; an The full URL. - + Uniform Resource Locator (URL) specifies where an identified resource is available and the mechanism for retrieving it. http://info.slis.indiana.edu/~katy/ - + - + - - + + @@ -2676,20 +2655,10 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - - - - - - - - @@ -2698,16 +2667,6 @@ We would like the range of core:outcome to be the union of Event and Process; an http://purl.org/ontology/bibo/ stable - - - - - - - - - - http://www.fao.org/termportal/contr/ar/ @@ -2744,37 +2703,32 @@ We would like the range of core:outcome to be the union of Event and Process; an Public Definition source (http://www.answers.com/topic/publisher). + + + + + An Institute normally has a research focus but may also fulfill instructional or outreach roles. Institute for Fundamental Theory - - - - - - - This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available. - - Only use if no specific subclasses of foaf:organization desribe the organization. - A generic class encompassing several types of organizations. - + + + + - + + + Ued to describe an organization related to bibliographic items such as a publishing company, etc. - - - 1 - - http://www.fao.org/termportal/contr/fr/ http://www.fao.org/termportal/contr/es/ @@ -2788,33 +2742,33 @@ We would like the range of core:outcome to be the union of Event and Process; an http://www.fao.org/termportal/contr/zh/ FAO terminology. FAOTERM. http://www.fao.org/termportal/en/ + + + + + - - - - - + + + + + A Person holding an academic employment appointment focused on research rather than teaching; temporary (or for some defined term) - - - - - @@ -2823,11 +2777,6 @@ We would like the range of core:outcome to be the union of Event and Process; an definition modified from: source (http://en.wikipedia.org/wiki/Seating_capacity). 55 - - - - - @@ -2835,20 +2784,15 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - 1 - - The digital file (or physical equivalent), if available after the conference, vs. the act of attending/presenting: use ConferencePresentation for information about date/time/location/name of the event where the poster was presented - + - - + + An organized series of workshop events, whether repetitions of the same workshop or multiple different workshops. @@ -2867,39 +2811,39 @@ We would like the range of core:outcome to be the union of Event and Process; an - + - + + + + + + - - - 1 - - - - - - - Only use if no specific subclasses of event:Event are appropriate. - - - - - + + + + Only use if no specific subclasses of event:Event are appropriate. + + + + + Something that happens at a given place and time. - + + + This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series. The previous short definition was: "An arbitrary classification of a space/time region, by a cognitive agent." - @@ -2909,11 +2853,6 @@ The previous short definition was: "An arbitrary classification of a space/time http://www.fao.org/figis/servlet/RefServlet Fisheries Global Information System http://www.fao.org/figis/servlet/RefServlet - - - - - http://www.fao.org/termportal/en/ @@ -2933,22 +2872,12 @@ The previous short definition was: "An arbitrary classification of a space/time - - - 1 - - - - - - - @@ -2962,6 +2891,11 @@ The previous short definition was: "An arbitrary classification of a space/time A visual representation such as a photograph or graph + + + + + @@ -2969,18 +2903,28 @@ The previous short definition was: "An arbitrary classification of a space/time - + - - + + + + + + + The award bestowed may be represented with the Award class. - + - - + The bestowal of an award, honor, or distinction to a person or person's at a particular time. + + + + + + @@ -3003,11 +2947,6 @@ The previous short definition was: "An arbitrary classification of a space/time Draft legislation presented for discussion to a legal body. stable - - - - - @@ -3024,25 +2963,15 @@ The previous short definition was: "An arbitrary classification of a space/time Role of co-principal investigator of an Agreement (for example, a grant), who devotes a specified percentage of time and is considered key personnel. - - - 1 - - Professor, associate professor and assistant professor are common positions for academic faculty. Professor; Associate Professor; Assistant Professor Academic position in a university or institution - + + - - - - - - stable @@ -3052,17 +2981,17 @@ The previous short definition was: "An arbitrary classification of a space/time Global Trade Item Number 14 - + A dual relationship of one person being advised or mentored by another person, typically including start and end dates - + - - + + - + @@ -3074,40 +3003,30 @@ The previous short definition was: "An arbitrary classification of a space/time - - - - - - - - 1 - - + + + 1 + + - - - 1 - - An explicit individual academic term, quarter, or semester rather than the generic fall, spring or summer semester. - + - - + 1 + @@ -3130,10 +3049,10 @@ modern society using the world of Star trek. Los Angeles Times, March - + - 1 - + + Used to relate a reference citation to a bibliographic resource. @@ -3165,23 +3084,18 @@ modern society using the world of Star trek. Los Angeles Times, March + + + + + - + - - - - - - - - - - - - + + @@ -3195,16 +3109,6 @@ modern society using the world of Star trek. Los Angeles Times, March a specific period or duration, defined by (optional) start and end date/times. - - - 1 - - - - - - - @@ -3215,34 +3119,29 @@ modern society using the world of Star trek. Los Angeles Times, March A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years - + http://purl.org/ontology/bibo/ stable - A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years. Short Definition from bibo ontology - - - - - + Written script for a film production, including dialogue and descriptions of gestures, actions, shooting directions - + + + + + + - - - - - @@ -3267,6 +3166,11 @@ modern society using the world of Star trek. Los Angeles Times, March + + + 1 + + @@ -3279,16 +3183,6 @@ modern society using the world of Star trek. Los Angeles Times, March - - - 1 - - - - - - - We can't yet assume that we will only have a single ORCID id for a person. @@ -3323,17 +3217,17 @@ Examples of a Publisher include a person, an organization, or a service. Typical http://www.fao.org/termportal/contr/zh/ + + + 1 + + - - - - - @@ -3353,11 +3247,6 @@ Examples of a Publisher include a person, an organization, or a service. Typical A presentation of a series of slides, usually presented in front of an audience with written text and images. stable - - - - - @@ -3397,15 +3286,15 @@ Examples of a Publisher include a person, an organization, or a service. Typical http://purl.org/ontology/bibo/ - + - - + + - + 1 - + http://www.fao.org/termportal/contr/es/ @@ -3420,24 +3309,24 @@ Examples of a Publisher include a person, an organization, or a service. Typical 2010-06-24 + + + 1 + + A distinct, usually specialized educational unit within an educational organization. - - + + Endodontics (department within a College of Dentistry); English (department within a College of Liberal Arts) - + - + - - - - - RearcherID is a Thomson Reuters project where researchers have a place to manage and share their professional information. It will allow them to solve author identity issues while simultaneously adding dynamic citation metrics and collaboration networks to your personal profile. Definition source: http://isiwebofknowledge.com/researcherid/ @@ -3445,16 +3334,6 @@ Definition source: http://isiwebofknowledge.com/researcherid/ - - - - - - - - - - @@ -3473,6 +3352,11 @@ Definition source: http://isiwebofknowledge.com/researcherid/A passage selected from a larger work. http://purl.org/ontology/bibo/ + + + + + @@ -3482,23 +3366,28 @@ Definition source: http://isiwebofknowledge.com/researcherid/Critical or explanatory note for a Document. - + - - + + + - An intramural or extramural award to support scholarly work, such as UF09179 (VIVO) Short definition is from the Glossary of NIH Terms. - - - - + + + + Financial assistance mechanism providing money, property, or both to an eligible entity to carry out an approved project or activity + + + + + @@ -3532,11 +3421,6 @@ Definition source: http://isiwebofknowledge.com/researcherid/ Information Science; Computer Science; Anthropology - - - - 1 - This namespace - http://purl.org/dc/elements/1.1/ - does not appear to have this element. @@ -3546,11 +3430,6 @@ Definition source: http://isiwebofknowledge.com/researcherid/ - - - 1 - - @@ -3571,10 +3450,10 @@ Definition source: http://isiwebofknowledge.com/researcherid/2010-06-24 http://www.fao.org/termportal/en/ - + - - + + Universal Product Code @@ -3590,10 +3469,25 @@ Definition source: http://isiwebofknowledge.com/researcherid/ - + - - + + + + + + + + + + + + + + + + 1 + @@ -3602,31 +3496,21 @@ Definition source: http://isiwebofknowledge.com/researcherid/Intel Talent Search; poetry contest Not the same as an award or distinction. - + - - - - - - - - - - - - - - - - 1 - + + A proposal for a research grant that has been submitted but not approved; does not represent an existing activity + + + 1 + + @@ -3636,10 +3520,15 @@ Definition source: http://isiwebofknowledge.com/researcherid/stable - + - - + 1 + + + + + + @@ -3647,11 +3536,6 @@ Definition source: http://isiwebofknowledge.com/researcherid/ - - - - - @@ -3664,10 +3548,10 @@ Definition source: http://isiwebofknowledge.com/researcherid/ An academic course, normally but not always for credit - + - - + 1 + @@ -3685,25 +3569,20 @@ Definition source: http://isiwebofknowledge.com/researcherid/ Address has properties for department name, street, city, state or province, postal code, and country. For US specific address, classify using core:US Postal Code. core:Address will display all addresses. + 200 University Avenue West, Waterloo, Ontario, Canada N2L 3G1 A specification of a location. To classify US specific addresses, use core:US Postal Code. - - - + Librarian; Library Systems Analyst; Music Bibliographer It is the common position in libraries. A position held by library and information science professionals, or academic or technical experts, in support of providing information services or materials + - - - - - http://www.fao.org/termportal/contr/zh/ @@ -3722,10 +3601,20 @@ Definition source: http://isiwebofknowledge.com/researcherid/ Typically a student or a recent graduate undergoing supervised practical training. - + - 1 - + + + + + + + + + + + 1 + @@ -3738,20 +3627,21 @@ Definition source: http://isiwebofknowledge.com/researcherid/ + An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series - - A role of editing + + An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series - + - + - - + + @@ -3760,16 +3650,6 @@ Definition source: http://isiwebofknowledge.com/researcherid/ - - - - - - - - - 1 - http://purl.org/ontology/bibo/ stable @@ -3778,10 +3658,10 @@ Definition source: http://isiwebofknowledge.com/researcherid/Library of Congress Control Number Source: http://en.wikipedia.org/wiki/Library_of_Congress_Control_Number. - + - - + + @@ -3790,24 +3670,24 @@ Definition source: http://isiwebofknowledge.com/researcherid/ - + - 1 - + + + + + + 1 + + A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event. see: http://xmlns.com/foaf/spec/#term_Group - - - - - - http://purl.org/ontology/bibo/ @@ -3820,11 +3700,26 @@ see: http://xmlns.com/foaf/spec/#term_Group Curriculum Steering Committee; PhD Advisory Committee - + A group of people organized for a specific purpose (e.g., a reporting or advisory role), often with a charge and for a specific duration. There could be many subclasses such as thesis committee or tenure committee, but these may typically be differentiated via the moniker unless distinct properties become important. + + + + + + + + + + + + + + + Short Definition from OCLC Input Standards, EntW http://purl.org/ontology/bibo/ @@ -3839,6 +3734,11 @@ see: http://xmlns.com/foaf/spec/#term_Group general relationship of support + + + 1 + + stable A legal document; for example, a court decision, a brief, and so forth. @@ -3847,11 +3747,6 @@ see: http://xmlns.com/foaf/spec/#term_Group http://purl.org/ontology/bibo/ a document that states some contractual relationship or grants some right - - - 1 - - @@ -3863,24 +3758,44 @@ see: http://xmlns.com/foaf/spec/#term_Group - + + + 1 + + + + + + 1 + + This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration. + + + + + + + + + + - + 1320 East 10th Street, Wells Library 021 Bloomington, IN 47405 - Formal address in US postal address system. + US postal address follow the format street, apt or office number (optional), city, state, and zipcode. - + @@ -3889,16 +3804,21 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + 1 + + A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization. A leadership role - + - 1 - + 1 + @@ -3914,14 +3834,13 @@ see: http://xmlns.com/foaf/spec/#term_Group A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print. - - + + Short Definition from the bibo ontology unstable - - A section of a book + http://purl.org/ontology/bibo/ A section of a book. @@ -3937,16 +3856,26 @@ see: http://xmlns.com/foaf/spec/#term_Group - + - - + + - + - + + + + + + + + + + + A court associated with a legal document; for example, that which issues a decision. @@ -3961,6 +3890,11 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + 1 + + radio or newspaper interview @@ -3977,6 +3911,16 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + + + + + + 1 + + Definition was take from here: http://dictionary.reference.com/browse/museum @@ -3984,15 +3928,10 @@ see: http://xmlns.com/foaf/spec/#term_Group The Getty Museum A building or place where works of art, scientific specimens, or other objects of permanent value are kept and displayed. - + - - 1 - - - - - + + unstable @@ -4008,9 +3947,9 @@ see: http://xmlns.com/foaf/spec/#term_Group Indiana; Florida; Minnesota; Michigan; New York; Quebec; Manitoba; Ontario - + - + @@ -4026,37 +3965,52 @@ see: http://xmlns.com/foaf/spec/#term_Group FAO terminology http://www.fao.org/termportal/contr/fr/ + + + 1 + + - + - - + + + + + + 1 + + + + + 1 + + + + + 1 + + + + + + - - - - - - - - - - @@ -4069,6 +4023,11 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + + + @@ -4082,11 +4041,6 @@ see: http://xmlns.com/foaf/spec/#term_Group - - - - - A small reference book, especially one giving instructions. unstable @@ -4096,6 +4050,16 @@ see: http://xmlns.com/foaf/spec/#term_Group SDB User Manual + + + + + + + + 1 + + sub-Saharan Africa, North America @@ -4104,11 +4068,6 @@ see: http://xmlns.com/foaf/spec/#term_Group Not sure how to access the "Editor's Comments". But as North America is a continent, it would be placed directly into the continent subclass and viewable through this class along with any other subclass entities. Any region that goes beyond national boundaries and does not fit into any subclass of core:TransnationalRegion. - - - - - @@ -4116,16 +4075,31 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + + + + + + 1 + + + + + + + - + - - + + @@ -4133,11 +4107,6 @@ see: http://xmlns.com/foaf/spec/#term_Group B.A. A short form for an longer title or name. - - - - - @@ -4158,6 +4127,16 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + 1 + + + + + 1 + + @@ -4165,6 +4144,11 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + + + @@ -4184,6 +4168,11 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + 1 + + A location having coordinates in geographic space. @@ -4216,11 +4205,6 @@ see: http://xmlns.com/foaf/spec/#term_Group - - - - - An agent that is interviewed by another agent. stable @@ -4248,6 +4232,11 @@ see: http://xmlns.com/foaf/spec/#term_Group + + + 1 + + Relates a document to some transcribed original. The bibo:transcriptOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers this term unstable. @@ -4257,11 +4246,31 @@ see: http://xmlns.com/foaf/spec/#term_Group unstable + + + + + + + + + + + + + + + + + + + + @@ -4271,24 +4280,34 @@ see: http://xmlns.com/foaf/spec/#term_Group An entity responsible for issuing often informally published documents such as press releases, reports, etc. This term is classified as unstable by bibo. unstable + + + 1 + + + + + + + - - - + - An offering through an ongoing program or single request of research support: internships, positions, financial awards or other forms of tangible or intangible support - + + + + @@ -4338,11 +4357,6 @@ bibo has the domain of this property set to the union of Collection and Document 2010-06-24 - - - - - FAO terminology @@ -4356,16 +4370,26 @@ bibo has the domain of this property set to the union of Collection and Document http://www.fao.org/termportal/contr/ar/ FAO terminology. FAOTERM. http://www.fao.org/termportal/en/ - + - 1 - + + + + + + + A role of being a member in a Process or an Organization + + + + + @@ -4378,6 +4402,11 @@ bibo has the domain of this property set to the union of Collection and Document + + + 1 + + @@ -4389,10 +4418,10 @@ bibo has the domain of this property set to the union of Collection and Document - + - - + 1 + @@ -4405,6 +4434,11 @@ bibo has the domain of this property set to the union of Collection and Document + + + + + @@ -4465,24 +4499,19 @@ bibo has the domain of this property set to the union of Collection and Document - - - 1 - - A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate + - Short Definition from the bibo ontology - - + stable + http://purl.org/ontology/bibo/ + A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information. - - + @@ -4490,6 +4519,11 @@ bibo has the domain of this property set to the union of Collection and Document + + + + + @@ -4514,6 +4548,11 @@ bibo has the domain of this property set to the union of Collection and Document + + + + + Short Definition from the bibo ontology @@ -4551,33 +4590,27 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi http://purl.org/ontology/bibo/ European Article Number/Uniform Commercier Code 13 - - - - - Since we have defined geopolitical.owl.hasMember to be a subproperty of core:hasMember, we should not make changes to this property that would change the definition of geopolitical.owl.hasMember in ways that may make it inconsistent with its usage in other ontologies. + + + 1 + + An edited book. - + http://purl.org/ontology/bibo/ + Best American Science Writing 2009 stable + An edited collection of stand-alone articles published as a book - - - - - - - 1 - Use subclasses of core:GeopoliticalEntity subclasses instead of this class if possible. @@ -4592,6 +4625,11 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi + + + + + 100 Caldwell Hall; 114 Martha Van Rensselaer (Rushmore Conference Room) Room that provides a particular service or is used for a particular activity. @@ -4599,11 +4637,6 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi Enter room number of name. - - - 1 - - @@ -4613,50 +4646,40 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi + + - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + @@ -4689,15 +4712,10 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi - + - 1 - - - - - 1 - + + @@ -4717,18 +4735,13 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi A primary academic unit within a University or a free-standing higher education organization without graduate degree programs. - + Document1 isVersionOf Document2 This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration. - - - - - @@ -4752,20 +4765,15 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi - + - - 1 + + - + - - - - - - 1 - + + 2 @@ -4796,15 +4804,10 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi FAO terminology. FAOTERM. http://www.fao.org/termportal/en/ - - - - - Are we assuming that a PresenterRole is in a Presentation? Or could you have a PresenterRole in, say, a committee? + A role of presenting information - @@ -4813,10 +4816,17 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi - + + + + + + + + - - + 1 + @@ -4829,18 +4839,13 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi http://xmlns.com/foaf/spec/#term_firstName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases." - - - 1 - - + UITS service UITS service is the information technology services provided by Indiana University. SC. - A regularly offered service in support of an academic, research, or administrative function (not personal or professional service by an individual) - + @@ -4848,11 +4853,6 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi - - - - - @@ -4899,11 +4899,6 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi This is done with a restriction on agent. - - - - - Code of Federal Regulations @@ -4914,29 +4909,19 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi A work consisting of texts of rules and regulations related to statutes issued by executive or administrative agencies A collection of statutes. - - - - - - - - - - - - - 1 - - + Used information from this definition: http://dictionary.reference.com/browse/library. A collection of any materials, for study and enjoyment, which has been systematically arranged. - Marston Science Library + + + + + @@ -4946,16 +4931,6 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi - - - - - - - - - - A public performance. @@ -4964,15 +4939,10 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi http://purl.org/ontology/bibo/ - + - - - - - - - + + http://www.fao.org/termportal/contr/ar/ @@ -5005,45 +4975,30 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi Public Description for bibo:distributor taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . - - - 1 - - - - - - - - + 1 - + + + + + + - - - - - - + - - - - - - - + 1 + @@ -5053,14 +5008,14 @@ We would like the range of core:outcome to be the union of Event and Process; an Agents are things that do stuff - see: http://xmlns.com/foaf/spec/#term_Agent - - - - - + + + + + + Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind. @@ -5069,10 +5024,10 @@ We would like the range of core:outcome to be the union of Event and Process; an Chicago; New York; Bloomington; Gainesville - + - - + 1 + @@ -5087,24 +5042,14 @@ We would like the range of core:outcome to be the union of Event and Process; an For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. Represents one person's information from one source at one particular time. For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. - - - - - - - - - - A person who has already received a bachelor's degree and is working toward a Master's or Doctoral degree. - + - + @@ -5124,24 +5069,24 @@ We would like the range of core:outcome to be the union of Event and Process; an http://aims.fao.org/website/Search-AGROVOC/sub http://aims.fao.org/website/Search-AGROVOC/sub - + - 1 - + + Used to link a bibliographic item to one of its contributor: can be an author, an editor, a publisher, etc. - + - - + + - + 1 - + @@ -5149,6 +5094,16 @@ We would like the range of core:outcome to be the union of Event and Process; an + + + + + + + + + + @@ -5160,21 +5115,11 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - - - Any organization (likely also asserted as another class of Organization) with a primary, ongoing research function, not just through occasional roles - - - 1 - - @@ -5191,11 +5136,6 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - - - @@ -5203,15 +5143,15 @@ We would like the range of core:outcome to be the union of Event and Process; an - + 1 - + - + - - + 1 + http://www.fao.org/figis/servlet/RefServlet @@ -5225,16 +5165,16 @@ We would like the range of core:outcome to be the union of Event and Process; an - + - - + + Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles. - A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.. + http://purl.org/ontology/bibo/ A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc. @@ -5278,34 +5218,29 @@ We would like the range of core:outcome to be the union of Event and Process; an A series of actions, changes, or functions bringing about a result - - - - + + + + - + When placing VIVO core in the Basic Formal Ontology (BFO) hierarchy, this is a subclass of BFO process which is defined as: "A processual entity that is a maximally connected spatiotemporal whole and has bona fide beginnings and endings corresponding to real discontinuities." - - + + - + - - + + - + - 1 - - - - - - + + @@ -5317,10 +5252,15 @@ We would like the range of core:outcome to be the union of Event and Process; an - + 1 - + + + + + + @@ -5328,9 +5268,14 @@ We would like the range of core:outcome to be the union of Event and Process; an - + - + + + + + + @@ -5339,11 +5284,6 @@ We would like the range of core:outcome to be the union of Event and Process; an A retired professor who has retained their rank, title and privileges. - - - 1 - - @@ -5356,16 +5296,21 @@ We would like the range of core:outcome to be the union of Event and Process; an An organized series of a meeting for consultation or discussion. - - - - - A person registered in an undergraduate program leading to a bachelor's degree or an undergraduate diploma or certificate. + + + + + + + + + + An excerpted collection of words @@ -5375,18 +5320,23 @@ We would like the range of core:outcome to be the union of Event and Process; an http://purl.org/ontology/bibo/ Short Definition from the bibo ontology - + - 1 - + 1 + + + + + + - + A position involving academic work but without faculty status Researcher; Academic Extension Associate; Postdoctoral Associate - + Those positions are held by people who do academic work but do not have faculty positions in universities or institutes. @@ -5394,6 +5344,11 @@ We would like the range of core:outcome to be the union of Event and Process; an + + + + 1 + Currently being used by a restriction on organization. @@ -5406,11 +5361,6 @@ We would like the range of core:outcome to be the union of Event and Process; an - - - 1 - - The example is one outreach role required by US space agency NASA, which is related with one project in NASA. Name of the outreach role should be put here. @@ -5418,19 +5368,14 @@ We would like the range of core:outcome to be the union of Event and Process; an An outreach or community service role directed outside a person's primary profession and institution Communicating Astronomy to the Public - - - 1 - - + stable - + A loose, thematic, collection of Documents, often Books. A thematic collection of documents, usually books, issued at regular or irregular intervals http://purl.org/ontology/bibo/ - Methods in Molecular Biology @@ -5456,10 +5401,10 @@ We would like the range of core:outcome to be the union of Event and Process; an A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.). - + - - + + @@ -5468,6 +5413,11 @@ We would like the range of core:outcome to be the union of Event and Process; an + + + 1 + + http://purl.org/ontology/bibo/ @@ -5476,6 +5426,11 @@ We would like the range of core:outcome to be the union of Event and Process; an CODEN became particularly common in the scientific community as a citation system for periodicals cited in technical- as well in chemistry-related publications and as a search tool in many bibliographic catalogues. Definition and description came from Wikipedia here: http://en.wikipedia.org/wiki/CODEN + + + + + This is done with a restriction on agent. @@ -5488,26 +5443,16 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik - + 1 - + A role of organizing - - - 1 - - - - - - - @@ -5522,12 +5467,17 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik Fisheries Global Information System http://www.fao.org/figis/servlet/RefServlet + Short Definition modified from the one found here: http://www.thefreedictionary.com/county. Alachua; Baker; Bradford; Kenora; Ottawa; Waterloo The largest administrative division of most states or provinces. - + + + + + @@ -5535,17 +5485,17 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment. - - - - - Home page for Scopus: http://www.scopus.com/home.url + + + + + Short Definition from bibo ontology http://purl.org/ontology/bibo/ @@ -5564,36 +5514,31 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik - - - - - - + + Short Definition from the bibo ontology A distinct part of a larger document or collected document - http://purl.org/ontology/bibo/ a distinct part of a larger document or collected document. - unstable + - - - + + - Short Definition copied from bibo ontology - + http://purl.org/ontology/bibo/ A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers. A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers + stable + @@ -5602,31 +5547,46 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik + + + + + A laboratory that exists primarily to conduct research vs. to provide services + + + 1 + + - + + An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim. - - - + + An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim. + + + 1 + + Postdoctoral research is academic or scholarly research conducted by a person who has completed his or her doctoral studies, normally within the following five years. It is intended to further deepen expertise in a specialist subject. - + - 1 - + + @@ -5634,11 +5594,6 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik - - - - - @@ -5650,6 +5605,11 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik See also core:localAwardId. + + + + + @@ -5665,18 +5625,37 @@ See also core:localAwardId. - - Note: Bibo:editor is used as the inverse of core:editorOf. Public Description for bibo:editor was obtained from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . + Definition from bibo: A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication. + + + + 1 + + + + + + + + + + 1 + + + + + + A postdoctoral training appointment (job) - + - 1 - + + @@ -5700,11 +5679,6 @@ See also core:localAwardId. - - - 1 - - @@ -5716,6 +5690,11 @@ See also core:localAwardId. + + + + + @@ -5741,6 +5720,21 @@ See also core:localAwardId. + + + + + + + + + + + + + + + @@ -5756,11 +5750,6 @@ See also core:localAwardId. - - - 1 - - The name defining a special edition of a document. Normally its a literal value composed of a version number and words. @@ -5768,11 +5757,6 @@ See also core:localAwardId. http://purl.org/ontology/bibo/ - - - - - FAO terminology. FAOTERM. http://www.fao.org/termportal/en/ http://www.fao.org/termportal/contr/zh/ @@ -5786,6 +5770,11 @@ See also core:localAwardId. http://www.fao.org/termportal/en/ 2010-06-24 + + + + + @@ -5805,10 +5794,10 @@ See also core:localAwardId. http://unstats.un.org/unsd/methods/m49/m49alpha.htm http://unstats.un.org/unsd/methods/m49/m49alpha.htm - + - 1 - + + @@ -5818,11 +5807,11 @@ See also core:localAwardId. A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them - - NLM Catalog + Short Definition is the Medical Subject Heading (MeSH) definition + diff --git a/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.3-annotations.rdf b/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.3-annotations.rdf index f1dc8a38..55709b60 100644 --- a/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.3-annotations.rdf +++ b/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.3-annotations.rdf @@ -551,15 +551,16 @@ report identifier - addEditorRoleToPerson.jsp - true - true - - 5 - editor for - - 2 + + + 5 + + true + true + use this property to record editorial management or oversight responsibilities for a collection or a series such as a journal. + addEditorRoleToPerson.jsp + collection or series editor for @@ -1091,10 +1092,10 @@ + 2 2 - 2 Editor Role @@ -1948,11 +1949,11 @@ -1 - Undergraduate Advising Relationship - 1 - 1 + 1 + 1 + Undergraduate Advising Relationship Position @@ -1983,11 +1984,11 @@ Non-Academic - Postdoc or Fellow Advising Relationship - 1 - 1 + 1 + 1 + Postdoc or Fellow Advising Relationship 5 @@ -2035,16 +2036,15 @@ true - This relates the information resource for which a person has managerial and sometimes policy-making responsibility to the person. - true - - true - editor of - 20 - - - editorOf 5 + + + 20 + editor of + true + + use this property to record editorial work performed for a document, such as a book, an academic article or a conference paper. + true @@ -3181,6 +3181,16 @@ 60 primary phone + + + 5 + true + 20 + + editor + true + + @@ -3587,12 +3597,12 @@ Relationship - email - 1 - 9 + 9 + 1 + email pvs @@ -3736,11 +3746,11 @@ Date/Time Value Precision - Graduate Advising Relationship - 1 - 1 + 1 + 1 + Graduate Advising Relationship @@ -3923,13 +3933,13 @@ has prerequisite - 2 - true - true + true - valid in + true 5 + 2 + valid in @@ -4407,8 +4417,8 @@ -1 -1 - Non-Faculty Academic Position + Non-Faculty Academic Position true @@ -4556,15 +4566,16 @@ linkShortView.jsp - 5 - true - reviewer of - - - addReviewerRoleToPerson.jsp - true - 2 + + true + addReviewerRoleToPerson.jsp + + + use this property to indicate ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also to record a review performed for a bibo:Document such as a book, academic article or conference paper. + reviewer of + true + 5 @@ -4903,16 +4914,13 @@ number of pages - editor - 20 - A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication. - true - editor - - 5 - + true - + 5 + + editor + + 20 -1 @@ -5140,11 +5148,11 @@ - Faculty Mentoring Relationship - 1 - 1 + 1 + 1 + Faculty Mentoring Relationship -1 From a1f956b38b1294be73bf141e9bf87e98313f7438 Mon Sep 17 00:00:00 2001 From: stellamit Date: Tue, 14 Jun 2011 15:34:22 +0000 Subject: [PATCH 10/23] NIHVIVO-2683, changing types of things person can be a reviewer for to core:InformationResource. (was bibo:Collection) --- productMods/edit/forms/addReviewerRoleToPerson.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/edit/forms/addReviewerRoleToPerson.jsp b/productMods/edit/forms/addReviewerRoleToPerson.jsp index 3e3c6275..302f9c66 100644 --- a/productMods/edit/forms/addReviewerRoleToPerson.jsp +++ b/productMods/edit/forms/addReviewerRoleToPerson.jsp @@ -6,6 +6,6 @@ - + \ No newline at end of file From 162bb92005b8ae342430aa20166b3390f85e6f87 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Tue, 14 Jun 2011 20:30:33 +0000 Subject: [PATCH 11/23] NIHVIVO-2588: Added ${user.firstName} to user menu, and reduced space between links in header nav. --- themes/wilma/css/wilma.css | 15 ++++++++------- themes/wilma/templates/identity.ftl | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index aa477034..fa0d28d6 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -420,8 +420,8 @@ ul#header-nav { ul#header-nav li { float: left; display: block; - padding-left: 20px; - padding-right: 20px; + padding-left: 10px; + padding-right: 10px; border-right: 1px solid #7c7d7f; font-size: .7em; color: #fff; @@ -430,7 +430,7 @@ ul#header-nav li.last { border-right: none; } ul#header-nav li:last-child { - padding-left: 10px; + padding-left: 1px; padding-right: 0; border-right: none; } @@ -442,10 +442,13 @@ ul#header-nav a:visited { text-decoration: none } ul#header-nav a:hover, -ul#header-nav a:active { +ul#header-nav a:active { text-decoration: none; color: #999; } +ul#header-nav a.log-out { + padding-left: 10px; +} /* SEARCH ------> */ #search { position: absolute; @@ -1573,11 +1576,10 @@ form.customForm p.note{ /* EDIT ACCOUNT ------> */ #edit-account p.note { margin-top: 3px; + width: 400px; } /* MY ACCOUNT ------> */ #my-account p.note { - margin-top: 0; - padding-top: 0; padding-bottom: 10px; } /* RESET PASSWORD ------> */ @@ -1612,7 +1614,6 @@ ul.dropdown li#user-menu:hover { color: #000 !important; position: relative; background: #fff url(../images/arrow-down-account.gif) right 9px no-repeat; - padding-right: 10px; border-bottom: 1px solid #cdcfcf; } ul.dropdown li.hover a, diff --git a/themes/wilma/templates/identity.ftl b/themes/wilma/templates/identity.ftl index 8b2dbbd1..388e60b0 100644 --- a/themes/wilma/templates/identity.ftl +++ b/themes/wilma/templates/identity.ftl @@ -16,7 +16,7 @@