-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPresentations.php
More file actions
executable file
·44 lines (31 loc) · 2.03 KB
/
Presentations.php
File metadata and controls
executable file
·44 lines (31 loc) · 2.03 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
<!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: Presentations</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">
<img src="images/conference.jpeg" width="100" height="50" alt="conf" />
<h1>Presentations:</h1>
<ul>
<li> Emily R. Sekera, Aidan Sawyer, Bader Alharbi, Paul A. Craig. <a href="images/Conferences/JBF_poster_ACS_Regional_2014.pdf" target="new">A Wet Lab Simulation to Enhance the Learning Experience of Undergraduates</a>, ACS Regional Meeting at RIT, April 2014.</li>
<br/><br/>
<li> Emily R. Sekera, Aidan Sawyer, Paul A. Craig. <a href="images/Conferences/ASBMB_2013_Poster_Emily_Sekera.pdf" target="new">A 2DE-Tandem MS Simulation with a Structural Interface</a>, ASBMB Annual Meeting in Boston, MA, April 2013.</li>
<br/><br/>
<li> Amanda Fisher, Paul Craig, Emily Sekera. <a href="images/Conferences/2DE_Tandem_MS_poster_ASBMB_2012.pdf" target="new">A Mass Spectrometry Simulation for Biochemistry Education</a>, ASBMB Annual Meeting in San Diego, CA, April 2012.</li>
<br/><br/>
<li> Amanda Fisher, Kyle Dewey, Paul Craig. <a href="images/Conferences/JBF_poster_ASBMB_2011.pdf" target="new">Developing and Sustaining Scientific Software Applications for Biochemistry Education</a>, ASBMB Annual Meeting in Washington, DC, April 2011.</li>
</ul>
</div>
<?php include_once("footer.html"); ?>
<!--END CONTENT-->
</div>
</div>
</body>
</html>