2010-10-06 14:16:12 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-10-28 20:16:17 +00:00
|
|
|
|
2011-01-12 15:46:44 +00:00
|
|
|
<@widget name="login" include="assets" />
|
2010-11-03 02:30:34 +00:00
|
|
|
|
2010-10-25 18:43:26 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2010-10-27 13:21:55 +00:00
|
|
|
<head>
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "head.ftl">
|
2010-12-09 19:04:27 +00:00
|
|
|
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/raphael/raphael.js"></script>
|
|
|
|
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/raphael/pie.js"></script>
|
2010-10-27 13:21:55 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "identity.ftl">
|
2010-10-29 19:12:42 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "menu.ftl">
|
2010-11-16 19:09:05 +00:00
|
|
|
|
2010-11-17 15:34:38 +00:00
|
|
|
<section id="intro" role="region">
|
2011-01-14 16:35:54 +00:00
|
|
|
<h2>Welcome to VIVO</h2>
|
|
|
|
|
|
|
|
<p>VIVO is a research-focused discovery tool that enables collaboration among scientists across all disciplines.
|
|
|
|
<br /><br />Browse or search information on people, departments, courses, grants, and publications.</p>
|
|
|
|
|
2010-11-17 15:34:38 +00:00
|
|
|
<section id="search-home" role="region">
|
2010-11-12 18:52:40 +00:00
|
|
|
<h3>Search VIVO</h3>
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
<legend>Search form</legend>
|
2010-11-29 18:31:10 +00:00
|
|
|
<form id="search-home-vivo" action="${urls.search}" method="post" name="search-home" role="search">
|
2010-11-24 20:05:03 +00:00
|
|
|
<#if user.showFlag1SearchField>
|
2010-11-29 16:35:01 +00:00
|
|
|
<select id="search-form-modifier" name="flag1" class="form-item" >
|
2010-11-24 20:05:03 +00:00
|
|
|
<option value="nofiltering" selected="selected">entire database (${user.loginName})</option>
|
|
|
|
<option value="${portalId}">${siteTagline!}</option>
|
|
|
|
</select>
|
|
|
|
<#else>
|
2010-11-29 16:35:01 +00:00
|
|
|
<input type="hidden" name="flag1" value="${portalId}" />
|
2010-11-24 20:05:03 +00:00
|
|
|
</#if>
|
2010-11-12 18:52:40 +00:00
|
|
|
<div id="search-home-field">
|
2010-11-29 16:35:01 +00:00
|
|
|
<input type="text" name="querytext" class="search-home-vivo" value="${querytext!}" />
|
|
|
|
<input type="submit" value="Search" class="submit">
|
2010-11-12 18:52:40 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</fieldset>
|
|
|
|
</section> <!-- #search-home -->
|
|
|
|
</section> <!-- #intro -->
|
2010-11-16 15:10:12 +00:00
|
|
|
|
2010-11-24 18:26:04 +00:00
|
|
|
<@widget name="login" />
|
2011-01-12 15:46:44 +00:00
|
|
|
|
|
|
|
<@widget name="browse" />
|
2010-11-24 18:26:04 +00:00
|
|
|
|
2010-11-17 15:34:38 +00:00
|
|
|
<section id="browse" role="region">
|
2010-11-08 18:08:10 +00:00
|
|
|
<h4>Browse</h4>
|
2010-10-29 19:12:42 +00:00
|
|
|
|
2010-11-24 18:26:04 +00:00
|
|
|
<ul id="browse-classgroups" role="list">
|
|
|
|
<li role="listitem"><a class="selected" href="#">People<span class="count-classes"> (1,280)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Courses<span class="count-classes"> (1,300)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Activities<span class="count-classes"> (980)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Topics<span class="count-classes"> (345)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Events<span class="count-classes"> (670)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Organizations<span class="count-classes"> (440)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Publications<span class="count-classes"> (670)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Locations<span class="count-classes"> (903)</span></a></li>
|
2010-10-29 19:12:42 +00:00
|
|
|
</ul>
|
|
|
|
|
2010-11-17 15:34:38 +00:00
|
|
|
<section id="browse-classes" role="navigation">
|
2010-10-29 19:12:42 +00:00
|
|
|
<nav>
|
2010-11-29 18:31:10 +00:00
|
|
|
<ul id="classgroup-list" role="list">
|
2010-12-10 20:28:41 +00:00
|
|
|
<li role="listitem"><a href="#">Faculty Member<span class="count-individuals"> (4,611)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Graduate Student<span class="count-individuals"> (2,550)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Librarian <span class="count-individuals"> (425)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Non-Academic <span class="count-individuals"> (580)</span></a></li>
|
2010-11-24 18:26:04 +00:00
|
|
|
<li role="listitem"><a href="#">Non-Faculty Academic <span class="count-individuals"> (2,380)</span></a></li>
|
2010-12-10 20:28:41 +00:00
|
|
|
<li role="listitem"><a href="#">Postdoc <span class="count-individuals"> (923)</span></a></li>
|
|
|
|
<li role="listitem"><a href="#">Professor Emeritus<span class="count-individuals"> (430)</span></a></li>
|
|
|
|
<li role="listitem"><a class="selected" href="#">Undergraduate Student<span class="count-individuals"> (12,356)</span></a></li>
|
2010-10-29 19:12:42 +00:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
|
2010-11-17 15:34:38 +00:00
|
|
|
<section id="visual-graph" role="region">
|
2010-10-29 19:12:42 +00:00
|
|
|
<h4>Visual Graph</h4>
|
2010-12-09 19:04:27 +00:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Faculty Member</th>
|
|
|
|
<td>19%</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Graduate Student</th>
|
|
|
|
<td>10%</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Librarian</th>
|
|
|
|
<td>2%</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Non-Academic</th>
|
|
|
|
<td>3%</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Non-Faculty Academic</th>
|
|
|
|
<td>9%</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>Postdoc</th>
|
|
|
|
<td>4%</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Professor Emeritus</th>
|
|
|
|
<td>2%</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Undergraduate Student</th>
|
|
|
|
<td>51%</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<section id="pieViz" role="region"></section>
|
2010-10-29 19:12:42 +00:00
|
|
|
</section>
|
|
|
|
</section> <!-- #browse-classes -->
|
|
|
|
</section> <!-- #browse -->
|
2010-11-17 15:34:38 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "footer.ftl">
|
2010-10-27 13:21:55 +00:00
|
|
|
</body>
|
2010-10-25 18:43:26 +00:00
|
|
|
</html>
|