-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
353 lines (326 loc) · 13.3 KB
/
index.html
File metadata and controls
353 lines (326 loc) · 13.3 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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE HTML>
<!--
Dopetrope by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>OmerCo Research Group</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<!-- Logo -->
<h1><a href="index.html">ORG</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="#">ORG Departments</a>
<ul>
<li><a href="FFF.html">Farhaan's Fiscal Fuckery (FFF)</a>
<ul>
<li><a href="#">Fluctuation Space/ Bounded Path Team</a></li>
<li><a href="#">Pairwise Ratio/ Triplet Analysis</a></li>
<li><a href="#">Sequence Analysis</a>
<ul>
<li><a href="#">Psuedorandom String-matching</a></li>
<li><a href="#">Summability Theory and Oscillatory Sequences </a></li>
</ul>
</li>
<li><a href="#">Tick Bundling</a></li>
<li><a href="#">KFI Matrices</a></li>
<li><a href="#">Heliotomic Supply and Demand</a></li>
<li><a href="#">Advanced Pairs Trading</a></li>
<li><a href="#">Polar Price Parametrization</a></li>
<li><a href="#">Geometric Transformations and Their Moduli spaces</a></li>
</ul></li>
<li><a href="https://assumptionsofphysics.org/">Assumptions of Physics with Dr Gabriele Carcassi</a></li>
<li><a href="#">Moduli Spaces with Dr. Ramana Venkat</a></li>
<li><a href="SoQ.html">School of Quantum</a>
<ul>
<li><a href="https://youtu.be/BiJtaNTG4Rk?si=72yeh-Iwf7F2myAC">Picturing Quantum Processes</a></li>
<li><a href="#">Generalizing Bloch Spheres </a></li>
</ul></li>
</ul>
</li>
<li><a href="left-sidebar.html">Contribute</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<header>
<h2>OmerCo Research Group</h2>
<p>Fundamental Research by Undergrads</p>
</header>
</section>
<!-- Intro -->
<section id="intro" class="container">
<div class="row">
<div class="col-4 col-12-medium">
<section class="first">
<i class="icon solid featured fa-cog"></i>
<header>
<h2>Conduct Open Research</h2>
</header>
<p>ORG Facilitates Open Research to encourage Students without an academia background</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="middle">
<i class="icon solid featured alt fa-bolt"></i>
<header>
<h2>Growth of Research and Development Student-Cultures</h2>
</header>
<p>We at ORG will teach you how to Write,Research and Publish as an undergrad.</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="last">
<i class="icon solid featured alt2 fa-star"></i>
<header>
<h2>Publish with Us</h2>
</header>
<p>We encourage Open Research where your papers undergo an Open-Peer-Review process .</p>
</section>
</div>
</div>
<footer>
<ul class="actions">
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSc4SXas9I_UPwfrvBCdXn7Bss4fxQSOD4KmdbwxcfZohzdXFg/viewform?usp=header" class="button large">Get Started</a></li>
<li><a href="about.html" class="button alt large">Learn More</a></li>
</ul>
</footer>
</section>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Portfolio -->
<section>
<header class="major">
<h2>Ongoing Projects</h2>
</header>
<div class="row">
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a href="#" class="image featured"><img src="images/pic02.jpg" alt="" /></a>
<header>
<h3>Farhaan's Fiscal Fuckery</h3>
</header>
<p>FFF is a Program initiated to handle all Projects at the intersection of Pure Math and Finance . We Focus on Mathematical Modelling and Applications of Algebraic Topology.</p>
<footer>
<ul class="actions">
<li><a href="#" class="button alt">Find out more</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a href="#" class="image featured"><img src="images/pic03.jpg" alt="" /></a>
<header>
<h3>Study of the Inverse Galois Problem</h3>
</header>
<p>This Class is dedicated to the study of modern Group Theory's most important open problem. We Focus on the ingenious methods used to relate IGP to very different fields of Math</p>
<footer>
<ul class="actions">
<li><a href="#" class="button alt">Find out more</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a href="#" class="image featured"><img src="images/pic04.jpg" alt="" /></a>
<header>
<h3>Study of Minimal Surfaces</h3>
</header>
<p>This Class is dedicated to the study of Minimal Surfaces and Their Geometry. We focus on how to interpret general problems about minimization as a minimal surface question</p>
<footer>
<ul class="actions">
<li><a href="#" class="button alt">Find out more</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a href="#" class="image featured"><img src="images/pic05.jpg" alt="" /></a>
<header>
<h3>Study of Co-Logic</h3>
</header>
<p>Co-Logic is used to reason about infinite structures and their properties. We Study CoLogic to find a way to reason about Cardinalities without contradiction</p>
<footer>
<ul class="actions">
<li><a href="#" class="button alt">Find out more</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a href="#" class="image featured"><img src="images/pic06.jpg" alt="" /></a>
<header>
<h3>Study of Advanced Probablistic Methods</h3>
</header>
<p>We study the Advanced Methods used in fields like Data Science and Machine Learning to Develop small working prototypes.</p>
<footer>
<ul class="actions">
<li><a href="#" class="button alt">Find out more</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a href="#" class="image featured"><img src="images/pic07.jpg" alt="" /></a>
<header>
<h3>Miscallaneous</h3>
</header>
<p>Anything outside of these Main classifications. This is our most volatile department and is responsible for the initiation of new departments</p>
<footer>
<ul class="actions">
<li><a href="#" class="button alt">Find out more</a></li>
</ul>
</footer>
</section>
</div>
</div>
</section>
</div>
<div class="col-12">
<!-- Blog -->
<section>
<header class="major">
<h2>The Blog</h2>
</header>
<div class="row">
<div class="col-6 col-12-small">
<section class="box">
<a href="#" class="image featured"><img src="images/pic08.jpg" alt="" /></a>
<header>
<h3>Magna tempus consequat</h3>
<p>Posted 45 minutes ago</p>
</header>
<p>Lorem ipsum dolor sit amet sit veroeros sed et blandit consequat sed veroeros lorem et blandit adipiscing feugiat phasellus tempus hendrerit, tortor vitae mattis tempor, sapien sem feugiat sapien, id suscipit magna felis nec elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos lorem ipsum dolor sit amet.</p>
<footer>
<ul class="actions">
<li><a href="#" class="button icon solid fa-file-alt">Continue Reading</a></li>
<li><a href="#" class="button alt icon solid fa-comment">33 comments</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-6 col-12-small">
<section class="box">
<a href="#" class="image featured"><img src="images/pic09.jpg" alt="" /></a>
<header>
<h3>Aptent veroeros aliquam</h3>
<p>Posted 45 minutes ago</p>
</header>
<p>Lorem ipsum dolor sit amet sit veroeros sed et blandit consequat sed veroeros lorem et blandit adipiscing feugiat phasellus tempus hendrerit, tortor vitae mattis tempor, sapien sem feugiat sapien, id suscipit magna felis nec elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos lorem ipsum dolor sit amet.</p>
<footer>
<ul class="actions">
<li><a href="#" class="button icon solid fa-file-alt">Continue Reading</a></li>
<li><a href="#" class="button alt icon solid fa-comment">33 comments</a></li>
</ul>
</footer>
</section>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<div class="row">
<div class="col-8 col-12-medium">
<section>
<header>
<h2>Schedule</h2>
</header>
<ul class="dates">
<li>
<span class="date">Thursday <strong>7:00 PM</strong></span>
<h3><a href="#">School of Quantum</a></h3>
<p>Meeting Type: Reading Group</p>
</li>
<li>
<span class="date">Friday <strong>7:30 PM</strong></span>
<h3><a href="#">Assumptions of Physics</a></h3>
<p>Meeting Type: Reading Group</p>
</li>
<li>
<span class="date">Sunday <strong>5:00 PM</strong></span>
<h3><a href="#">Moduli Spaces</a></h3>
<p>Meeting Type: Research Project</p>
</li>
</ul>
</section>
</div>
<div class="col-4 col-12-medium">
<section>
<header>
<h2>Socials</h2>
</header>
<ul class="social">
<li><a class="icon brands fa-facebook-f" href="#"><span class="label">Facebook</span></a></li>
<li><a class="icon brands fa-twitter" href="#"><span class="label">Twitter</span></a></li>
<li><a class="icon brands fa-instagram" href="#"><span class="label">Instagram</span></a></li>
<li><a class="icon brands fa-tumblr" href="#"><span class="label">Tumblr</span></a></li>
<li><a class="icon brands fa-linkedin-in" href="#"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="contact">
<li>
<h3>Address</h3>
<p>
Bangalore,Karnataka<br />
Whitefield,ITPL Main Road<br />
India-560066
</p>
</li>
<li>
<h3>Mail</h3>
<p><a href="#">mohammedfarhaan.cs24@bmsce.ac.in</a></p>
</li>
<li>
<h3>Phone</h3>
<p>(+91) 80887-70035</p>
</li>
</ul>
</section>
</div>
<div class="col-12">
<!-- Copyright -->
<div id="copyright">
<ul class="links">
<li>© ORG.org | All rights reserved.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>