-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (136 loc) · 6.87 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
<!DOCTYPE HTML>
<html>
<head>
<title>Carbon Nanotubes Generator Online v1.1 by Suecream</title>
<meta name="description" content="No installation! The Easiest Online Carbon Nanotube Model Generator (VASP POSCAR, CIF). ">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="google-site-verification" content="kJmH0YKiUNXV_U2GggaT-5rOPE2s1yUo84CPK3FwjfU" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="icon" href="assets/css/images/favicon.png" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-84SMBL00D6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-84SMBL00D6');
</script>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Web CNT Generator v1.1 by Sue</a></h1>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo"><span class="icon solid fa-draw-polygon"></span></div>
<h2>Carbon Nanotubes Geometry Generator</h2>
<p>Create a Single-Walled Armchair or Zigzag Nanotube of C-C bond length: 1.42 Å.<br>
<img src="https://github.com/suecreamm/cnt_generator/raw/main/readmeImg.png" style="max-width:100%; height:auto;">
<br>
<i class="fa-solid fa-download"></i> <a href="https://github.com/sue-creator/materials/tree/main/02CNT" target='_blank' rel="noopener noreferrer">Sample CNT Files (5 ≤ N ≤ 8 , VASP & CIF)</a><br>
<i class="fa-solid fa-magnifying-glass"></i> <a href="https://jobbu.life/en/posts/how-to-3d-model-atomic-structures-using-vesta/" target='_blank' rel="noopener noreferrer">How to Save & How to View</a><br>
<i class="fa-solid fa-clapperboard"></i> <a href="https://youtu.be/0635k6-32jk" target='_blank' rel="noopener noreferrer">Demo Video</a><br>
✔ How to Convert: cnt.VASP ⇨ cnt.CIF (to be updated)<br>
</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- 1: Armchair-->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<a class="image"><img src="images/cnt_armchair.png" alt="armchair icon" /></a>
<div class="content">
<h2 class="major">Armchair</h2>
<div class = "row">
<div class="col-6">
<input type="radio" id="n1_on" name="n1_on" checked/>
<label for="n1_on">N</label>
</div>
<div class="col-6">
<input type="number" name="n1" id="n1" value="5" min="3"/>
</div>
</div>
<div class = "row">
<div class="col-6 d-checkbox">
<input type="checkbox" id="d1on" name="d1on"/>
<label for="d1on">C-C Bond Length</label>
</div>
<div class="col-6 d-inputbox" id="d1-box">
<input type="number" name="d1" id="d1" value="1.42" min="1.42" step="0.1" />
</div>
</div>
<p><button id="calculate1" onclick = "calculate1()" > ⬣ </button></p>
<label for="name11"> CNT.vasp </label>
<textarea name="result1" id="result1" rows="4" readonly> 1. Save this text as *.VASP. 2. Open it with VESTA, free atomic structure modeling application. </textarea>
</p>
</div>
</div>
</section>
<!-- 2: Zigzag -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a class="image"><img src="images/cnt_zigzag.png" alt="zigzag icon" /></a>
<div class="content">
<h2 class="major">Zigzag</h2>
<div class = "row">
<div class="col-6">
<input type="radio" id="n2_on" name="n2_on" checked/>
<label for="n2_on">N</label>
</div>
<div class="col-6">
<input type="number" name="n2" id="n2" value="5" min="3"/>
</div>
</div>
<div class = "row">
<div class="col-6 d-checkbox">
<input type="checkbox" id="d2on" name="d1on"/>
<label for="d2on">C-C Bond Length</label>
</div>
<div class="col-6 d-inputbox" id="d2-box">
<input type="number" name="d2" id="d2" value="1.42" min="1.42" step="0.1" />
</div>
</div>
<p><button id="calculate2" onclick = "calculate2()" > ⬣ </button></p>
<label for="name22"> CNT.vasp </label>
<textarea name="result2" id="result2" rows="4" readonly> 1. Save this text as *.VASP. 2. Open it with VESTA, free atomic structure modeling application. </textarea>
</p>
</div>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<ul class="contact">
<li class="icon solid fa-code"><a href="https://github.com/suecreamm/cnt_generator" >Source codes</a></li>
<li class="icon solid fa-asterisk">Development journals & References (to be updated)</li>
<br>
<li class="icon solid fa-location-dot">Busan, Korea</li>
<li class="icon regular fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="icon brands fa-github"><a href="https://github.com/suecreamm/">github.com/suecreamm</a></li>
</ul>
<ul class="copyright">
<li><i class="fa-solid fa-hashtag"></i>CarbonFootprintReductionWeb </li>
<li>© Suecream 2022-2023</li>
<li>Design: HTML5 UP</li>
<li><script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="suecream" data-color="#39404e" data-emoji="" data-font="Cookie" data-text="Buy me a coffee" data-outline-color="#ffffff" data-font-color="#ffffff" data-coffee-color="#FFDD00" ></script></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.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>