From b3683f617894170c0f896ab05366bca51cea92e0 Mon Sep 17 00:00:00 2001 From: gneissone Date: Wed, 15 Nov 2017 09:03:53 -0700 Subject: [PATCH 1/2] Update Map of Science and ResearcherID descriptions --- .../rdf/tbox/filegraph/data-properties.owl | 4 +- .../mapOfScience/aboutMapOfScience.ftl | 104 +++++++++--------- .../mapOfScience/mapOfScienceTooltips.ftl | 4 +- 3 files changed, 56 insertions(+), 56 deletions(-) diff --git a/home/src/main/resources/rdf/tbox/filegraph/data-properties.owl b/home/src/main/resources/rdf/tbox/filegraph/data-properties.owl index c5e8d153..67c63dbd 100644 --- a/home/src/main/resources/rdf/tbox/filegraph/data-properties.owl +++ b/home/src/main/resources/rdf/tbox/filegraph/data-properties.owl @@ -1876,8 +1876,8 @@ use one freetextKeyword assertion for each keyword or phrase. - 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/ + ResearcherID is a Clarivate Analytics 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 their personal profile through integration with the Web of Science. +Definition source: https://clarivate.com/products/researcherid/ diff --git a/webapp/src/main/webapp/templates/freemarker/visualization/mapOfScience/aboutMapOfScience.ftl b/webapp/src/main/webapp/templates/freemarker/visualization/mapOfScience/aboutMapOfScience.ftl index eb7a7d7a..d3c8dd98 100644 --- a/webapp/src/main/webapp/templates/freemarker/visualization/mapOfScience/aboutMapOfScience.ftl +++ b/webapp/src/main/webapp/templates/freemarker/visualization/mapOfScience/aboutMapOfScience.ftl @@ -1,52 +1,52 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#assign aboutImagesRoot = '${urls.images}/visualization/mapofscience/about/'> - -

About VIVO's Map of Science Visualization

-

Reference Basemap

-

The VIVO Map of Science visualization uses the UCSD map of science and classification -system that was computed using paper-level data from about 25,000 journals from Elsevier's -Scopus and and Thomson Reuters' Web of Science (WoS) for the years 2001-2010. The UCSD map -of science assigns the 25,000 journals to 554 subdisciplines that are further aggregated -into 13 main disciplines of science. In the map, each discipline has a distinct color -(green for 'Biology', brown for 'Earth Sciences', etc.) and a label. (Sub)disciplines that -are similar closer to one another on the map. (Sub)disciplines that are especially similar -are connected by grey lines.

- -

Data Overlay

-

Publication activity of a university, organization, or person can be overlaid on the -map to generate expertise profiles. The process is as follows: (1) The set of unique -journals is identified, (2) the number of times each journal served as a publication venue -is calculated, and (3) the area size of the 13 disciplines and 554 subdisciplines is -calculated based on these journal publication venue counts. Note that some journals are -associated with exactly one (sub)discipline while others, e.g., interdisciplinary ones like -Science or Nature, are fractionally associated with multiple -(sub)disciplines. Subdisciplines inherit the colors of their parent disciplines. -(Sub)disciplines without any associated publications are given in gray.

- - - - -

Expertise Profile Comparison Map

-

Publication activity of up to three organizations or persons can be compared via "Compare -organizations." In the table on the left, select up to three organizations. The expertise -profile of each organizations will be represented as data overlay. Each organizations is -represented in a distinct color and a top-10 list of subdisciplines with the highest number -of publications is given below the comparison map. Data can be saved as CSV file.

- - - -

Interactivity

-

The map can be explored at two levels-by 13 disciplines or 554 subdisciplines. Clicking -on a node in the map brings up the number of fractionally associated journal publications -and the percentage of publications mapped to this (sub)discipline. Hover over a discipline -in the table on the left to see what circles it corresponds to on the map. Use slider below -map, on the right to reduce number of subdisciplines shown to improve legibility

- -

Links

-

For more information on the UCSD map of science and classification system, see -http://sci.cns.iu.edu/ucsdmap. -For other maps of science, see -http://scimaps.org and -http://mapofscience.com.

+<#-- $This file is distributed under the terms of the license in LICENSE$ --> + +<#assign aboutImagesRoot = '${urls.images}/visualization/mapofscience/about/'> + +

About VIVO's Map of Science Visualization

+

Reference Basemap

+

The VIVO Map of Science visualization uses the UCSD map of science and classification +system that was computed using paper-level data from about 25,000 journals from Elsevier's +Scopus and Clarivate Analytics' Web of Science (WoS) for the years 2001-2010. The UCSD map +of science assigns the 25,000 journals to 554 subdisciplines that are further aggregated +into 13 main disciplines of science. In the map, each discipline has a distinct color +(green for 'Biology', brown for 'Earth Sciences', etc.) and a label. (Sub)disciplines that +are similar closer to one another on the map. (Sub)disciplines that are especially similar +are connected by grey lines.

+ +

Data Overlay

+

Publication activity of a university, organization, or person can be overlaid on the +map to generate expertise profiles. The process is as follows: (1) The set of unique +journals is identified, (2) the number of times each journal served as a publication venue +is calculated, and (3) the area size of the 13 disciplines and 554 subdisciplines is +calculated based on these journal publication venue counts. Note that some journals are +associated with exactly one (sub)discipline while others, e.g., interdisciplinary ones like +Science or Nature, are fractionally associated with multiple +(sub)disciplines. Subdisciplines inherit the colors of their parent disciplines. +(Sub)disciplines without any associated publications are given in gray.

+ + + + +

Expertise Profile Comparison Map

+

Publication activity of up to three organizations or persons can be compared via "Compare +organizations." In the table on the left, select up to three organizations. The expertise +profile of each organizations will be represented as data overlay. Each organizations is +represented in a distinct color and a top-10 list of subdisciplines with the highest number +of publications is given below the comparison map. Data can be saved as CSV file.

+ + + +

Interactivity

+

The map can be explored at two levels-by 13 disciplines or 554 subdisciplines. Clicking +on a node in the map brings up the number of fractionally associated journal publications +and the percentage of publications mapped to this (sub)discipline. Hover over a discipline +in the table on the left to see what circles it corresponds to on the map. Use slider below +map, on the right to reduce number of subdisciplines shown to improve legibility

+ +

Links

+

For more information on the UCSD map of science and classification system, see +https://doi.org/10.1371/journal.pone.0039464. +For other maps of science, see +http://scimaps.org and +http://mapofscience.com.

diff --git a/webapp/src/main/webapp/templates/freemarker/visualization/mapOfScience/mapOfScienceTooltips.ftl b/webapp/src/main/webapp/templates/freemarker/visualization/mapOfScience/mapOfScienceTooltips.ftl index 25864ce5..c69f145d 100644 --- a/webapp/src/main/webapp/templates/freemarker/visualization/mapOfScience/mapOfScienceTooltips.ftl +++ b/webapp/src/main/webapp/templates/freemarker/visualization/mapOfScience/mapOfScienceTooltips.ftl @@ -4,7 +4,7 @@ From 05e8c6ac16873dd572953da56beb02962d93563a Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Mon, 20 Nov 2017 15:14:13 +0000 Subject: [PATCH 2/2] Update to ORCID API with correct Jaxb dependencies --- api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pom.xml b/api/pom.xml index c721c946..15fc5153 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -59,7 +59,7 @@ org.vivoweb orcid-api-client - 0.6.0 + 0.6.2