forked from hjkgrp/SESAMI_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
how_to_cite.html
139 lines (122 loc) · 5.18 KB
/
how_to_cite.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
<!-- Import libaries-->
<script src="libraries/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="libraries/ngl.js"></script>
<script type="text/javascript" src="libraries/webGavrog/runtime.js"></script>
<script type="text/javascript" src="libraries/webGavrog/vendors.js"></script>
<script type="text/javascript" src="libraries/webGavrog/main.js"></script>
<script src="libraries/3Dmol-min.js"></script>
<script src="libraries/bootstrap.min.js"></script>
<script src="https://cdn.bokeh.org/bokeh/release/bokeh-2.3.1.min.js"></script>
<!-- Import CSS -->
<link rel="stylesheet" href="libraries/bootstrap.min.css">
<link rel="stylesheet" href="libraries/bootstrap_custom.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Custom CSS code is placed within the <style> tag: -->
<style>
.round_button {
border-radius: 25px;
font-size: 16px;
font-weight: bold;
min-width: 130px;
width: 33%;
background-color: #0000FF; /*blue*/
}
#plot_display {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.my-pre{
font-size: 16px;
border: 2px solid grey;
width: 100%;
border-left: 12px solid green;
border-radius: 5px;
padding: 14px;
/* Fixed line height */
line-height: 24px;
/* Use linear-gradient for background image */
background-image: linear-gradient(180deg, #eee 50%, #fff 50%);
/* Size background so that the height is 2x line-height */
background-size: 100% 48px;
/* Offset the background along the y-axis by top padding */
background-position: 0 14px;
}
</style>
<body>
<!-- This div contains a navbar. -->
<div class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">
<div class="container">
<a href="../" class="navbar-brand" style='font-size: 30px;'>A web interface for SESAMI analysis</a>
<div class="collapse navbar-collapse" id="navbarResponsive" style='font-size: 20px;'>
<ul class="navbar-nav">
<li class="nav-item" style='padding-left: 30px;'>
<a class="nav-link" href="/about_page">About</a>
</li>
<li class="nav-item" style='padding-left: 30px;'>
<a class="nav-link" href="https://github.com/hjkgrp/SESAMI_web">Source Code</a>
</li>
<li class="nav-item" style='padding-left: 30px;'>
<a class="nav-link" href="/how_to_cite">How to Cite</a>
</li>
</ul>
</div>
</div>
</div>
<!-- This div contains citation information. -->
<div class="container">
<div class="page-header" id="banner">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<!-- We need to place the logo here -->
<h3>Thank you for using the SESAMI web interface. </h3>
<h4>SESAMI web interface:<a href='ris_files/sesami_web.ris'><button class="btn"><i class="fa fa-download"></i> Download RIS</button></a></h4>
<pre class='my-pre'><code>@Article {SESAMI APP,
author = {Terrones, Gianmarco G. and Chen, Yu and Datar, Archit and Lin, Li-Chiang and Kulik, Heather J. and Chung, Yongchul G.},
title = {SESAMI APP: An Accessible Interface for Surface Area Calculation of Materials from Adsorption Isotherms},
journal = {J. Open Source Softw.},
volume = {8},
number = {86},
url = {https://doi.org/10.21105/joss.05429},
doi = {10.21105/joss.05429},
year = {2023},
}</code></pre>
<h4>SESAMI 1:<a href='ris_files/jpcc_2019.ris'><button class="btn"><i class="fa fa-download"></i> Download RIS</button></a></h4>
<pre class='my-pre'><code>@Article {Surface Area Determination,
author = {Sinha, Priya and Datar, Archit and Jeong, Chungsik and Deng, Xuepeng and Chung, Yongchul G. and Lin, Li-Chiang},
title = {Surface Area Determination of Porous Materials Using the Brunauer–Emmett–Teller (BET) Method: Limitations and Improvements},
journal = {J. Phys. Chem. C},
volume = {123},
number = {33},
url = {https://doi.org/10.1021/acs.jpcc.9b02116},
doi = {10.1021/acs.jpcc.9b02116},
year = {2019},
}</code></pre>
<h4>SESAMI 2:<a href='ris_files/jpclett_2020.ris'><button class="btn"><i class="fa fa-download"></i> Download RIS</button></a></h4>
<pre class='my-pre'><code>@Article {Beyond BET Analysis,
author = {Datar, Archit and Chung, Yongchul G. and Lin, Li-Chiang},
title = {Beyond the BET Analysis: The Surface Area Prediction of Nanoporous Materials Using a Machine Learning Method},
journal = {J. Phys. Chem. Lett.},
volume = {11},
number = {14},
url = {https://doi.org/10.1021/acs.jpclett.0c01518},
doi = {10.1021/acs.jpclett.0c01518},
year = {2020},
}</code></pre>
</div>
</div>
</div>
</div>
<!-- This div contains a bottom bar. -->
<div class="navbar navbar-expand-lg relative navbar-light bg-light" style="margin-top: 50px; font-size: 18px;">
<div class="container">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link disabled">Site developed and maintained by Gianmarco Terrones (Kulik Group @ MIT) and Dr. Yongchul G. Chung (Pusan National
University)</a>
</li>
</ul>
</div>
</div>
</body>