-
Notifications
You must be signed in to change notification settings - Fork 0
/
index3.html
359 lines (236 loc) · 11.8 KB
/
index3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A Corner in the Complex World</title>
<meta name="description" content="">
<meta name="author" content="yx">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="/theme/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="/theme/bootstrap.min.css" rel="stylesheet">
<link href="/theme/bootstrap.min.responsive.css" rel="stylesheet">
<link href="/theme/local.css" rel="stylesheet">
<link href="/theme/pygments.css" rel="stylesheet">
<link href="/theme/tipuesearch/tipuesearch.css" rel="stylesheet">
<!-- So Firefox can bookmark->"abo this site" -->
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="">A Corner in the Complex World</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="/pages/about.html">About</a></li>
<li><a href="/pages/collections.html">Collections</a></li>
<li><a href="/pages/research.html">Research</a></li>
</ul>
</div>
<form id="searchform" action="/search" onsubmit="return (this.elements['q'].value.length > 0)">
<input id="searchbox" type="text" name="q" size="12" placeholder="Search">
</form>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="span9">
<div class='article'>
<a href="/pov-rayxue-xi-bi-ji.html"><h2>POV-Ray学习笔记</h2></a>
<div class= "well small"> 16 三月 2017
by <a class="url fn" href="/author/yangxi.html">yangxi</a>
</div>
<div class="summary"><ul>
<li><a href="http://www.povray.org/">POV-Ray</a>可以通过.pov建立对象并渲染, 最终输出图片.
通过POV-Ray, 可以批量处理, 渲染图片.
Youtube上有详细的POV-Ray入门教程, 可以一步一步地跟着敲代码调试.
POV-Ray网站上有一些精彩的<a href="http://hof.povray.org/">示例</a>.
可以通过.pov脚本建立非常复杂的场景并渲染.
又比如网上搜到的一个例子:
<img alt="img" src="imgs/test.png"></li>
</ul>
<p>通过下面几行代码生成(命令行输入povray test.pov):</p>
<div class="highlight"><pre>// Code
// render with +w500 +h500
global_settings{assumed_gamma 2.2}
#default{finish{ambient 1}}
camera{
orthographic
right x*2 up y*2
location -z*100 look_at 0
}
#declare native_motif=
pigment{
gradient y triangle_wave …</pre></div> <a class="btn btn-info xsmall" href="/pov-rayxue-xi-bi-ji.html">read more</a></div>
</div>
<div class='article'>
<a href="/blenderxue-xi-bi-ji.html"><h2>Blender学习笔记</h2></a>
<div class= "well small"> 15 三月 2017
by <a class="url fn" href="/author/yangxi.html">yangxi</a>
</div>
<div class="summary"><ul>
<li>2017-03-15 第1个project</li>
</ul>
<p>初试Blender, 按Youtube上的<a href="https://www.youtube.com/watch?v=ChPle-aiJuA">教程</a>做了一个小杯子:
<img alt="img{60x60}" src="imgs/cup.samples-250.resize.png"></p>
<p>完整的Blender文件及图片压缩包可以在<a href="https://github.com/yangxi1209/blender-learning/raw/master/blend-project.20170315.cup.tar.gz">这里</a>下载.</p>
<ul>
<li>
<p>渲染分子结构<br>
分子结构blender文件<a href="https://github.com/yangxi1209/blender-learning/raw/master/main.blend">下载</a><br>
<img alt="img" src="imgs/main.png"><br>
参考来源:<br>
<a href="http://darksair.org/blog/p/2016/2016-04-22-blender-molecule/">Molecule visualization with Blender</a><br>
<a href="http://blog.sciencenet.cn/blog-548663-1090864.html">Blender分子渲染习作 李继存的博文</a><br>
<a href="https://gskielian.wordpress.com/2012/11/29/creating-a-red-sphere-in-blender-with-python/">Creating a Red Sphere in Blender with Python</a> </p>
</li>
<li>
<p>笔记: 从VMD导出OBJ文件, 可被Blender, Autodesk等3D渲染软件读入做进一步处理<br>
<a href="https://blog.csdn.net/qq_26900671/article/details/81739977">OBJ(3D模型)文件格式</a><br>
<a href="http://www.ks.uiuc.edu/Research/vmd/vmd-1.9/">VMD major feature in VMD 1.9, Wavefront OBJ</a>
<img alt="img" src="imgs/VMD_OBJ.png"><br>
<a href="https://docs.blender.org/manual/zh-hans/dev/files/import_export.html?highlight=obj">Blender手册: 导入导出文件</a><br>
<img alt="img" src="imgs/Blender_in-out_OBJ.png"><br>
<a href="https://docs.blender.org/manual/zh-hans/dev/addons/io_scene_obj.html?highlight=obj">Blender手册: Wavefront OBJ</a><br>
<img alt="img" src="imgs/Blender_WavefrontOBJ.png"><br>
初步尝试了从vmd导出<a href="https://github.com/yangxi1209/blender-learning/raw/master/vmdscene.obj">文件 …</a></p></li></ul> <a class="btn btn-info xsmall" href="/blenderxue-xi-bi-ji.html">read more</a></div>
</div>
<div class='article'>
<a href="/complexity-softwares.html"><h2>Complexity</h2></a>
<div class= "well small"> 07 三月 2017
by <a class="url fn" href="/author/yx.html">yx</a>
</div>
<div class="summary"><p>NetLogo中文资源站点:<br>
<a href="http://agentbase.cn/">NetLogo建模之美</a></p>
<p>NetLogo编程指南:<br>
<a href="http://gr.streetcornertech.com/wp-content/netlogo5.0-doc_zh/programming.html">NetLogo 5.0 用户手册</a></p>
<p>Agent-Based Models (附带模型和许多学习资料):<br>
<a href="https://www.openabm.org">https://www.openabm.org</a> </p> <a class="btn btn-info xsmall" href="/complexity-softwares.html">read more</a></div>
</div>
<div class='article'>
<a href="/gpu-cudabian-cheng-xue-xi.html"><h2>GPU CUDA编程学习</h2></a>
<div class= "well small"> 03 三月 2017
by <a class="url fn" href="/author/yx.html">yx</a>
</div>
<div class="summary"><p>2017/03/01</p>
<p>CUDA的入门可以从这里开始
(<a href="https://devblogs.nvidia.com/parallelforall/even-easier-introduction-cuda/">An Even Easier Introduction to
CUDA</a>),
当然后继还是得看书:P</p>
<p>2017/03/03</p>
<p>继numba之后, 又发现一个python包支持cuda编程, 而且文档详细:
PyCUDA <a href="https://documen.tician.de/pycuda/tutorial.html#getting-started">https://documen.tician.de/pycuda/tutorial.html#getting-started</a>
PyCUDA简介看这个<a href="https://mathema.tician.de/software/pycuda/">个人blog网页</a>, 里面还有其它很多可看的页面. </p> <a class="btn btn-info xsmall" href="/gpu-cudabian-cheng-xue-xi.html">read more</a></div>
</div>
<div class='article'>
<a href="/bo-ke-bei-wang.html"><h2>博客备忘</h2></a>
<div class= "well small"> 21 二月 2017
by <a class="url fn" href="/author/yx.html">yx</a>
</div>
<div class="summary"><p>博客撰写及提交</p> <a class="btn btn-info xsmall" href="/bo-ke-bei-wang.html">read more</a></div>
</div>
<div class='article'>
<a href="/ge-ren-bo-ke-shang-xian-liao.html"><h2>个人博客上线了</h2></a>
<div class= "well small"> 21 二月 2017
by <a class="url fn" href="/author/yangxi.html">yangxi</a>
</div>
<div class="summary"><p>成功创建我的个人博客</p> <a class="btn btn-info xsmall" href="/ge-ren-bo-ke-shang-xian-liao.html">read more</a></div>
</div>
<div class='article'>
<a href="/ce-shi.html"><h2>测试</h2></a>
<div class= "well small"> 20 二月 2017
by <a class="url fn" href="/author/yx.html">yx</a>
</div>
<div class="summary"><p>中文能正常显示吗?</p>
<p>测试latex:
$E=mc^2$</p>
<p>\(1+1=2\)</p>
<p>$\alpha, \beta, ..., \omega$</p>
<p>$x_i^2$</p>
<p>$$\int_a^b f(x)dx$$</p> <a class="btn btn-info xsmall" href="/ce-shi.html">read more</a></div>
</div>
<div class="pagination">
<ul>
<li class="prev"><a href="/index2.html">← Previous</a></li>
<li class=""><a href="/index.html">1</a></li>
<li class=""><a href="/index2.html">2</a></li>
<li class="active"><a href="/index3.html">3</a></li>
<li class="next disabled"><a href="#">→ Next</a></li>
</ul>
</div>
</div>
<div class="span3">
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Site
</li>
<li><a href="/archives.html">Archives</a>
<li><a href="/tags.html">Tags</a>
</ul>
</div>
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Categories
</li>
<li><a href="/category/books-zi-yuan-sou-ji.html">Books; 资源搜集</a></li>
<li><a href="/category/ke-yan.html">科研</a></li>
<li><a href="/category/machine-learning.html">machine learning</a></li>
<li><a href="/category/misc.html">Misc</a></li>
<li><a href="/category/molecular-simulation-data-analysis-computational-toolkit.html">molecular simulation, data analysis, computational toolkit</a></li>
<li><a href="/category/programming.html">programming</a></li>
<li><a href="/category/python.html">python</a></li>
<li><a href="/category/statistical-physics-machine-learning.html">statistical physics, machine learning</a></li>
<li><a href="/category/tech.html">Tech</a></li>
<li><a href="/category/zhi-tu-jian-mo.html">制图建模</a></li>
<li><a href="/category/zi-yuan-sou-ji.html">资源搜集</a></li>
</ul>
</div>
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Links
</li>
<li><a href="https://www.complexityexplorer.org">Complexity Explorer</a></li>
<li><a href="https://santafe.edu">Santa Fe Institute</a></li>
<li><a href="https://www.kitp.ucsb.edu">KITP UCSB</a></li>
<li><a href="http://kits.ucas.ac.cn">KITS</a></li>
<li><a href="https://compphys.go.ro">Computational Physics Blog with Code</a></li>
<li><a href="http://swarma.blog.caixin.com/">集智俱乐部博客</a></li>
<li><a href="https://computational-communication.com/about/">计算传播网</a></li>
<li><a href="https://www.complexity-explorables.org">Complexity Explorables</a></li>
</ul>
</div>
<div class="social">
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Social
</li>
<li><a href="https://twitter.com/yangxi1209">@yangxi1209</a></li>
<li><a href="https://my.vultr.com/">我的Vultr</a></li>
</ul>
</div>
</div>
</div>
</div> </div>
<footer>
<br />
<p><a href="">A Corner in the Complex World</a> © yx 2019</p>
</footer>
</div> <!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/theme/bootstrap-collapse.js"></script>
</body>
</html>