changeset 100:3706405e9673

add new page : About page
author Calvin Yeh <cyeh@mpipw-berlin.mpg.com>
date Fri, 29 Sep 2017 15:56:24 +0200
parents e24e7cfe337e
children 8ba79fb4286e
files src/main/webapp/componentes/template.jsp src/main/webapp/componentes/template2.jsp src/main/webapp/pages/about.jsp
diffstat 3 files changed, 106 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/componentes/template.jsp	Fri Sep 29 15:55:30 2017 +0200
+++ b/src/main/webapp/componentes/template.jsp	Fri Sep 29 15:56:24 2017 +0200
@@ -30,7 +30,7 @@
 
 	<div id="header">
 		<div id="logo">
-			<h1><a href="#"><label class="titelPage">Local Gazetteers Services</label></a></h1>
+			<h1><a href="#"><label class="titelPage">LoGaRT - Local Gazetteers Research Tools</label></a></h1>
 		</div>
 	</div>
 	<div id="login">
@@ -79,5 +79,6 @@
 	    <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/search.jsp">Sections</a>
 	    <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/fullTextSearch.jsp">Full Text Search</a>
 	    <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/books.jsp">Books</a>
+        <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/about.jsp">About</a>
 
 	</div>
--- a/src/main/webapp/componentes/template2.jsp	Fri Sep 29 15:55:30 2017 +0200
+++ b/src/main/webapp/componentes/template2.jsp	Fri Sep 29 15:56:24 2017 +0200
@@ -30,7 +30,7 @@
 
 	<div id="header">
 		<div id="logo">
-			<h1><a href="#"><label class="titelPage">Local Gazetteers Services</label></a></h1>
+			<h1><a href="#"><label class="titelPage">LoGaRT - Local Gazetteers Research Tools</label></a></h1>
 		</div>
 	</div>
 	<div id="login">
@@ -43,7 +43,7 @@
                 <input name="bean" type="hidden" value="loginBean" />
 
             <% if(sessionBean.getUser() == null) { %>
-            <table style="float:right;margin-right:10px;">
+            <table>
                 <tr>
                     <td><a class="createAcct" href="<%=sessionBean.getApplicationBean().getDvnRootServer() %>/dataverseuser.xhtml?editMode=CREATE" target="_blank" style="font-size: 12px;">Create Account</a></td>
                     <td><label>Login</label></td>
@@ -78,7 +78,7 @@
 		</div>
 	</div>
 
-	<div class="menu">
+	<div id="menu" class="menu">
 	    <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/topicList.jsp">Topics</a>
 	    <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/home.jsp">Tasks</a>
 	    <!--
@@ -87,5 +87,6 @@
 	    <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/search.jsp">Sections</a>
 	    <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/fullTextSearch2.jsp">Full Text Search</a>
 	    <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/books.jsp">Books</a>
+        <a href="<%=sessionBean.getApplicationBean().getRootServer()%>/pages/about.jsp">About</a>
 
 	</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/pages/about.jsp	Fri Sep 29 15:56:24 2017 +0200
@@ -0,0 +1,100 @@
+<html>
+<head>
+    <jsp:include page="../componentes/headContent.jsp"/>
+    <style>
+        #page {
+           padding: 10px 0px 10px 20px;
+           font-size: 14px;
+        }
+
+        #page p {
+           width: 97%;
+        }
+
+        .additions_list li {
+            margin-bottom: 20px;
+        }
+    </style>
+</head>
+<body>
+<jsp:include page="../componentes/template2.jsp"/>
+<div id="page">
+<H3>1. Introduction</H3>
+
+<P>
+The goal of LoGaRT platform is to assist historians with the data recorded in Chinese Local Gazetteers which is far beyond human’s unaided perceptions. For this purpose, this platform provides several digital tools to transform textual formats into a scholarly enhanced database semi-automatically and to visualize and analyse the collected data through one-click. In doing so, this platform meets the demand of treating the whole corpus of local gazetteers as a genre and hopes to bring scaled-up insights into Chinese history studies by utilizing digital methodologies.
+</p>
+
+<P>LoGaRT provides five components of the digital tools:</P>
+
+<ul>
+    <li>LGServices: <P>LGServices is the portal of the LoGaRT platform, which contains five Tab pages of Books, Full Text Search, Sections, Tasks, Topics. In this interface, users are allowed to browse book titles, make full text searches among the entire corpus, search section titles, manage personal topics and tasks, and upload or download well-prepared datasets. In addition, the search interface provides multiple functionalities through which results can be sorted and filtered by columns of the metadata and can be brought to other components for next steps’ editing, sharing and analysing.
+    </P>
+
+    <li>TOC Editor: <P>Table of Content Editor is a tool for users to edit the catalogue of each book. Users are allowed to access the interface through the tab page of books. By now, we have three levels of catalogue input manually of each book. We are planning to add time period and geographical information in next step programme.
+    </P>
+
+    <li>Extraction Interface: <P>There are two ways for the users to extract data through the LoGaRT platform, one is the Full Text Search, the other one is the Data Extraction. This is where you load the text of a specific section (for example, the section of local product of a gazetteer), tag useful pieces of information from the text (e.g., the name of the product, the category, the description, etc.), and convert them to data tables.
+    </P>
+
+    <li>LGMap:  <P>This site hosts the GIS mapping service provided in the platform. The search result and any extracted data can be viewed on this interface immediately. Analysis methods including timeline, pie charts analysis are also provided in the platform.
+    </P>
+
+    <li><P>LGDataverse: This is a research data repository set up in this platform for depositing, publishing, and sharing the extracted data.</P>
+
+</ul>
+
+<P>You may wish to know more about the project through <a href="http://www.mpiwg-berlin.mpg.de/en/research/projects/departmentSchaefer_SPC_MS_LocalGazetteers" target="_blank">the link.</a></P>
+
+<H3>2. Recent additions</H3>
+
+<ul class="additions_list">
+    <li>2016 : New Interface online
+    <li>2016.08.01: Textual Comparison Tool released
+    <li>2016.07.01: Second batch of Erudition’s Chinese Local Gazetteers Database(2000 titles)
+    <li>2015 : First batch of Erudition’s Chinese Local Gazetteers Database(2000 titles)<br>
+        We load the full text of the database through the text mining contract which Berlin State Library (Staatsbibliothek zu Berlin) signed with the Erudition.<br>
+    <li>2015 : Data Extraction Tool released<br>
+        This tool is initially developed by CBDB(China Biographical Database) at Harvard University and further developed by MPIWG(Berlin).
+    <li>2015 : LGDataverse online<br>
+        This platform is initially an open source web application developed by Quantitative Social Science (IQSS) collaborates with the Harvard University Library and Harvard University Information Technology organization, custom-developed for the LoGaRT platform by MPIWG(Berlin).<br>
+    <li>2015 : LGMap online.<br>
+        This tool is based on the PLATIN(Place and Time Navigator), which is developed by MPIWG(Berlin), and further developed by LoGaRT team to make it more suitable for the LoGaRT database.<br>
+    <li>2015 : LGServices, Full Text Search Tool released
+</ul>
+
+<H3>3. Compatibility</H3>
+
+<P>
+In order to normally use the LoGaRT platform, you will need to install a Chinese font and a compatible browser. The tested and recommended browser is Google Chrome. Please install the latest version before you begin working with these tools.
+
+We offer a fully-featured API. Access to the LoGaRT API is currently on a case-by-case approval basis. To ask for the access, please contact us directly, make sure you already have the text mining contract with the Erudition for the Local Gazetteers Database.
+</P>
+
+<H3>4.Collaborators</H3>
+
+<P>
+Berlin State Library (Staatsbibliothek zu Berlin) &amp; CrossAsia<br>
+China Biographical Database (CBDB) at Harvard University<br>
+Nanjing University of Information Science and Technology (NUIST)
+</P>
+
+<H3>5. Citation Link and Contacts</H3>
+
+<P>
+Citation: Dagmar Schäfer &amp; Shih-Pei Chen. LoGaRT. Local Gazetteers Research Tools. 2017- http://www.mpiwg-berlin.mpg.de/en/research/projects/departmentSchaefer_SPC_MS_LocalGazetteers Funded by Max Plank Society.
+</P>
+
+<H3>6. Contacts</H3>
+<P>
+Address:<br>
+Max Planck Institute for the History of Science<br>
+Boltzmannstraße 22<br>
+14195 Berlin, Germany<br><br>
+
+Shih-Pei Chen: schen@mpiwg-berlin.mpg.de<br><br>
+Qun Che: qche@mpiwg-berlin.mpg.de
+</P>
+</div>
+</body>
+</html>