Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
 * 
5
 * '$RCSfile$'
6
 * Copyright: 2008 Regents of the University of California and the
7
 *             National Center for Ecological Analysis and Synthesis
8
 *    '$Author: leinfelder $'
9
 *      '$Date: 2008-09-19 16:51:10 -0700 (Fri, 19 Sep 2008) $'
10
 * '$Revision: 4362 $'
11
 * 
12
 * This program is free software; you can redistribute it and/or modify
13
 * it under the terms of the GNU General Public License as published by
14
 * the Free Software Foundation; either version 2 of the License, or
15
 * (at your option) any later version.
16
 * 
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
     
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
 */  
26
%>
27

    
28
<%@ include file="../../common/common-settings.jsp"%>
29
<%@ include file="../../common/configure-check.jsp"%>
30

    
31
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
32
<html>
33
<head>
34
<title>FIRST Assessment Metadata Repository</title>
35
<link rel="stylesheet" type="text/css"
36
	href="<%=STYLE_SKINS_URL%>/first/first.css">
37
<script language="JavaScript" type="text/JavaScript"
38
	src="<%=STYLE_SKINS_URL%>/first/first.js"></script>
39
<script language="JavaScript" type="text/JavaScript"
40
	src="<%=STYLE_SKINS_URL%>/first/search.js"></script>
41
<script language="JavaScript" type="text/JavaScript"
42
	src="<%=STYLE_COMMON_URL%>/branding.js"></script>
43
<script language="Javascript" type="text/JavaScript"
44
	src="<%=STYLE_COMMON_URL%>/prototype-1.5.1.1/prototype.js">
45
</script>	
46
</head>
47
<body>
48
<script language="JavaScript">
49
          insertTemplateOpening("<%=CONTEXT_URL%>");
50
          insertSearchBox("<%=CONTEXT_URL%>");
51
      </script>
52

    
53
<table width="760" border="0" cellspacing="0" cellpadding="0">
54
	<tr>
55
		<td>
56
			<p class="intro">
57
				Welcome to the FIRST Assessment Repository. 
58
				The repository contains detailed information on assessment tools used
59
				[primarily] in biological and ecological science courses.
60
				Records herein adhere to a standard educational metadata specification 
61
				and enable educators to explore effective teaching models and techniques.
62
			</p>
63
			<p class="intro">	
64
				The aim is to associate outcome measures (i.e. student test scores) with the particular concepts
65
				on which the student is being tested and also associate the specific instructional techniques employed 
66
				when presenting that material to the student.
67
			</p>
68
				
69
			<p class="intro">
70
				The repository relies primarily on data collected from and submitted by
71
				professors and instructors.  While this system is still in active development,
72
				a quick search should reveal the depth, flexibility, and utility of the model. 
73
				And, of course, feedback is strongly encouraged and greatly appreciated.
74
			</p>
75
			<p class="intro">
76
				Information about the FIRST Project and it's activities is currently available through the 
77
				<a href="http://www.first2.org/">FIRST II</a> site.
78
				
79
			<p class="intro">
80
				If you have any questions, comments or problems,
81
				please contact the repository developer and administrator at
82
				<a	href="mailto:leinfelder@nceas.ucsb.edu">leinfelder@nceas.ucsb.edu</a>
83
			</p>
84
		</td>
85
	</tr>
86
</table>
87

    
88
<script language="JavaScript">          
89
    insertTemplateClosing("<%=CONTEXT_URL%>");
90
</script>
91
</body>
92
</html>
(1-1/13)