-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEducator.php
More file actions
executable file
·64 lines (49 loc) · 2.64 KB
/
Educator.php
File metadata and controls
executable file
·64 lines (49 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="images/icon.png"/>
<title>JBioFramework: Educator</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center" style="width: 100%" >
<div class="container">
<?php include_once("header.html"); ?>
<div id="page">
<p>
<h2>Hello Educators!</h2>
<p>We are happy that you decided to try JBF in your class. </p>
<p>
Our goal is to improve student learning with our simulation of protein separation and analysis tools.
The simulation is easy to use, free and fun and will help prepare students for lab experiments.
</p>
<p>
When we started to test JBF with students to assess their learning outcomes, we entered an iterative process of
revising the problem sets that we have created to go along with JBF. We have also incorporated Bloom's taxonomy
to clarify the learning goals for each aspect of JBF [<a href = "http://www.lifescied.org/content/7/4/368.full" target = "_new">Biology in Bloom: Implementing
Bloom's Taxonomy to Enhance Student Learning in Biology by Alison Crow, Clarissa Dirks and Mary Pat Wenderoth</a>].
</p>
<p>We would like to express our sincere gratitude for your interest by providing all the materials that you
need to get started right away:</p>
<ul>
<li>
<a href="https://docs.google.com/document/d/1sIvaC-tOh8Dm7c5P7t71OXytmwkna1Yp0zaxXcGsKms/edit?usp=sharing">Problem set 1</a>
</li>
<li>
<a href="https://docs.google.com/document/d/135rCzggvppfCvhCaAjUzZAB2NTO5sUV6vy_OtPTxeYc/edit?usp=sharing">Problem set 2</a>
</li>
<li>
<a href="https://docs.google.com/document/d/10VIHKlr7vmuNrHHcZyZxH7cPCx7fZlRVFzHCSiXwyAs/edit?usp=sharing">Student Survey</a>
</li>
</ul>
<p>
As we are still learning how to make JBF better by using student surveys after each trial, please don't hesitate to
<a href ="mailto:paul.craig@rit.edu"> send us your suggestions</a>.
</p>
</div>
<?php include_once("footer.html"); ?>
</div>
</div>
</body>
</html>