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