-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (213 loc) · 12.3 KB
/
index.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<title>Amey's GSoC Blog</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Blog Template">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme-1.css">
</head>
<body>
<header class="header text-center">
<h1 class="blog-name pt-lg-4 mb-0"><a href="index.html">Amey's GSoC Blog</a></h1>
<nav class="navbar navbar-expand-lg navbar-dark" >
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column" >
<div class="profile-section pt-3 pt-lg-0">
<img class="profile-image mb-3 rounded-circle mx-auto" src="assets/images/profile.png" alt="image" >
<div class="bio mb-3">Hi, I am Amey Varhade. I am working at Brown University under the ML4SCI organization. The project involves Machine Learning for understanding Turbulent Fluid Dynamics<br><a href="project.html">Find out more about project</a></div><!--//bio-->
<ul class="social-list list-inline py-3 mx-auto">
<li class="list-inline-item"><a href="https://twitter.com/ameyvarhade"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/amey-varhade/"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/yemaedahrav"><i class="fab fa-github-alt fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://medium.com/@ameyvarhade"><i class="fab fa-medium fa-fw"></i></a></li>
</ul><!--//social-list-->
<hr>
</div><!--//profile-section-->
<ul class="navbar-nav flex-column text-left">
<li class="nav-item active">
<a class="nav-link" href="index.html"><i class="fas fa-home fa-fw mr-2"></i>Blog Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog-list.html"><i class="fas fa-bookmark fa-fw mr-2"></i>Blog List</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"><i class="fas fa-user fa-fw mr-2"></i>About Me</a>
</li>
</ul>
<!--
<div class="my-2 my-md-3">
<a class="btn btn-primary" href="https://themes.3rdwavemedia.com/" target="_blank">Get in Touch</a>
</div>
-->
</div>
</nav>
</header>
<div class="main-wrapper">
<section class="cta-section theme-bg-light py-5">
<div class="container text-center">
<h2 class="heading"> Google Summer of Code 2021</h2>
<h5 class="smallheading"> This blog will document the work done for the <i> Statistical description of fluids in pipe flow </i> project for the Machine Learning for Science (ML4SCI) Organization</h4>
<div class="intro">Welcome to my blog! checkout the sections and links on the left pane to know more.</div>
<!--
<form class="signup-form form-inline justify-content-center pt-3">
<div class="form-group">
<label class="sr-only" for="semail">Your email</label>
<input type="email" id="semail" name="semail1" class="form-control mr-md-1 semail" placeholder="Enter email">
</div>
<button type="submit" class="btn btn-primary">Subscribe</button>
</form>
-->
</div><!--//container-->
</section>
<section class="blog-list px-3 py-5 p-md-5">
<div class="container">
<div class="item mb-5">
<div class="media">
<img class="mr-3 img-fluid post-thumb d-none d-md-flex" src="assets/images/GSoC-ML4SCI.png" alt="image">
<div class="media-body">
<h3 class="title mb-1"><a href="blog-post.html">Introductory Blog</a></h3>
<div class="meta mb-1"><span class="date">Published on 7 June 2021</span><span class="time">5 min read</span></div>
<div class="intro">Welcome, everyone!
This is the first blog of the dedicated GSoC blog series. This will be used for documenting and exhibiting the work done during GSoC by me. A short and crisp read ...</div>
<a class="more-link" href="blog-post.html">Read more →</a>
</div><!--//media-body-->
</div><!--//media-->
</div><!--//item-->
<!--
<nav class="blog-nav nav nav-justified my-5">
<a class="nav-link-prev nav-item nav-link d-none rounded-left" href="#">Previous<i class="arrow-prev fas fa-long-arrow-alt-left"></i></a>
<a class="nav-link-next nav-item nav-link rounded" href="#">Next<i class="arrow-next fas fa-long-arrow-alt-right"></i></a>
</nav>
-->
</div>
</section>
<!--
<footer class="footer text-center py-2 theme-bg-dark">
<small class="copyright">Designed with <i class="fas fa-heart" style="color: #fb866a;"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</footer>
-->
<section class="blog-list px-3 py-5 p-md-5">
<div class="container">
<div class="item mb-5">
<div class="media">
<img class="mr-3 img-fluid post-thumb d-none d-md-flex" src="assets/images/Post1-icon.jpg" alt="image">
<div class="media-body">
<h3 class="title mb-1"><a href="blog-post-1.html">Preliminaries</a></h3>
<div class="meta mb-1"><span class="date">Published on 24 June 2021</span><span class="time">5 min read</span></div>
<div class="intro">
The Coding Phase began after the 3-week long Community Bonding period ... </div>
<a class="more-link" href="blog-post-1.html">Read more →</a>
</div><!--//media-body-->
</div><!--//media-->
</div><!--//item-->
<!--
<nav class="blog-nav nav nav-justified my-5">
<a class="nav-link-prev nav-item nav-link d-none rounded-left" href="#">Previous<i class="arrow-prev fas fa-long-arrow-alt-left"></i></a>
<a class="nav-link-next nav-item nav-link rounded" href="#">Next<i class="arrow-next fas fa-long-arrow-alt-right"></i></a>
</nav>
-->
</div>
</section>
<section class="blog-list px-3 py-5 p-md-5">
<div class="container">
<div class="item mb-5">
<div class="media">
<img class="mr-3 img-fluid post-thumb d-none d-md-flex" src="assets/images/Post2-icon.png" alt="image">
<div class="media-body">
<h3 class="title mb-1"><a href="blog-post-2.html">Working with Real Data !</a></h3>
<div class="meta mb-1"><span class="date">Published on 9 July 2021</span><span class="time">5 min read</span></div>
<div class="intro">
Having completed the elementary work on the dummy data in the previous few weeks, I was now ready for the working on the actual data! ...</div>
<a class="more-link" href="blog-post-2.html">Read more →</a>
</div><!--//media-body-->
</div><!--//media-->
</div><!--//item-->
<!--
<nav class="blog-nav nav nav-justified my-5">
<a class="nav-link-prev nav-item nav-link d-none rounded-left" href="#">Previous<i class="arrow-prev fas fa-long-arrow-alt-left"></i></a>
<a class="nav-link-next nav-item nav-link rounded" href="#">Next<i class="arrow-next fas fa-long-arrow-alt-right"></i></a>
</nav>
-->
</div>
</section>
<section class="blog-list px-3 py-5 p-md-5">
<div class="container">
<div class="item mb-5">
<div class="media">
<img class="mr-3 img-fluid post-thumb d-none d-md-flex" src="assets/images/Post3-icon.jpeg" alt="image">
<div class="media-body">
<h3 class="title mb-1"><a href="blog-post-3.html">Eigenvalue Computations and Analysis</a></h3>
<div class="meta mb-1"><span class="date">Published on 20 July 2021</span><span class="time">5 min read</span></div>
<div class="intro">
Some results obtained now, the plots are for the transitional states ...</div>
<a class="more-link" href="blog-post-3.html">Read more →</a>
</div><!--//media-body-->
</div><!--//media-->
</div><!--//item-->
<!--
<nav class="blog-nav nav nav-justified my-5">
<a class="nav-link-prev nav-item nav-link d-none rounded-left" href="#">Previous<i class="arrow-prev fas fa-long-arrow-alt-left"></i></a>
<a class="nav-link-next nav-item nav-link rounded" href="#">Next<i class="arrow-next fas fa-long-arrow-alt-right"></i></a>
</nav>
-->
</div>
</section>
<section class="blog-list px-3 py-5 p-md-5">
<div class="container">
<div class="item mb-5">
<div class="media">
<img class="mr-3 img-fluid post-thumb d-none d-md-flex" src="assets/images/Post4-icon.png" alt="image">
<div class="media-body">
<h3 class="title mb-1"><a href="blog-post-4.html">Further Improvements</a></h3>
<div class="meta mb-1"><span class="date">Published on 5 August 2021</span><span class="time">5 min read</span></div>
<div class="intro">
Expanded the work done previously further by plotting the eigenvalues after applying ...</div>
<a class="more-link" href="blog-post-4.html">Read more →</a>
</div><!--//media-body-->
</div><!--//media-->
</div><!--//item-->
<!--
<nav class="blog-nav nav nav-justified my-5">
<a class="nav-link-prev nav-item nav-link d-none rounded-left" href="#">Previous<i class="arrow-prev fas fa-long-arrow-alt-left"></i></a>
<a class="nav-link-next nav-item nav-link rounded" href="#">Next<i class="arrow-next fas fa-long-arrow-alt-right"></i></a>
</nav>
-->
</div>
</section>
</div><!--//main-wrapper-->
<!-- *****CONFIGURE STYLE (REMOVE ON YOUR PRODUCTION SITE)****** -->
<div id="config-panel" class="config-panel d-none d-lg-block">
<div class="panel-inner">
<a id="config-trigger" class="config-trigger config-panel-hide text-center" href="#"><i class="fas fa-cog fa-spin mx-auto" data-fa-transform="down-6" ></i></a>
<h5 class="panel-title">Choose Colour</h5>
<ul id="color-options" class="list-inline mb-0">
<li class="theme-1 active list-inline-item"><a data-style="assets/css/theme-1.css" href="#"></a></li>
<li class="theme-2 list-inline-item"><a data-style="assets/css/theme-2.css" href="#"></a></li>
<li class="theme-3 list-inline-item"><a data-style="assets/css/theme-3.css" href="#"></a></li>
<li class="theme-4 list-inline-item"><a data-style="assets/css/theme-4.css" href="#"></a></li>
<li class="theme-5 list-inline-item"><a data-style="assets/css/theme-5.css" href="#"></a></li>
<li class="theme-6 list-inline-item"><a data-style="assets/css/theme-6.css" href="#"></a></li>
<li class="theme-7 list-inline-item"><a data-style="assets/css/theme-7.css" href="#"></a></li>
<li class="theme-8 list-inline-item"><a data-style="assets/css/theme-8.css" href="#"></a></li>
</ul>
<a id="config-close" class="close" href="#"><i class="fa fa-times-circle"></i></a>
</div><!--//panel-inner-->
</div><!--//configure-panel-->
<!-- Javascript -->
<script src="assets/plugins/jquery-3.4.1.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Style Switcher (REMOVE ON YOUR PRODUCTION SITE) -->
<script src="assets/js/demo/style-switcher.js"></script>
</body>
</html>