accurator/commit

about page variable renaming

authorCristina-Iulia Bucur
Thu Nov 19 14:50:19 2015 +0100
committerCristina-Iulia Bucur
Thu Nov 19 14:50:19 2015 +0100
commitf89b421cb4d610fb1db404a074780d5fdf4dda80
tree5199e749124d53169d014ebf42698dc87760a70f
parent3378a87c1b17ecb3755dae1fc150b765b6e47415
Diff style: patch stat
diff --git a/rdf/ui/labels.ttl b/rdf/ui/labels.ttl
index 295db78..c408d1a 100644
--- a/rdf/ui/labels.ttl
+++ b/rdf/ui/labels.ttl
@@ -25,23 +25,23 @@ aui:introLnkAbout rdfs:subPropertyOf auis:uiLabel .
 
 aui:about a auis:UI ;
 	dcterms:title "Accurator about UI"@en ;
-	aui:title "About Accurator"@en ;
-	aui:txtAboutSlogan "About Accurator"@en ;
-	aui:btnGoBackHome "Back"@en ;
-	aui:txtAboutAccurator "Accurator is a platform that enables users to help museum professionals with describing museum collection items by providing expert knowledge. This could, for example, be tagging the depicted species of an animal or a plant. Apart from enhancing the descriptions of the collection items, this information can be used to facilitate searching the museum's collection."@en ;
-	aui:txtSealincMediaSlogan "SEALINCMedia"@en ;
-	aui:txtAboutSealincMedia "Accurator is developed as part of the <a href=\"https://sealincmedia.wordpress.com/\">SEALINCMedia project</a>. The collaborating institutions are <a href=\"http://vu.nl/en/\">VU University	Amsterdam</a>, <a href=\"http://www.tudelft.nl/en/\">Technical University Delft</a>, <a href=\"http://www.cwi.nl\">Centrum Wiskunde and Informatica</a>, <a href=\"https://www.rijksmuseum.nl/en\">Rijksmuseum Amsterdam</a>, <a href=\"http://www.naturalis.nl/en/\">Naturalis</a> and the <a href=\"http://www.kb.nl/en\">National Library of The Netherlands</a>. <a href=\"https://sealincmedia.wordpress.com/\">SEALINCMedia</a> is part of the <a href=\"http://commit-nl.nl/\">COMMIT/</a> project which brings together academic research and (non-)profit organizations to solve challenges in ICT."@en ;
-	aui:txtSealincResearchSlogan "Accurator for research"@en ;
-	aui:txtAboutSealincResearch "The research challenges of the project are: to identify the niche of relevant experts and to motivate them to contribute to the tagging of artworks; developing the personalization mechanisms to make sure that the experts are shown items that correspond	to their expertise; evaluating the quality of the tags and taggers using trust algorithms and to present all these aspects in an appropriate interface. To test our hypotheses, we continuously develop and evaluate Accurator. The code is open source and available at <a href=\"https://github.com/rasvaan/accurator\">GitHub</a>."@en .
-
-aui:title a auis:UILabel .
-aui:txtAboutSlogan a auis:UILabel .
-aui:txtAboutAccurator a auis:UILabel .
-aui:txtSealincMediaSlogan a auis:UILabel .
-aui:txtAboutSealincMedia a auis:UILabel .
-aui:txtSealincResearchSlogan a auis:UILabel .
-aui:txtAboutSealincResearch a auis:UILabel .
-aui:btnGoBackHome a auis:UILabel .
+	aui:aboutHdrTitle "About Accurator"@en ;
+	aui:aboutHdrAccuratorSlogan "About Accurator"@en ;
+	aui:aboutBtnGoBackHome "Back"@en ;
+	aui:aboutTxtAccurator "Accurator is a platform that enables users to help museum professionals with describing museum collection items by providing expert knowledge. This could, for example, be tagging the depicted species of an animal or a plant. Apart from enhancing the descriptions of the collection items, this information can be used to facilitate searching the museum's collection."@en ;
+	aui:aboutHdrSealincMediaSlogan "SEALINCMedia"@en ;
+	aui:aboutTxtSealincMedia "Accurator is developed as part of the <a href=\"https://sealincmedia.wordpress.com/\">SEALINCMedia project</a>. The collaborating institutions are <a href=\"http://vu.nl/en/\">VU University	Amsterdam</a>, <a href=\"http://www.tudelft.nl/en/\">Technical University Delft</a>, <a href=\"http://www.cwi.nl\">Centrum Wiskunde and Informatica</a>, <a href=\"https://www.rijksmuseum.nl/en\">Rijksmuseum Amsterdam</a>, <a href=\"http://www.naturalis.nl/en/\">Naturalis</a> and the <a href=\"http://www.kb.nl/en\">National Library of The Netherlands</a>. <a href=\"https://sealincmedia.wordpress.com/\">SEALINCMedia</a> is part of the <a href=\"http://commit-nl.nl/\">COMMIT/</a> project which brings together academic research and (non-)profit organizations to solve challenges in ICT."@en ;
+	aui:aboutHdrSealincResearchSlogan "Accurator for research"@en ;
+	aui:aboutTxtSealincResearch "The research challenges of the project are: to identify the niche of relevant experts and to motivate them to contribute to the tagging of artworks; developing the personalization mechanisms to make sure that the experts are shown items that correspond	to their expertise; evaluating the quality of the tags and taggers using trust algorithms and to present all these aspects in an appropriate interface. To test our hypotheses, we continuously develop and evaluate Accurator. The code is open source and available at <a href=\"https://github.com/rasvaan/accurator\">GitHub</a>."@en .
+
+aui:aboutHdrTitle rdfs:subPropertyOf auis:uiLabel .
+aui:aboutHdrAccuratorSlogan rdfs:subPropertyOf auis:uiLabel .
+aui:aboutTxtAccurator rdfs:subPropertyOf auis:uiLabel .
+aui:aboutHdrSealincMediaSlogan rdfs:subPropertyOf auis:uiLabel .
+aui:aboutTxtSealincMedia rdfs:subPropertyOf auis:uiLabel .
+aui:aboutHdrSealincResearchSlogan rdfs:subPropertyOf auis:uiLabel .
+aui:aboutTxtSealincResearch rdfs:subPropertyOf auis:uiLabel .
+aui:aboutBtnGoBackHome rdfs:subPropertyOf auis:uiLabel .
 
 ##### Domain Screen #####
 
