-
Notifications
You must be signed in to change notification settings - Fork 0
/
project3.html
167 lines (124 loc) · 7.97 KB
/
project3.html
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Aakriti Lakshmanan</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<!-- Favicon
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon.png">
<!-- Stylesheets
================================================== -->
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="masthead" class="site-header" data-anchor-target=".hero" data-top="background: rgba(255,255,255,0); padding: 30px 0; box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0);" data-top-bottom="background: rgba(255,255,255,1); padding: 10px 0; box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.2);">
<nav id="primary-navigation" class="site-navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-target="#portfolio-perfect-collapse" aria-expanded="false" >
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /.navbar-header -->
<div class="main-menu" id="portfolio-perfect-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll"><a href="#abstract">Abstract</a></li>
<li class="page-scroll"><a href="#poster">Poster</a></li>
<li class="page-scroll"><a href="./index.html">Home</a></li>
</ul><!-- /.navbar-nav -->
</div><!-- /.navbar-collapse -->
</div>
</nav><!-- /.primary-navigation -->
</header><!-- /#header -->
<CENTER>
<div id="hero" class="hero">
<br>
</div><!-- /.hero -->
</CENTER>
<main id="main" class="site-main">
<section id="abstract" class="site-section section-about text-center">
<div class="row" >
<div class="col-md-12 col-xs-12">
<table width="70%" align="center" >
<tr valign="top">
<td style="border-width : 0px;">
<h2> Optimization of Biophotovoltaic Devices</h2>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
</td>
</tr>
<tr valign="top">
<td style="border-width : 0px;"> An Analysis of the Effects of Cyanobacteria and Electron Transport Methods</B><BR>
Finding alternative forms of energy has been a goal of many scientists over the years. From wind energy to solar panels, there are many different alternative forms of energy. However, these forms of energy often require a lot of upkeep. Biophotovoltaic (BPV) utilize the photosynthetic properties of microalgae and other aerobic photosynthetic bacteria to harvest energy. An added benefit of this device is that the microorganisms are self-sustaining and can produce energy even in the dark without much interference. However, the output of a BPV has not yet met the standards of current photovoltaic devices, decreasing its viability as a future energy source. This project aims to examine the efficiency of various models of biophotovoltaics in order to see which model would produce the highest voltage output. Different strains of microalgae and different modes of electron transport to the anode were tested. For direct transport, the algae were grown as a biofilm on a conductive surface, while indirect transport systems utilized potassium ferrocyanide as an electron transfer mechanism between the anode and the algae. It was concluded that the indirect electron transfer devices provided a higher voltage output, with slight differences between each type of microalgae. In the future, additional optimization of this device could lead to implementation within green roofs along with wastewater and desalination applications.
</td>
</tr>
</table>
</div>
</div>
</section><!-- /.secton-abstract -->
<section id="poster" class="site-section section-about text-center">
<div class="row">
<div class="col-md-12 col-xs-12">
<h2>
<br>Poster</h2>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
<p>
<embed src="./assets/articles/poster-Biophotovoltaic.pdf#toolbar=0&navpanes=0&zoom=30" type="application/pdf" width="70%" height="600px" />
</p>
<p>
<a href="./assets/articles/poster-Biophotovoltaic.pdf">
Fallback link for browsers that don't support iframes
</a>
</p><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
</div>
</section><!-- /.secton-article -->
</main><!-- /#main -->
<footer id="colophon" class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-3 col-xs-12">
<a class="icon linkedin-bg" href="https://www.linkedin.com/in/aakriti-lakshmanan/"><i class="icon-linkedin"></i></a>
</div>
<div class="col-sm-6 col-sm-offset-0 col-xs-6 col-xs-offset-3"><p class="copyright">Email: <a href="mailto:[email protected]">[email protected]</a>, Phone: <a href="tel:7042930705">704-293-0705</a></p></div>
<div class="col-sm-3 col-xs-3">
<div class="text-right page-scroll">
<a class="icon icon-up-bg" href="#hero"><i class="icon-up"></i></a>
</div>
</div>
</div>
</div>
</footer><!-- /#footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="assets/js/skrollr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-progressbar/0.9.0/bootstrap-progressbar.min.js"></script>
<script src="assets/js/jquery.countTo.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>