[VIVO-1690] - Remove trailing whitespace throughout project (#126)

* Remove trailing whitespace throughout project

Resolves: https://jira.duraspace.org/browse/VIVO-1690
** Along with: https://github.com/vivo-project/Vitro/pull/117
This commit is contained in:
Ben 2019-05-03 10:51:00 -06:00 committed by Andrew Woods
parent 48dcf87199
commit 87092cec9c
685 changed files with 26805 additions and 26805 deletions

View file

@ -1,30 +1,30 @@
#
# These properties tell how to set up Selenium to run a test suite.
#
website_url = http://localhost:8080/vivo
suite_parent_directories = suites
output_directory = ../../.build/acceptance-tests-output
user_extensions_path = /vitro/utilities/testrunner/selenium/user-extensions.js
firefox_profile_template_path =
suite_timeout_limit = 240
selenium_jar_path = /vitro/utilities/testrunner/selenium/selenium-server.jar
#
# These properties are needed to cleanse the data model between test suites.
#
mysql_username = vivoUser
mysql_password = vivoPass
mysql_dumpfile = test-model/testmodeldump.sql
mysql_db_name = vivo
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
upload_directory = /usr/local/vivo/data/uploads
tomcat_check_ready_command = /usr/local/vivo/commands/check_tomcat.sh
tomcat_stop_command = /usr/local/vivo/commands/stop_tomcat.sh
tomcat_start_command = /usr/local/vivo/commands/start_tomcat.sh
#
# These properties control the output formatting of the tests.
#
ignored_tests_file = suites/ignored_tests.txt
#
# These properties tell how to set up Selenium to run a test suite.
#
website_url = http://localhost:8080/vivo
suite_parent_directories = suites
output_directory = ../../.build/acceptance-tests-output
user_extensions_path = /vitro/utilities/testrunner/selenium/user-extensions.js
firefox_profile_template_path =
suite_timeout_limit = 240
selenium_jar_path = /vitro/utilities/testrunner/selenium/selenium-server.jar
#
# These properties are needed to cleanse the data model between test suites.
#
mysql_username = vivoUser
mysql_password = vivoPass
mysql_dumpfile = test-model/testmodeldump.sql
mysql_db_name = vivo
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
upload_directory = /usr/local/vivo/data/uploads
tomcat_check_ready_command = /usr/local/vivo/commands/check_tomcat.sh
tomcat_stop_command = /usr/local/vivo/commands/stop_tomcat.sh
tomcat_start_command = /usr/local/vivo/commands/start_tomcat.sh
#
# These properties control the output formatting of the tests.
#
ignored_tests_file = suites/ignored_tests.txt

View file

@ -8,12 +8,12 @@
@prefix vivo: <http://vivoweb.org/ontology/core#> .
<http://vivo.mydomain.edu/individual/MultiLabelFaculty>
a foaf:Person ,
vivo:FacultyMember ,
foaf:Agent ,
owl:Thing ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a foaf:Person ,
vivo:FacultyMember ,
foaf:Agent ,
owl:Thing ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
obo:BFO_0000004 ;
rdfs:label "Furter, Frank "^^xsd:string ;
rdfs:label "Test Label 1 "^^xsd:string ;
@ -22,30 +22,30 @@
vitro:mostSpecificType vivo:FacultyMember .
<http://vivo.mydomain.edu/individual/MultiLabelVCard>
a obo:BFO_0000031 ,
vcard:Kind ,
obo:ARG_2000379 ,
owl:Thing ,
obo:IAO_0000030 ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a obo:BFO_0000031 ,
vcard:Kind ,
obo:ARG_2000379 ,
owl:Thing ,
obo:IAO_0000030 ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
vcard:Individual ;
obo:ARG_2000029 <http://vivo.mydomain.edu/individual/MultiLabelFaculty> ;
vitro:mostSpecificType vcard:Individual ;
vcard:hasName <http://vivo.mydomain.edu/individual/MultiLabelName> .
<http://vivo.mydomain.edu/individual/MultiLabelName>
a vcard:Name ,
vcard:Geographical ,
vcard:TimeZone ,
owl:Thing ,
vcard:Organizational ,
vcard:Geo ,
vcard:Communication ,
vcard:Explanatory ,
vcard:Identification ,
vcard:Security ,
vcard:Addressing ,
a vcard:Name ,
vcard:Geographical ,
vcard:TimeZone ,
owl:Thing ,
vcard:Organizational ,
vcard:Geo ,
vcard:Communication ,
vcard:Explanatory ,
vcard:Identification ,
vcard:Security ,
vcard:Addressing ,
vcard:Calendar ;
vitro:mostSpecificType vcard:Name ;
vcard:familyName "Furter"^^xsd:string ;

View file

@ -4127,7 +4127,7 @@
<core:inScheme rdf:resource="#V"/>
<core:prefLabel xml:lang="en">vineyards</core:prefLabel>
</ontology:Code>
<core:Concept rdf:about="http://www.eionet.europa.eu/gemet/concept/1001">
<owl:sameAs rdf:resource="#S.BDG"/>
</core:Concept>

View file

@ -1,9 +1,9 @@
#<http://xmlns.com/foaf/0.1/Person>
#<http://xmlns.com/foaf/0.1/Person>
#<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#searchBoostAnnot> 100000.0.
#<http://vivoweb.org/ontology/core#EmeritusProfessor>
#<http://vivoweb.org/ontology/core#EmeritusProfessor>
# <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#searchBoostAnnot> 5000.0.
<http://www.w3.org/2004/02/skos/core#Concept>

View file

@ -1,7 +1,7 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
vitroDisplay:SearchIndex
rdf:type owl:Thing ;
vitroDisplay:excludeClass <http://xmlns.com/foaf/0.1/Person> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
vitroDisplay:SearchIndex
rdf:type owl:Thing ;
vitroDisplay:excludeClass <http://xmlns.com/foaf/0.1/Person> .

View file

@ -1,4 +1,4 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
#
# Short View configuration
@ -8,7 +8,7 @@
# implementation, and should be replaced when the work on the Application and Display
# Ontology is complete.
#
# Find out how to use this file at
# Find out how to use this file at
# https://sourceforge.net/apps/mediawiki/vivo/index.php?title=Using_Short_Views_in_Release_1.5
#
@ -18,34 +18,34 @@
@prefix mydomain: <http://vivo.mydomain.edu/individual/> .
#
# In all views, Facult Members should show the name of the
# In all views, Facult Members should show the name of the
# department they belong to.
#
vivo:FacultyMember
vivo:FacultyMember
display:hasCustomView mydomain:facultySearchView ;
display:hasCustomView mydomain:facultyIndexView ;
display:hasCustomView mydomain:facultyBrowseView .
mydomain:facultySearchView
a display:customViewForIndividual ;
display:appliesToContext "SEARCH" ;
display:hasTemplate "view-search-faculty.ftl" ;
display:hasDataGetter mydomain:facultyDepartmentDG .
mydomain:facultyIndexView
a display:customViewForIndividual ;
display:appliesToContext "INDEX" ;
display:hasTemplate "view-index-faculty.ftl" ;
display:hasDataGetter mydomain:facultyDepartmentDG .
mydomain:facultyBrowseView
a display:customViewForIndividual ;
display:appliesToContext "BROWSE" ;
display:hasTemplate "view-browse-faculty.ftl" ;
display:hasDataGetter mydomain:facultyDepartmentDG ;
display:hasDataGetter mydomain:facultyPreferredTitleDG .
mydomain:facultyDepartmentDG
a datagetters:SparqlQueryDataGetter ;
display:saveToVar "details" ;
@ -57,11 +57,11 @@ SELECT ?deptName
WHERE {
?individualUri obo:RO_0000053 ?membership .
?membership vivo:roleContributesTo ?deptUri .
?deptUri
?deptUri
a vivo:AcademicDepartment ;
rdfs:label ?deptName .
}
LIMIT 20
LIMIT 20
""" .
mydomain:facultyPreferredTitleDG
@ -80,7 +80,7 @@ LIMIT 1
""" .
#
# In the INDEX view, Academic departments should show locations
# In the INDEX view, Academic departments should show locations
# and department head.
#

View file

@ -35,6 +35,6 @@
<#if (details[0].deptName)?? >
<span class="title"><em>Member of</em> ${details[0].deptName}</span>
</#if>
</li>

View file

@ -2,5 +2,5 @@
@prefix auth: <http://vitro.mannlib.cornell.edu/ns/vitro/authorization#> .
@prefix simplePermission: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#> .
auth:ADMIN
auth:hasPermission simplePermission:UseSparqlQueryApi ;
auth:ADMIN
auth:hasPermission simplePermission:UseSparqlQueryApi ;

View file

@ -2,5 +2,5 @@
@prefix auth: <http://vitro.mannlib.cornell.edu/ns/vitro/authorization#> .
@prefix simplePermission: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#> .
auth:ADMIN
auth:hasPermission simplePermission:UseSparqlUpdateApi ;
auth:ADMIN
auth:hasPermission simplePermission:UseSparqlUpdateApi ;