diff --git a/rdf/ui/labels_nl.ttl b/rdf/ui/labels_nl.ttl
index be68605..af112d1 100644
--- a/rdf/ui/labels_nl.ttl
+++ b/rdf/ui/labels_nl.ttl
@@ -17,15 +17,14 @@ aui:intro a auis:UI ;
 ###### About Screen #####
 
 aui:about a auis:UI ;
-	aui:title "Informatie over Accurator"@nl ;
-	aui:txtAboutSlogan "Over Accurator"@nl ;
-	aui:btnGoBackHome "Terug"@nl ;
-	aui:txtAboutAccurator "Accurator is a platform that enables users to help museum professionals with describing museum collection items by providing expert knowledge. This could, for example, be tagging the depicted species of an animal or a plant. Apart from enhancing the descriptions of the collection items, this information can be used to facilitate searching the museum's collection."@en ;
-	aui:txtAboutAccurator "Accurator is een platform dat gebruikers in staat stelt hun expertise te delen met museum professionals bij het beschrijven van museumstukken. Dit kan, bijvoorbeeld, het voorzien van informatie zijn van dieren of planten prenten. Naast het verrijken van beschrijvingen van de museumstukken helpt dit proces ook de online toegankelijkheid van de collectie."@nl ;
-	aui:txtSealincMediaSlogan "SEALINCMedia"@nl ;
-	aui:txtAboutSealincMedia "De ontwikkeling van Accurator maakt deel uit van het <a href=\"https://sealincmedia.wordpress.com/\">SEALINCMedia project</a>. Het samenwerkingsverband bestaat uit de <a href=\"http://vu.nl/nl/\">Vrije Universiteit Amsterdam</a>, de <a href=\"http://www.tudelft.nl\">Technische Universiteit Delf</a>, <a href=\"http://www.cwi.nl\">Centrum Wiskunde en Informatica</a>, <a href=\"http://rijksmuseum.nl\">Rijksmuseum Amsterdam</a>, <a href=\"http://www.naturalis.nl/nl/\">Naturalis</a> en de <a href=\"http://www.kb.nl\">Koninklijke Bibliotheek</a>. <a href=\"https://sealincmedia.wordpress.com/\">SEALINCMedia</a> maakt onderdeel uit van het <a href=\"http://commit-nl.nl/\">COMMIT/</a> project wat onderzoek en (non-)profit organisaties samenbrengt om ICT uitdagingen op te lossen."@nl ;
-	aui:txtSealincResearchSlogan "Accurator en onderzoek"@nl ;
-	aui:txtAboutSealincResearch "De onderzoeks uitdagingen zijn: het vinden de niche van experts en hen motiveren om informatie bij te dragen aan kunstwerken; experts de kunstwerken tonen waar overeenkomend met hun expertise; de bijdragen evalueren met behulp van algoritmen en deze aspecten presenteren in een passende interface. Om deze hypothesen te testen is Accurator continu in ontwikkeling. De code is open source en beschikbaar op <a href=\"https://github.com/rasvaan/accurator\">GitHub</a>."@nl .
+	aui:aboutHdrTitle "Informatie over Accurator"@nl ;
+	aui:aboutHdrAccuratorSlogan "Over Accurator"@nl ;
+	aui:aboutBtnGoBackHome "Terug"@nl ;
+	aui:aboutTxtAccurator "Accurator is een platform dat gebruikers in staat stelt hun expertise te delen met museum professionals bij het beschrijven van museumstukken. Dit kan, bijvoorbeeld, het voorzien van informatie zijn van dieren of planten prenten. Naast het verrijken van beschrijvingen van de museumstukken helpt dit proces ook de online toegankelijkheid van de collectie."@nl ;
+	aui:aboutHdrSealincMediaSlogan "SEALINCMedia"@nl ;
+	aui:aboutTxtSealincMedia "De ontwikkeling van Accurator maakt deel uit van het <a href=\"https://sealincmedia.wordpress.com/\">SEALINCMedia project</a>. Het samenwerkingsverband bestaat uit de <a href=\"http://vu.nl/nl/\">Vrije Universiteit Amsterdam</a>, de <a href=\"http://www.tudelft.nl\">Technische Universiteit Delf</a>, <a href=\"http://www.cwi.nl\">Centrum Wiskunde en Informatica</a>, <a href=\"http://rijksmuseum.nl\">Rijksmuseum Amsterdam</a>, <a href=\"http://www.naturalis.nl/nl/\">Naturalis</a> en de <a href=\"http://www.kb.nl\">Koninklijke Bibliotheek</a>. <a href=\"https://sealincmedia.wordpress.com/\">SEALINCMedia</a> maakt onderdeel uit van het <a href=\"http://commit-nl.nl/\">COMMIT/</a> project wat onderzoek en (non-)profit organisaties samenbrengt om ICT uitdagingen op te lossen."@nl ;
+	aui:aboutHdrSealincResearchSlogan "Accurator en onderzoek"@nl ;
+	aui:aboutTxtSealincResearch "De onderzoeks uitdagingen zijn: het vinden de niche van experts en hen motiveren om informatie bij te dragen aan kunstwerken; experts de kunstwerken tonen waar overeenkomend met hun expertise; de bijdragen evalueren met behulp van algoritmen en deze aspecten presenteren in een passende interface. Om deze hypothesen te testen is Accurator continu in ontwikkeling. De code is open source en beschikbaar op <a href=\"https://github.com/rasvaan/accurator\">GitHub</a>."@nl .
 
 ##### Domain Screen #####
 
