forked from vivo-project/VIVO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/jquery-update
- Loading branch information
Showing
21 changed files
with
210 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
LOCAL_VIVO_HOME=./vivo-home | ||
RESET_HOME=false | ||
RESET_CORE=false | ||
VERBOSE=no | ||
# Variable substitution for docker-compose.yml | ||
|
||
# solr service variable substitution | ||
SOLR_RESET_CORE=false | ||
SOLR_VERBOSE=no | ||
|
||
SOLR_HOST_PORT=8983 | ||
SOLR_CONTAINER_PORT=8983 | ||
|
||
SOLR_CORES=./vivo-cores | ||
|
||
# tomcat service variable substitution | ||
VIVO_RESET_HOME=false | ||
VIVO_VERBOSE=no | ||
|
||
VIVO_TDB_FILE_MODE=direct | ||
|
||
VIVO_HOST_VIVO_HOME=./vivo-home | ||
VIVO_CONTAINER_VIVO_HOME=/usr/local/vivo/home | ||
|
||
VIVO_HOST_PORT=8080 | ||
VIVO_CONTAINER_PORT=8080 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ utilities/rdbmigration/.work | |
**/.project | ||
**/bin/ | ||
|
||
vivo-cores/ | ||
vivo-home/ | ||
|
||
.fake | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
home/src/main/resources/rdf/i18n/de_DE/display/firsttime/search_individuals_vivo.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@prefix : <https://vivoweb.org/ontology/vitro-search-individual/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
:filter_publication_year rdfs:label "Erscheinungsjahr"@de-DE . | ||
:field_persons rdfs:label "Personen"@de-DE . | ||
:range_filter_dates rdfs:label "Dates"@de-DE . | ||
:filter_organizations rdfs:label "Organisationen"@de-DE . | ||
:filter_persons rdfs:label "Personen"@de-DE . | ||
:field_dates rdfs:label "Dates"@de-DE . | ||
:field_organizations rdfs:label "Organisationen"@de-DE . | ||
:field_publication_year rdfs:label "Erscheinungsjahr"@de-DE . |
11 changes: 11 additions & 0 deletions
11
home/src/main/resources/rdf/i18n/en_CA/display/firsttime/search_individuals_vivo.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@prefix : <https://vivoweb.org/ontology/vitro-search-individual/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
:filter_publication_year rdfs:label "Publication year"@en-CA . | ||
:field_persons rdfs:label "Persons"@en-CA . | ||
:range_filter_dates rdfs:label "Dates"@en-CA . | ||
:filter_organizations rdfs:label "Organizations"@en-CA . | ||
:filter_persons rdfs:label "Persons"@en-CA . | ||
:field_dates rdfs:label "Dates"@en-CA . | ||
:field_organizations rdfs:label "Organizations"@en-CA . | ||
:field_publication_year rdfs:label "Publication year"@en-CA . |
11 changes: 11 additions & 0 deletions
11
home/src/main/resources/rdf/i18n/es/display/firsttime/search_individuals_vivo.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@prefix : <https://vivoweb.org/ontology/vitro-search-individual/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
:filter_publication_year rdfs:label "Año de publicación"@es . | ||
:field_persons rdfs:label "personas"@es . | ||
:range_filter_dates rdfs:label "fechas"@es . | ||
:filter_organizations rdfs:label "Organizaciones"@es . | ||
:filter_persons rdfs:label "personas"@es . | ||
:field_dates rdfs:label "fechas"@es . | ||
:field_organizations rdfs:label "Organizaciones"@es . | ||
:field_publication_year rdfs:label "Año de publicación"@es . |
11 changes: 11 additions & 0 deletions
11
home/src/main/resources/rdf/i18n/fr_CA/display/firsttime/search_individuals_vivo.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@prefix : <https://vivoweb.org/ontology/vitro-search-individual/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
:filter_publication_year rdfs:label "Année de parution"@fr-CA . | ||
:field_persons rdfs:label "Personnes"@fr-CA . | ||
:range_filter_dates rdfs:label "Dates"@fr-CA . | ||
:filter_organizations rdfs:label "Organisations"@fr-CA . | ||
:filter_persons rdfs:label "Personnes"@fr-CA . | ||
:field_dates rdfs:label "Dates"@fr-CA . | ||
:field_organizations rdfs:label "Organisations"@fr-CA . | ||
:field_publication_year rdfs:label "Année de parution"@fr-CA . |
11 changes: 11 additions & 0 deletions
11
home/src/main/resources/rdf/i18n/pt_BR/display/firsttime/search_individuals_vivo.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@prefix : <https://vivoweb.org/ontology/vitro-search-individual/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
:filter_publication_year rdfs:label "Ano de publicação"@pt-BR . | ||
:field_persons rdfs:label "Pessoas"@pt-BR . | ||
:range_filter_dates rdfs:label "datas"@pt-BR . | ||
:filter_organizations rdfs:label "Organizações"@pt-BR . | ||
:filter_persons rdfs:label "Pessoas"@pt-BR . | ||
:field_dates rdfs:label "datas"@pt-BR . | ||
:field_organizations rdfs:label "Organizações"@pt-BR . | ||
:field_publication_year rdfs:label "Ano de publicação"@pt-BR . |
11 changes: 11 additions & 0 deletions
11
home/src/main/resources/rdf/i18n/ru_RU/display/firsttime/search_individuals_vivo.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@prefix : <https://vivoweb.org/ontology/vitro-search-individual/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
:filter_publication_year rdfs:label "Год публикации"@ru-RU . | ||
:field_persons rdfs:label "Персоны"@ru-RU . | ||
:range_filter_dates rdfs:label "Даты"@ru-RU . | ||
:filter_organizations rdfs:label "Организации"@ru-RU . | ||
:filter_persons rdfs:label "Персоны"@ru-RU . | ||
:field_dates rdfs:label "Даты"@ru-RU . | ||
:field_organizations rdfs:label "Организации"@ru-RU . | ||
:field_publication_year rdfs:label "Год публикации"@ru-RU . |
11 changes: 11 additions & 0 deletions
11
home/src/main/resources/rdf/i18n/sr_Latn_RS/display/firsttime/search_individuals_vivo.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@prefix : <https://vivoweb.org/ontology/vitro-search-individual/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
:filter_publication_year rdfs:label "Godina izdanja"@sr-Latn-RS . | ||
:field_persons rdfs:label "Osobe"@sr-Latn-RS . | ||
:range_filter_dates rdfs:label "Datumi"@sr-Latn-RS . | ||
:filter_organizations rdfs:label "Organizacije"@sr-Latn-RS . | ||
:filter_persons rdfs:label "Osobe"@sr-Latn-RS . | ||
:field_dates rdfs:label "Datumi"@sr-Latn-RS . | ||
:field_organizations rdfs:label "Organizacije"@sr-Latn-RS . | ||
:field_publication_year rdfs:label "Godina izdanja"@sr-Latn-RS . |
Oops, something went wrong.