source: trunk/grails-app/views/home/index.gsp @ 692

Last change on this file since 692 was 692, checked in by duh, 13 years ago
  • changed index text
  • Property svn:keywords set to Date Author Rev
File size: 1.6 KB
Line 
1<html>
2    <head>
3      <title>Generic Study Capture Framework</title>
4      <meta name="layout" content="main" />
5    </head>
6    <body>
7                Welcome to GSCF version <b>${meta(name: 'app.version')}</b>. At this moment, there are ${studyCount} studies in the database.
8        <p>
9        This application will facilitate systems biological research and collaboration between researchers at various locations. This application is a combined effort of NuGO (Nutritional Phenotype Database; van Ommen et al, 2010, Genes and Nutrition) and NMC (Data Support Platform), Eurreca, TNO and NBIC. This study capturing module can be easily linked to assay specific modules and therefore can be reused for new technologies.
10                This application is built for the easy input/storage and retrieval of studies. Studies can be stored with high detail and the type for information being stored can be field (e.g. human, mouse, plant) specific. Complex designs like studies with multiple doses, sampling time points and challenge tests, can be stored in this system.
11                Studies will only be accessible for people that are specified by the study owner.
12    </p>
13    <p><n:isNotLoggedIn>
14            To be able to create, view or search studies, please log on or register at the right top corner of this page.
15        NB: For this (test) version it is not required to login, but if you login as administrator ( admin / admiN123! ) or user ( user / useR123! ) you can test user functionality.
16      </n:isNotLoggedIn></p>
17    Choose from the upper bar whether you would like to create, view or search studies
18
19  </body>
20</html>
Note: See TracBrowser for help on using the repository browser.