forked from tristan-salles/SGFM-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
418 lines (385 loc) · 20.5 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
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="Sediment Transport Geological Scale">
<meta name="author" content="Tristan Salles">
<title>SgFm - Sediment Transport @ Geological Scale</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/freelancer.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/favicon.png" />
<link rel="shortcut icon" href="img/favicon.png" />
<!-- IE8 support for 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.3.0/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-28324363-2', 'lecode-model.github.io');
ga('send', 'pageview');
</script>
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">SgFm framework</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a class="navbar-brand" href="#" data-toggle="dropdown"><span class="glyphicon glyphicon-th-large" style="vertical-align:top; font-size:15px;"></span></a>
<ul class="dropdown-menu">
<li><a href="http://tristan-salles.github.io/SGFM-website/overview.html" data-toggle="modal">
<span style="font-family:Montserrat; font-size:17px; font-weight:normal;">Lecode Overview</a></span></li>
<li><a href="http://tristan-salles.github.io/SGFM-website/installation.html">
<span style="font-family:Montserrat; font-size:17px; font-weight:normal;">Installation Guide</a></span></li>
<li><a href="http://tristan-salles.github.io/SGFM-website/input.html">
<span style="font-family:Montserrat; font-size:17px; font-weight:normal;">XmL Input File</a></span></li>
<li><a href="http://tristan-salles.github.io/SGFM-website/GISinput.html">
<span style="font-family:Montserrat; font-size:17px; font-weight:normal;">GIS Input Generation</a></span></li>
<li><a href="http://tristan-salles.github.io/SGFM-website/visualisation.html">
<span style="font-family:Montserrat; font-size:17px; font-weight:normal;">Visualisation Tips</a></span></li>
<li><a href="http://tristan-salles.github.io/SGFM-website/cookbook.html">
<span style="font-family:Montserrat; font-size:17px; font-weight:normal;">Cookbook Examples</a></span></li>
</ul>
</li>
</ul>
<!--/div>
<!-- Collect the nav links, forms, and other content for toggling -->
<!--div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"-->
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#access">ACCESS</a>
</li>
<li class="page-scroll">
<a href="#about">ABOUT</a>
</li>
<li class="page-scroll">
<a href="#Lecode">Lecode</a>
</li>
<li class="page-scroll">
<a href="#portfolio">PORTFOLIO</a>
</li>
<li class="page-scroll">
<a href="#contact">CONTACT</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="img/profile.png" alt="">
<div class="intro-text">
<span class="name">SgFm</span>
<br>
<!--hr class="star-light"-->
<span class="skills">Sediment Transport @ Geological Scale</span>
</div>
</div>
</div>
</div>
</header>
<section id="access">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Access</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p>The website and the associated github repository is hosting some documentation related to Lecode and the SgFm framework and
not the source codes!</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p>The code is not available as an open source package. However, there are possible agreements for non-commercial licensing so
feel free to drop us a line to discuss possible collaborations and specific arrangements.</p>
</div>
</div>
</div>
</section>
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p>The <strong>Stratigraphic & Geomorphic Forward Modelling Framework</strong> (SgFm) is an innovative
parallel numerical framework which aims to conduct coupled
thermal-mechanical / stratigraphic-oceanic modelling of continental margins, sedimentary basins and
associated landscape dynamics.
</p>
</div>
</div>
<div class="row">
<div class="col-xs-8 col-xs-offset-2"><!--col-md-8 col-md-offset-2"-->
<img src="figures/sgfm_nice.png" class="img-responsive img-centered" alt="">
</div>
</div>
<div class="row">
<div class="col-lg-12">
<br>
<p><strong>Lecode</strong> represents the first milestone in the development
of the SgFm Framework and is designed to be the core scientific and numerical component of the infrastructure.
</p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="http://tristan-salles.github.io/SGFM-website" target="_blank" class="btn btn-lg btn-outline">
<i class="fa fa-download"></i> Website hosted on <strong>GitHub</strong>
</a>
</div>
</div>
</div>
</section>
<section id="Lecode">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Lecode</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p>
<strong>Lecode</strong> is a new numerical approach for simulating geomorphic and stratigraphic processes that combines
open-channel flow with non-uniform sediment transport law, and semi-empirical diffusive mass wasting.
</p>
<p>
The main enhancements in <strong>Lecode</strong> implementation in comparison to other stratigraphic forward models are:
<br><br>
<span class="glyphicon glyphicon-plus-sign" style="vertical-align:center; font-size:15px;"></span> a fully parallelised approach, which increases the computational power and could take fully advantage of <i>High Performance Computing</i> (HPC) infrastructures,
<br><br>
<span class="glyphicon glyphicon-plus-sign" style="vertical-align:center; font-size:15px;"></span> a new formulation for open-channel transport and mass-wasting representation, ensuring conservation of mass and momentum
and allowing simultaneous erosion, transport and deposition,
<br><br>
<span class="glyphicon glyphicon-plus-sign" style="vertical-align:center; font-size:15px;"></span> a hybrid approach inspired by the simplified <i>Marker-and-Cell</i> theory and the <i>Path-Sampling</i> method to simulate flow
dynamics on a <i>triangulated irregular network</i> (TIN),
<br><br>
<span class="glyphicon glyphicon-plus-sign" style="vertical-align:center; font-size:15px;"></span> an <i>innovative remeshing strategy</i> of the TIN based on depressionless and flow accumulation algorithms,
which allows for variable spatial resolution and ensure the stability of open-channel flow hydrodynamics solution,
<br><br>
<span class="glyphicon glyphicon-plus-sign" style="vertical-align:center; font-size:15px;"></span> the representation of a virtually <i>unlimited number of user-defined sediment classes</i>.
</p>
</div>
</div>
</div>
</section>
<section class="success" id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Portfolio</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<a href="http://tristan-salles.github.io/SGFM-website/overview.html" class="portfolio-link" data-toggle="modal">
<!--a href="#portfolioModal1" class="portfolio-link" data-toggle="modal"-->
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
<p> <strong>Lecode Overview</strong> </p>
</div>
</div>
<img src="img/portfolio/lecode.png" class="img-responsive" alt="" />
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="http://tristan-salles.github.io/SGFM-website/installation.html" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
<p> <strong>Installation Guide</strong> </p>
</div>
</div>
<img src="img/portfolio/installation.png" class="img-responsive" alt="" />
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="http://tristan-salles.github.io/SGFM-website/input.html" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
<p> <strong>Input File</strong> </p>
</div>
</div>
<img src="img/portfolio/input.png" class="img-responsive" alt="" />
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="http://tristan-salles.github.io/SGFM-website/GISinput.html" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
<p> <strong>Input Generation from GIS data</strong> </p>
</div>
</div>
<img src="img/portfolio/gisgen.png" class="img-responsive" alt="" />
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="http://tristan-salles.github.io/SGFM-website/visualisation.html" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
<p> <strong>Post-Processing Tips</strong> </p>
</div>
</div>
<img src="img/portfolio/visu.png" class="img-responsive" alt="" />
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="http://tristan-salles.github.io/SGFM-website/cookbook.html" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
<p> <strong>Cookbook - hands-on examples</strong> </p>
</div>
</div>
<img src="img/portfolio/cookbook.png" class="img-responsive" alt="" />
</a>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<h5>Just click on the icons to get additional information.</h5>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact Us</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>Wanting more information or having troubles with the code? <br> Check out the documentation in the portfolio or
use the contact form below and we’ll help you sort it out.<br><br>
</p>
<form method="POST" action="http://forms.brace.io/[email protected]">
<div class="row">
<div class="form-group col-xs-12 floating-label-form-group">
<label for="exampleInputName">Name</label>
<input name="name" type="name" class="form-control" id="exampleInputName" placeholder="Enter name">
</div>
</div>
<div class="row">
<div class="form-group col-xs-12 floating-label-form-group">
<label for="exampleInputEmail1">Email address</label>
<input name="_replyto" type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
</div>
</div>
<div class="row">
<div class="form-group col-xs-12 floating-label-form-group">
<label for="exampleTextArea">Message</label>
<textarea name="message" class="form-control" rows="5" placeholder="Message"></textarea>
</div>
</div>
<br>
<div class="row">
<div class="form-group col-xs-12 floating-label-form-group">
<button type="submit" class="btn btn-lg btn-success">Send</button>
<input type="hidden" name="_next" value="http://tristan-salles.github.io/SGFM-website/index.html"
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-xs-4">
<h3>Location</h3>
<p>11 Julius Avenue, Earth Sciences Centre
<br>North Ryde, NSW 2113
<br> Australia</p>
</div>
<div class="footer-col col-xs-4">
<h3>Around the Web</h3>
<ul class="list-inline">
<!--li><a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
</li-->
<li><a href="http://plus.google.com/112301016143001604171/posts" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a>
</li>
<!--li><a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li-->
<li><a href="http://www.linkedin.com/groups?home=&gid=6713384&trk=anet_ug_hm" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<!--li><a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-dribbble"></i></a>
</li-->
</ul>
</div>
<div class="footer-col col-xs-4">
<h3>About the Site</h3>
<p>Project maintained by the <a href="http://tristan-salles.github.io" target="_blank">SgFm Team</a>.
Hosted on GitHub, Freelancer theme: <a href="http://startbootstrap.com" target="_blank">Bootstrap</a> & Logo designed by <a href="http://www.corvuscreative.com.au" target="_blank">Brendan</a>.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © 2014 - SgFm Framework
</div>
</div>
</div>
</div>
</footer>
<div class="scroll-top page-scroll visible-xs visble-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script src="js/freelancer.js"></script>
</body>
</html>