diff --git a/web/css/accurator.css b/web/css/accurator.css
index ec3f0da..4159506 100644
--- a/web/css/accurator.css
+++ b/web/css/accurator.css
@@ -185,7 +185,7 @@ Intro
 	text-align: right;
 }
 
-#aboutButtons {
+#aboutDivButtons {
 	margin-top: 20px;
 }
 
diff --git a/web/html/about.html b/web/html/about.html
index 1f376e8..78f47fb 100644
--- a/web/html/about.html
+++ b/web/html/about.html
@@ -8,7 +8,7 @@
 	<link type="text/css" rel="stylesheet" media="screen" href="css/accurator.css" />
 </head>
 
-<body class="aboutScreen">
+<body class="about">
 	<!-- Navbar -->
 	<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
 		<div class="container-fluid">
@@ -31,12 +31,12 @@
 	</nav>
 
 	<!-- Text about Accurator -->
-	<div class="aboutText container">
+	<div class="aboutDiv container">
 		<div class="row">
 			<div class="col-md-10 col-md-offset-1">
-				<h3 id="txtAboutSlogan">
+				<h3 id="aboutHdrAccuratorSlogan">
 				</h3>
-					<p id="txtAboutAccurator">
+					<p id="aboutTxtAccurator">
 					</p>
 			</div>
 		</div>
