updates to outdated URLs and branch names (typically master -> main)
This commit is contained in:
parent
7046bdfad7
commit
abd40c25f5
68 changed files with 102 additions and 100 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,7 +1,7 @@
|
|||
**Thank you for submitting a pull request! Title this pull request with a brief description of what the pull request fixes/improves/changes. Please describe the pull request in detail using the template below.**
|
||||
* * *
|
||||
|
||||
**[JIRA Issue](https://jira.duraspace.org/projects/VIVO)**: (please link to issue)
|
||||
**[JIRA Issue](https://jira.lyrasis.org/projects/VIVO)**: (please link to issue)
|
||||
|
||||
* Other Relevant Links (Mailing list discussion, related pull requests, etc.)
|
||||
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,3 +22,6 @@ utilities/rdbmigration/.work
|
|||
**/bin/
|
||||
|
||||
vivo-home/
|
||||
|
||||
.fake
|
||||
.ionide
|
|
@ -14,12 +14,12 @@ desired information across disciplines.
|
|||
http://vivoweb.org/
|
||||
|
||||
### VIVO Project Wiki
|
||||
https://wiki.duraspace.org/display/VIVO/
|
||||
https://wiki.lyrasis.org/display/VIVO/
|
||||
|
||||
### Installation Instructions
|
||||
|
||||
Installation instructions for the latest release can be found at this location on the wiki:
|
||||
https://wiki.duraspace.org/display/VIVODOC112x/Installing+VIVO
|
||||
https://wiki.lyrasis.org/display/VIVODOC112x/Installing+VIVO
|
||||
|
||||
### Docker
|
||||
|
||||
|
@ -92,7 +92,7 @@ development, implementation, and testing.
|
|||
|
||||
## Contributing Code
|
||||
If you would like to contribute code to the VIVO project, please open a ticket
|
||||
in our [JIRA](https://jira.duraspace.org/projects/VIVO), and prepare a
|
||||
in our [JIRA](https://jira.lyrasis.org/projects/VIVO), and prepare a
|
||||
pull request that references your ticket. Contributors welcome!
|
||||
|
||||
## Citing VIVO
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
<project
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# For more information on specific properties, see the configuration reference
|
||||
# or installation options section of the technical documentation for the
|
||||
# version of VIVO you are running:
|
||||
# https://wiki.duraspace.org/display/VIVO/VIVO+Technical+Documentation
|
||||
# https://wiki.lyrasis.org/display/VIVO/VIVO+Technical+Documentation
|
||||
#
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
<repository>
|
||||
<id>vivo-dependencies</id>
|
||||
<name>VIVO Dependencies</name>
|
||||
<url>https://raw.github.com/vivo-project/dependencies/master/</url>
|
||||
<url>https://raw.github.com/vivo-project/dependencies/main/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
|
|
26
pom.xml
26
pom.xml
|
@ -1,5 +1,4 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -68,7 +67,7 @@
|
|||
</modules>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<profile>
|
||||
<id>Vitro-languages</id>
|
||||
<activation>
|
||||
<file>
|
||||
|
@ -78,8 +77,8 @@
|
|||
<modules>
|
||||
<module>../Vitro-languages</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>VIVO-languages</id>
|
||||
<activation>
|
||||
<file>
|
||||
|
@ -89,8 +88,8 @@
|
|||
<modules>
|
||||
<module>../VIVO-languages</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>vitro</id>
|
||||
<activation>
|
||||
<file>
|
||||
|
@ -489,16 +488,19 @@
|
|||
<failOnError>false</failOnError>
|
||||
</configuration>
|
||||
<reportSets>
|
||||
<reportSet><!-- by default, id = "default" -->
|
||||
<reports><!-- select non-aggregate reports -->
|
||||
<reportSet>
|
||||
<!-- by default, id = "default" -->
|
||||
<reports>
|
||||
<!-- select non-aggregate reports -->
|
||||
<report>javadoc</report>
|
||||
<report>test-javadoc</report>
|
||||
</reports>
|
||||
</reportSet>
|
||||
<reportSet><!-- aggregate reportSet, to define in poms
|
||||
<reportSet>
|
||||
<!-- aggregate reportSet, to define in poms
|
||||
having modules -->
|
||||
<id>aggregate</id>
|
||||
<inherited>false</inherited><!-- don't run aggregate
|
||||
<inherited>false</inherited> <!-- don't run aggregate
|
||||
in child modules -->
|
||||
<reports>
|
||||
<report>aggregate</report>
|
||||
|
@ -530,7 +532,7 @@
|
|||
<repository>
|
||||
<id>vivo-dependencies</id>
|
||||
<name>VIVO Dependencies</name>
|
||||
<url>https://raw.github.com/vivo-project/dependencies/master/</url>
|
||||
<url>https://raw.github.com/vivo-project/dependencies/main/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
# RC Script
|
||||
|
||||
RC_VERSION=1.11.1
|
||||
RC_VERSION=1.12.0
|
||||
RC_NUM=1
|
||||
|
||||
git checkout master
|
||||
git checkout main
|
||||
git pull
|
||||
git push origin master:rel-${RC_VERSION}-RC
|
||||
git push origin main:rel-${RC_VERSION}-RC
|
||||
|
||||
|
||||
git checkout rel-${RC_VERSION}-RC
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo 'New version number required eg. 1.9.0-rc1'
|
||||
echo 'New version number required eg. 1.12.0-RC1'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- VIVO-specific default list view config file for object properties
|
||||
|
||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- VIVO-specific default list view config file for object properties
|
||||
|
||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- VIVO-specific default list view config file for object properties
|
||||
|
||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<!-- Note: ?workshop is a generic name for any intervening event between a presentation and -->
|
||||
<!-- a conference, such as a workshop or session or exhibit. tlw72 -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- VIVO-specific default list view config file for object properties
|
||||
|
||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- VIVO-specific default list view config file for object properties
|
||||
|
||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
|
||||
<list-view-config>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- VIVO-specific default list view config file for object properties
|
||||
|
||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations
|
||||
This list view used for both roleContributesTo and BFO_0000054, which
|
||||
is for events.
|
||||
-->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- VIVO-specific default list view config file for object properties
|
||||
|
||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- Custom list view config file for core:webpage
|
||||
|
||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
||||
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||
|
||||
<list-view-config>
|
||||
<query-select>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
.btn-default,
|
||||
.btn-primary,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||
html {
|
||||
|
@ -187,7 +187,7 @@ td,
|
|||
th {
|
||||
padding: 0;
|
||||
}
|
||||
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
||||
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/main/src/css/main.css */
|
||||
@media print {
|
||||
*,
|
||||
*:before,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -21,7 +21,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#transitions
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -81,7 +81,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#alerts
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -176,7 +176,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#buttons
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -302,7 +302,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#carousel
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -540,7 +540,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#collapse
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
/* jshint latedef: false */
|
||||
|
@ -753,7 +753,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#dropdowns
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -919,7 +919,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#modals
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -1260,7 +1260,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* Inspired by the original jQuery.tipsy by Jason Frame
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -1780,7 +1780,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#popovers
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -1889,7 +1889,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#scrollspy
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -2062,7 +2062,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#tabs
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
@ -2218,7 +2218,7 @@ if (typeof jQuery === 'undefined') {
|
|||
* http://getbootstrap.com/javascript/#affix
|
||||
* ========================================================================
|
||||
* Copyright 2011-2016 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue