-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathArtificial-Photosynthesis.html
145 lines (110 loc) · 5.87 KB
/
Artificial-Photosynthesis.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
---
layout: default
---
<head>
<title>Artificial Photosynthesis</title>
<!--cube portfolio-->
<link href="assets/cubeportfolio/css/cubeportfolio.min.css" rel='stylesheet'>
</head>
<section id="content-region-3" class="padding-40 page-tree-bg">
<div class="container">
<h3 class="page-tree-text">
Artificial Photosynthesis
</h3>
</div>
</section><!--page-tree end here-->
<div class="space-70"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<h4 class="heading-mini">Computer Modeling of Materials for Artificial Photosynthesis</h4>
</div>
</div>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<p>
Researchers in the Chemistry Department are able to simulate the processes of materials to better understand how they work.
The abundance of water on our planet makes it the ideal source for sustainable alternative fuels.
</p>
<br>
<p>Water (H<sub>2</sub>O) can be split into O<sub>2</sub> and H<sub>2</sub>, using chemical reactions that occur on nanomaterials manufactured by a research group in the chemistry department.</p>
<p>A driving force behind chemical reactions is the movement of electrons when the material is excited by sunlight. It is that electron movement that is being investigated by Chemistry graduate student Wendi Sapp. </p>
<p>Using quantum chemical simulation software on the HPC, she can study the motion of electrons throughout the nanomaterials to see how the movement of electrons is affected by its structure. Ultimately, the research should help to identify features of the material that make it either a good or bad candidate for the water-splitting chemical reaction.</p>
</div>
<div class="col-lg-6">
<div id="js-grid-slider-thumbnail" class="cbp ">
<div class="cbp-item">
<div class="cbp-caption">
<div class="cbp-caption-defaultWrap">
<img src="assets/img/ArtificialPS.png" alt="">
</div>
</div>
</div>
<div class="cbp-item">
<div class="cbp-caption">
<div class="cbp-caption-defaultWrap">
<img src="assets/img/ArtificialPS.png" alt="">
</div>
</div>
</div>
<div class="cbp-item">
<div class="cbp-caption">
<div class="cbp-caption-defaultWrap">
<img src="assets/img/ArtificialPS.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div> <!--about company row end-->
</div> <!-- container -->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="space-20"></div>
<p>Wendi performs her computational research under the guidance of her advisors Dean Ranjit Koodali (USD) and Prof. Dmitri Kilin (USD/NDSU).</p>
<hr>
<span>Sapp, W., Koodali, R. and Kilin, D., 2016. Charge Transfer Mechanism in Titanium-Doped Microporous Silica for Photocatalytic Water-Splitting Applications. Catalysts, 6(3), p.34.</span>
</div>
</div>
</div>
<div class="space-70"></div>
<!-- jQuery plugins. -->
<script src="assets/js/plugins/plugins.js"></script>
<script src="assets/js/app.js"></script>
<script src="assets/cubeportfolio/js/jquery.cubeportfolio.min.js"></script>
<script>
(function ($, window, document, undefined) {
'use strict';
// init cubeportfolio
$('#js-grid-slider-thumbnail').cubeportfolio({
layoutMode: 'slider',
drag: true,
auto: false,
autoTimeout: 5000,
autoPauseOnHover: true,
showNavigation: false,
showPagination: false,
rewindNav: true,
scrollByPage: true,
gridAdjustment: 'responsive',
mediaQueries: [{
width: 0,
cols: 1,
}],
gapHorizontal: 0,
gapVertical: 0,
caption: '',
displayType: 'fadeIn',
displayTypeSpeed: 400,
plugins: {
slider: {
pagination: '#js-pagination-slider',
paginationClass: 'cbp-pagination-active',
}
},
});
})(jQuery, window, document);
</script>