@@ -48,22 +48,22 @@
 		</div>
 		<div class="row">
 			<div class="col-md-10 col-md-offset-1">
-				<h4 id="txtSealincMediaSlogan">
+				<h4 id="aboutHdrSealincMediaSlogan">
 				</h4>
-				<p id="txtAboutSealincMedia">
+				<p id="aboutTxtSealincMedia">
 				</p>
 			</div>
 		</div>
 		<div class="row">
 			<div class="col-md-10 col-md-offset-1">
-				<h4 id="txtSealincResearchSlogan"></h4>
-					<p id="txtAboutSealincResearch"></p>
+				<h4 id="aboutHdrSealincResearchSlogan"></h4>
+					<p id="aboutTxtSealincResearch"></p>
 			</div>
 		</div>
 		<!-- Buttons -->
-		<div class="row" id="aboutButtons">
+		<div class="row" id="aboutDivButtons">
 			<div class="col-md-4 col-md-offset-1 col-xs-6">
-				<button class="btn btn-primary" id="btnGoBackHome">
+				<button class="btn btn-primary" id="aboutBtnGoBackHome">
 				</button>
 			</div>
 		</div>
diff --git a/web/js/accurator_about.js b/web/js/accurator_about.js
index 9a52d0b..04d5409 100644
--- a/web/js/accurator_about.js
+++ b/web/js/accurator_about.js
@@ -36,17 +36,17 @@ function populateUI(domainSettins) {
 
 function initLabels(labels) {
 	document.title = labels.title;
-	$("#txtAboutSlogan").append(labels.txtAboutSlogan);
-	$("#txtAboutAccurator").append(labels.txtAboutAccurator);
-	$("#txtSealincMediaSlogan").append(labels.txtSealincMediaSlogan);
-	$("#txtAboutSealincMedia").append(labels.txtAboutSealincMedia);
-	$("#txtSealincResearchSlogan").append(labels.txtSealincResearchSlogan);
-	$("#txtAboutSealincResearch").append(labels.txtAboutSealincResearch);
-	$("#btnGoBackHome").append(labels.btnGoBackHome);
+	$("#aboutHdrAccuratorSlogan").append(labels.aboutHdrAccuratorSlogan);
+	$("#aboutTxtAccurator").append(labels.aboutTxtAccurator);
+	$("#aboutHdrSealincMediaSlogan").append(labels.aboutHdrSealincMediaSlogan);
+	$("#aboutTxtSealincMedia").append(labels.aboutTxtSealincMedia);
+	$("#aboutHdrSealincResearchSlogan").append(labels.aboutHdrSealincResearchSlogan);
+	$("#aboutTxtSealincResearch").append(labels.aboutTxtSealincResearch);
+	$("#aboutBtnGoBackHome").append(labels.aboutBtnGoBackHome);
 }
 
 function addButtonEvents() {
-	$("#btnGoBackHome").click(function() {
+	$("#aboutBtnGoBackHome").click(function() {
 		document.location.href="intro.html";
 	});
 }