VIVO-465 Adjust the Vitro.reconcile.defaultTypeList to suit the ISF
This commit is contained in:
parent
d666a076bf
commit
fe81ba5927
2 changed files with 38 additions and 2 deletions
|
@ -143,7 +143,13 @@ visualization.temporal = enabled
|
||||||
# The format for this property is id, name; id1, name1; id2, name2 etc.
|
# The format for this property is id, name; id1, name1; id2, name2 etc.
|
||||||
# See Service Metadata from this page http://code.google.com/p/google-refine/wiki/ReconciliationServiceApi
|
# See Service Metadata from this page http://code.google.com/p/google-refine/wiki/ReconciliationServiceApi
|
||||||
# for more information.
|
# for more information.
|
||||||
Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Role, core:Role; http://vivoweb.org/ontology/core#AcademicDegree, core:Academic Degree; http://purl.org/NET/c4dm/event.owl#Event, event:Event; http://vivoweb.org/ontology/core#Agreement, core:Agreement; http://vivoweb.org/ontology/core#Location, core:Location; http://xmlns.com/foaf/0.1/Organization, foaf:Organization; http://xmlns.com/foaf/0.1/Person, foaf:Person; http://vivoweb.org/ontology/core#InformationResource, core:Information Resource
|
Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Role, core:Role; \
|
||||||
|
http://vivoweb.org/ontology/core#AcademicDegree, core:Academic Degree; \
|
||||||
|
http://purl.org/NET/c4dm/event.owl#Event, event:Event; \
|
||||||
|
http://vivoweb.org/ontology/core#Location, core:Location; \
|
||||||
|
http://xmlns.com/foaf/0.1/Organization, foaf:Organization; \
|
||||||
|
http://xmlns.com/foaf/0.1/Person, foaf:Person; \
|
||||||
|
http://purl.obolibrary.org/obo/IAO_0000030, obo:IAO_0000030
|
||||||
|
|
||||||
#
|
#
|
||||||
# Types of individual for which we can create proxy editors.
|
# Types of individual for which we can create proxy editors.
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
<li><a href="#rdffiles">Auto-loaded RDF files move to the Home directory</a></li>
|
<li><a href="#rdffiles">Auto-loaded RDF files move to the Home directory</a></li>
|
||||||
<li><a href="#language">Support for additional languages</a></li>
|
<li><a href="#language">Support for additional languages</a></li>
|
||||||
<li><a href="#extended_lod">More compact responses to Linked data requests</a></li>
|
<li><a href="#extended_lod">More compact responses to Linked data requests</a></li>
|
||||||
|
<li><a href="#google_refine">Changes to default types for Google Refine</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#upgrade_process">Upgrade Instructions</a></li>
|
<li><a href="#upgrade_process">Upgrade Instructions</a></li>
|
||||||
|
@ -143,7 +144,9 @@
|
||||||
<li><code>webapp.name</code></li>
|
<li><code>webapp.name</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="solr_insecure">Solr is no longer secured</h4>
|
<h4 id="solr_insecure">Solr is no longer secured</h4>
|
||||||
<p>
|
<p>
|
||||||
In previous releases, Solr was deployed to Tomcat with a <code>RemoteAddrValve</code>
|
In previous releases, Solr was deployed to Tomcat with a <code>RemoteAddrValve</code>
|
||||||
|
@ -163,7 +166,9 @@
|
||||||
<p>
|
<p>
|
||||||
Sites that need to secure Solr are now left to their own devices.
|
Sites that need to secure Solr are now left to their own devices.
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="log4j_properties">Log4J properties file renamed</h4>
|
<h4 id="log4j_properties">Log4J properties file renamed</h4>
|
||||||
<p>
|
<p>
|
||||||
In previous releases, the properties file for the VIVO logging system
|
In previous releases, the properties file for the VIVO logging system
|
||||||
|
@ -175,7 +180,9 @@
|
||||||
Note that <code>debug.log4j.properties</code>, if present, will still
|
Note that <code>debug.log4j.properties</code>, if present, will still
|
||||||
override the default.
|
override the default.
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="tabMenu">Property groups now displayed in a tab format, including a "View All" tab</h4>
|
<h4 id="tabMenu">Property groups now displayed in a tab format, including a "View All" tab</h4>
|
||||||
<p>
|
<p>
|
||||||
With release 1.6, the property group menu bar that was used on profile pages has been replaced
|
With release 1.6, the property group menu bar that was used on profile pages has been replaced
|
||||||
|
@ -183,7 +190,9 @@
|
||||||
within that group while the contents of the previously displayed group will be hidden. The array of
|
within that group while the contents of the previously displayed group will be hidden. The array of
|
||||||
tabs also includes a "View All" tab that, when clicked, displays the contents of all the property groups.
|
tabs also includes a "View All" tab that, when clicked, displays the contents of all the property groups.
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="sparqlDataGetters">Class-specific SPARQL Query Data Getters</h4>
|
<h4 id="sparqlDataGetters">Class-specific SPARQL Query Data Getters</h4>
|
||||||
<p>
|
<p>
|
||||||
The VIVO software now supports the development of SPARQL query data getters that can be associated
|
The VIVO software now supports the development of SPARQL query data getters that can be associated
|
||||||
|
@ -195,7 +204,9 @@
|
||||||
data getters:
|
data getters:
|
||||||
<code>https://wiki.duraspace.org/display/VIVO/Enriching+VIVO+Content+Using+SPARQL+Query+Data+Getters</code>.
|
<code>https://wiki.duraspace.org/display/VIVO/Enriching+VIVO+Content+Using+SPARQL+Query+Data+Getters</code>.
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="foafPersonTemplate">The foaf:Person template has been re-located.</h4>
|
<h4 id="foafPersonTemplate">The foaf:Person template has been re-located.</h4>
|
||||||
<p>
|
<p>
|
||||||
The template individual--foaf-person.ftl has been moved to the "templates" subdirectory in the wilma
|
The template individual--foaf-person.ftl has been moved to the "templates" subdirectory in the wilma
|
||||||
|
@ -204,7 +215,9 @@
|
||||||
theme directory or, if your installation does not have it's own theme directory, in the
|
theme directory or, if your installation does not have it's own theme directory, in the
|
||||||
<code>themes/wilma/templates subdirectory</code>.
|
<code>themes/wilma/templates subdirectory</code>.
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="multiple">Multiple foaf:Person Profile Pages</h4>
|
<h4 id="multiple">Multiple foaf:Person Profile Pages</h4>
|
||||||
<p>
|
<p>
|
||||||
VIVO now supports multiple profile pages for foaf:Persons. This feature, which is optional so installations
|
VIVO now supports multiple profile pages for foaf:Persons. This feature, which is optional so installations
|
||||||
|
@ -218,7 +231,9 @@
|
||||||
Websnapr.) For more information on how to implement multiple profile page views, refer to this wiki page:
|
Websnapr.) For more information on how to implement multiple profile page views, refer to this wiki page:
|
||||||
<code>https://wiki.duraspace.org/display/VIVO/Multiple+foaf%3APerson+Profile+Pages</code>.
|
<code>https://wiki.duraspace.org/display/VIVO/Multiple+foaf%3APerson+Profile+Pages</code>.
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="homePage">Home Page Re-design</h4>
|
<h4 id="homePage">Home Page Re-design</h4>
|
||||||
<p>
|
<p>
|
||||||
For Release 1.6 the VIVO Home Page has been redesigned. The Search field beneath the "welcome" text now
|
For Release 1.6 the VIVO Home Page has been redesigned. The Search field beneath the "welcome" text now
|
||||||
|
@ -229,7 +244,9 @@
|
||||||
activities and organizations; and, <a href="#optionalMap">optionally</a> a global map showing researchers'
|
activities and organizations; and, <a href="#optionalMap">optionally</a> a global map showing researchers'
|
||||||
areas of geographic focus.
|
areas of geographic focus.
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="rdffiles">Auto-loaded RDF files move to the Home directory</h4>
|
<h4 id="rdffiles">Auto-loaded RDF files move to the Home directory</h4>
|
||||||
<p>
|
<p>
|
||||||
The RDF files that initialize the data model have moved, in both the distribution and
|
The RDF files that initialize the data model have moved, in both the distribution and
|
||||||
|
@ -326,7 +343,9 @@
|
||||||
<include name="context.xml" />
|
<include name="context.xml" />
|
||||||
</patternset></pre>
|
</patternset></pre>
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="language">Support for additional languages</h4>
|
<h4 id="language">Support for additional languages</h4>
|
||||||
<p>
|
<p>
|
||||||
VIVO 1.6 includes limited support for other languages, in addition to American English.
|
VIVO 1.6 includes limited support for other languages, in addition to American English.
|
||||||
|
@ -350,7 +369,9 @@
|
||||||
<a href="https://wiki.duraspace.org/display/VIVO/Adding+a+language+to+VIVO">
|
<a href="https://wiki.duraspace.org/display/VIVO/Adding+a+language+to+VIVO">
|
||||||
Add a new language to VIVO</a>.
|
Add a new language to VIVO</a>.
|
||||||
</p>
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
<h4 id="extended_lod">More compact responses to Linked data requests</h4>
|
<h4 id="extended_lod">More compact responses to Linked data requests</h4>
|
||||||
<p>
|
<p>
|
||||||
In VIVO 1.6, the response to requests for linked data is changed, to be smaller and faster.
|
In VIVO 1.6, the response to requests for linked data is changed, to be smaller and faster.
|
||||||
|
@ -391,8 +412,17 @@
|
||||||
VIVO release 1.6 can be configured to produce extended linked data like previous releases.
|
VIVO release 1.6 can be configured to produce extended linked data like previous releases.
|
||||||
However, extended linked data will not be supported in future releases.
|
However, extended linked data will not be supported in future releases.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<h4 id="google_refine">Changes to default types for Google Refine</h4>
|
||||||
|
<p>
|
||||||
|
The list of default types for Google Refine has changed, to accomodate changes in the
|
||||||
|
ontology. If you are using Google Refine, you may need to change your runtime properties
|
||||||
|
accordingly. The new defaults appear in <code>example.runtime.properties</code>.
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<h4 id="browsers">Supported Browsers</h4>
|
<h4 id="browsers">Supported Browsers</h4>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue