From 477fa1b25626e2c004606f45385ed7b002a6d858 Mon Sep 17 00:00:00 2001
From: barillac <barillac>
Date: Fri, 17 Jul 2015 10:41:07 +0000
Subject: [PATCH] download links added

SVN: 34354
---
 .../eln-lims/1/as/webapps/eln-lims/html/paper.html   | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html
index 149114105fc..980e819fcc3 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/paper.html
@@ -120,7 +120,7 @@
 			<div class="col-xs-12">
 				<h1>ELN-LIMS Plugin for openBIS</h1>
 	        	<p>An easy to use, intuitive interface for daily laboratory operations built on top of modern web technologies.</p>
-	        	<p><a class="btn btn-default" href="./index.html?user=admin&pass=something" target="_blank" role="button">Log in as demo user</a></p>
+	        	<p><a class="btn btn-default" href="./index.html?user=testuser&pass=openbis" target="_blank" role="button">Log in as demo user</a></p>
         	</div>
 		</div>
 	</div>
@@ -144,6 +144,13 @@ To illustrate the concept we used some of our recently published data on inducib
 Within each Experiment, we listed the bench experiments performed to answer the scientific question as Experimental Steps. For example, INDUCTION_OF_TF contains three Experimental steps: FC_LEXA-ER-B42, WB_LEXA-ER-B42, and WB_LEXA-ER-B112.</p>
 		        	<p>The Sample WB_LEXA-ER-B42 describes a western blotting performed to assess the induction levels of the transcription factor variant called LexA-ER-B42. Materials and methods Samples used to obtain these data are listed as Parents. The annotation of each of these relationships gives practical information about how the particular experiment was performed, and is necessary to reproduce the results. Additional information, like the readout details and the general comments on the outcome of the experiment, is also contained in the Sample. The actual results, the western blot images, are uploaded as Datasets. A table describes the order of the protein extracts loaded on each lane of the gel, allowing one to fully understand the western blot images.</p>
 		        </section> 
+		        <section id="Download" class="group">
+		            <h3>openBIS ELN-LIMS Download</h3>
+		            <p> The openBIS ELN-LIMS platform can be downloaded from here: <a href="url">https://wiki-bsse.ethz.ch/display/bis/openBIS+Download+Page</a><br><br>
+		            	The documentation regarding openBIS ELN-LIMS can be found here:  <a href="url">https://wiki-bsse.ethz.ch/display/openBISDoc/openBIS+ELN-LIMS</a>
+		            </p>
+		        </section>
+
 		    </div>
 		    
 		    <!--Nav Bar -->
@@ -158,6 +165,9 @@ Within each Experiment, we listed the bench experiments performed to answer the
 		            <li>
 		                <a href="#ELN">ELN</a>
 		            </li>
+		            <li>
+		                <a href="#Download">Download</a>
+		            </li>		            
 		        </ul>
 		    </nav>
 		</div>
-- 
GitLab