forked from bingtan72/bingtan72.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
509 lines (436 loc) · 25.5 KB
/
links.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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<link rel="icon" href="school.ico" type="image/x-icon" />
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="google-site-verification" content="oyju0Mz3qXdK5eOnRVqUwdANI9c36Oa86-PoOV4qA4M" />
<meta name="baidu-site-verification" content="qo2JwfS7nX" />
<link rel="stylesheet" href="./bootstrap/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<script src="./bootstrap/jquery.min.js" type="text/javascript"></script>
<script src="./bootstrap/popper.min.js" type="text/javascript"></script>
<script src="./bootstrap/bootstrap.min.js" type="text/javascript"></script>
<title></title>
<!-- MathJax -->
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/latest.js?config=TeX-MML-AM_CHTML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<!-- End MathJax -->
</head>
<body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162688124-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162688124-1');
</script>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category"><img class="menu" src="school.ico" width="120px" height="120px" align="center"/></div>
<div class="menu-category">Bing Tan</div>
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="team.html">Team</a></div>
<div class="menu-item"><a href="bio.html">Biography</a></div>
<div class="menu-item"><a href="news.html">News</a></div>
<div class="menu-category">Academic</div>
<div class="menu-item"><a href="publications.html">Publications</a></div>
<div class="menu-item"><a href="research.html">Research</a></div>
<div class="menu-item"><a href="conference.html">Conference</a></div>
<div class="menu-item"><a href="activities.html">Activities</a></div>
<div class="menu-item"><a href="codes.html">Codes</a></div>
<div class="menu-category">Miscellaneous</div>
<div class="menu-item"><a href="readings.html">Readings</a></div>
<div class="menu-item"><a href="links.html" class="current">Links</a></div>
<div class="menu-item"><a href="notes.html">Notes</a></div>
<div class="menu-category">中文</div>
<div class="menu-item"><a href="resume.html">Resume</a></div>
<div class="menu-item"><a href="pic.html">Pictures</a></div>
<div class="menu-item"><a href="Love.html">Love</a></div>
<div class="menu-category">Visitor Stats.</div>
<div><script type="text/javascript" src="//rf.revolvermaps.com/0/0/2.js?i=5ui9q29no9a&m=6&s=130&c=ff0000&t=1" async="async"></script>
</div>
<div>
<!-- Begin ShinyStat Code -->
<script type="text/javascript" src="//codice.shinystat.com/cgi-bin/getcod.cgi?USER=bingtan72"></script>
<noscript>
<a href="http://www.shinystat.com" target="_top">
<img src="//www.shinystat.com/cgi-bin/shinystat.cgi?USER=bingtan72" alt="Free website counter" style="border:0px" /></a>
</noscript>
<!-- End ShinyStat Code -->
</div>
<!-- clock widget start -->
<script type="text/javascript"> var css_file=document.createElement("link"); css_file.setAttribute("rel","stylesheet"); css_file.setAttribute("type","text/css"); css_file.setAttribute("href","//s.bookcdn.com//css/cl/bw-cl-180x170r1.css"); document.getElementsByTagName("head")[0].appendChild(css_file); </script> <div id="tw_11_1111918294"><div style="width:120px; height:140px; margin: 0 auto;"><a href="https://booked.net/time/chengdu-18975">Chengdu</a><br/></div></div> <script type="text/javascript"> function setWidgetData_1111918294(data){ if(typeof(data) != 'undefined' && data.results.length > 0) { for(var i = 0; i < data.results.length; ++i) { var objMainBlock = ''; var params = data.results[i]; objMainBlock = document.getElementById('tw_'+params.widget_type+'_'+params.widget_id); if(objMainBlock !== null) objMainBlock.innerHTML = params.html_code; } } } var clock_timer_1111918294 = -1; </script> <script type="text/javascript" charset="UTF-8" src="https://widgets.booked.net/time/info?ver=2&domid=209&type=11&id=1111918294&scode=2&city_id=18975&wlangid=1&mode=2&details=0&background=ffffff&color=363636&add_background=ffffff&add_color=333333&head_color=ffffff&border=0&transparent=0"></script>
<!-- clock widget end -->
</td>
<td id="layout-content">
<p>
</p>
<h2>Useful Links
</h2>
<p>
</p>
<div class="infoblock">
<div class="blockcontent">
<p>These are some links that I think of important and useful for doing research, learning skills and so on.
</p>
</div></div>
<p>
</p>
<a href="links.html#People"> <b>People</b></a>    
<a href="links.html#Writing"> <b>Writing</b></a>    
<a href="links.html#Database"> <b>Database</b></a>    
<a href="links.html#Mathematic"> <b>Mathematic</b></a>    
<a href="links.html#Academic skills"> <b>Academic skills</b></a>    
<a href="links.html#LaTeX"> <b>LaTeX</b></a>    
<a href="links.html#Programming"> <b>Programming</b></a>    
<a href="links.html#Softwares"> <b>Softwares</b></a>    
<a href="links.html#Computer skills"> <b>Computer skills</b></a>    
<a href="links.html#Useful websites"> <b>Useful websites</b></a>
<p>
</p>
<h2>People <a name="Peoples"></a>
</h2>
<p>
</p>
<div class="infoblock">
<div class="blockcontent">
<p><a href="https://web.stanford.edu/~boyd/" target=“blank”>Stephen P. Boyd</a>
  <a href="http://www.seas.ucla.edu/~vandenbe/" target=“blank”>Lieven Vandenberghe</a>
  <a href="https://statweb.stanford.edu/~candes/" target=“blank”>Emmanuel Candès</a>
  <a href="https://pcombet.math.ncsu.edu/" target=“blank”>P. L. Combettes</a>
  <a href="https://people.ok.ubc.ca/bauschke/research.html" target=“blank”>H.H. Bauschke</a>
  <a href="https://sites.google.com/site/amirbeck314/" target=“blank”>Amir Beck</a>
  <a href="https://www.mat.univie.ac.at/~rabot/" target=“blank”>Radu Ioan Bot</a>
  <a href="https://iiduka.net/en/intro/researches/optimization" target=“blank”>Hideaki iiduka</a>
  <a href="https://www.math.ucla.edu/~wotaoyin/index.html" target=“blank”>Wotao Yin</a>
  <a href="https://amath.colorado.edu/faculty/becker/index.html" target=“blank”>Stephen Becker</a>
  <a href="http://www.mop.uni-saarland.de/index.shtml" target=“blank”>Peter Ochs</a>
  <a href="http://maths.nju.edu.cn/~hebma/" target=“blank”>Bingsheng He</a>
  <a href="http://bicmr.pku.edu.cn/~wenzw/index.html" target=“blank”>Zaiwen Wen</a>
  <a href="https://jliang993.github.io/index.html" target=“blank”>Jingwei Liang</a>
</p>
</div></div>
<h2>Writing <a name="Writing"></a>
</h2>
<p>
</p>
<ul>
<li><p><a href="https://linggle.com/" target=“blank”>linggle</a>. Language Reference Search Engines.
</p>
</li>
<li><p><a href="https://chrome.google.com/webstore/detail/grammarly-for-chrome/kbfnbcaeplbcioakkpcpgfkobkghlhen" target=“blank”>Grammarly for Chrome</a>: Free Online Writing Assistant.
</p>
</li>
</ul>
<h2>Database <a name="Database"></a>
</h2>
<p>
</p>
<ul>
<li><p><a href="http://apps.webofknowledge.com/UA_GeneralSearch_input.do?product=UA&search_mode=GeneralSearch&SID=8BEAluL1Las5xUhaQsr&preferencesSaved=" target=“blank”>Web of Science</a>. Web of Science Core Collection A trusted, high-quality collection of journals, books and conference proceedings.
</p>
</li>
<li><p><a href="https://www.scopus.com/search/form.uri?display=basic&zone=header&origin=" target=“blank”>Scopus</a>. The world's largest bibliographic database.
</p>
</li>
<li><p><a href="https://www.researchgate.net/" target=“blank”>ResearchGate</a>, is a European commercial social networking site for scientists and researchers to share papers, ask and answer questions, and find collaborators.
</p>
</li>
<li><p><a href="https://orcid.org/" target=“blank”>ORCID</a>. ORCID provides a persistent digital identifier (an ORCID iD) that you own and control, and that distinguishes you from every other researcher.
</p>
</li>
<li><p><a href="https://publons.com/researcher/?is_core_collection=1&order_by=verified_reviews_performed_last_12_months" target=“blank”>Publons</a>. The home of expert peer review. Reviewer recognition, training, post-publication review and statistics.
</p>
</li>
<li><p><a href="http://mathscinet.ams.org/mathscinet/index.html" target=“blank”>MathSciNet</a>, is a searchable online bibliographic database created by the American Mathematical Society in 1996.
</p>
</li>
<li><p><a href="http://www.pqdtcn.com/" target=“blank”>ProQuest</a>. ProQuest full-text database is currently the only database in the world that provides high-quality foreign full-text articles.
</p>
</li>
<li><p><a href="https://zbmath.org/" target=“blank”>zbMATH</a>, formerly Zentralblatt MATH, is a major international reviewing service providing reviews and abstracts for articles in pure and applied mathematics.
</p>
</li>
<li><p><a href="https://oversea.cnki.net" target=“blank”>English Version</a>   <a href="https://chn.oversea.cnki.net" target=“blank”>Simplified Chinese Version</a>. Note: download PDF.
</p>
</li>
</ul>
<h2>Mathematic <a name="Mathematic"></a>
</h2>
<p>
</p>
<ul>
<li><p><a href="https://mathscinet.ams.org/mathscinet/" target=“blank”>Mathscinet</a>, is a searchable online bibliographic database created by the American Mathematical Society.
</p>
</li>
<li><p><a href="https://mathscinet.ams.org/msnhtml/msc2020.pdf" target=“blank”>MSC2020</a>. MSC2020-Mathematical Sciences Classification System.
</p>
</li>
<li><p><a href="https://mathscinet.ams.org/msnhtml/serials.pdf" target=“blank”>Abbreviations of Names of Serials</a>
</p>
</li>
<li><p><a href="https://arxiv.org/" target=“blank”>arXiv</a>, is a repository of electronic preprints (known as e-prints) approved for posting after moderation, but not full peer review.
</p>
</li>
<li><p><a href="http://www.arxiv-sanity.com/search?q=" target=“blank”>arxiv sanity preserver</a>. Web interface for browsing, search and filtering recent arxiv submissions
</p>
</li>
<li><p><a href="http://www.optimization-online.org/" target=“blank”>Optimization Online</a>, is a repository of e-prints about optimization and related topics.
</p>
</li>
</ul>
<h2>Academic skills <a name="Academic skills"></a>
</h2>
<p>
</p>
<ul>
<li><p><a href="https://lovescihub.wordpress.com/" target=“blank”>Love Science,Love Sci-Hub!</a>. This page is to collect the new alternative domain of sci-hub which is refreshed every 5 minutes.
</p>
</li>
<li><p><a href="http://gen.lib.rus.ec/" target=“blank”>Library Genesis</a>, is a search engine for articles and books on various topics, which allows free access to content that is otherwise paywalled or not digitized elsewhere.
</p>
</li>
<li><p><a href="https://booksc.org/" target=“blank”>booksc1</a>   <a href="https://b-ok.cc/" target=“blank”>booksc2</a>. The world's largest scientific articles store. 70,000,000+ articles for free.
</p>
</li>
<li><p><a href="http://tool.yovisun.com/gs/" target=“blank”>Google Mirror</a>   <a href="https://ac.scmor.com/" target=“blank”>scmor</a>. Provide available Google search and Google mirror sites.
</p>
</li>
<li><p><a href="https://paperswithcode.com/" target=“blank”>paperswithcode</a>. Papers With Code highlights trending ML research and the code to implement it.
</p>
</li>
<li><p><a href="https://zhuanlan.zhihu.com/p/20902898" target=“blank”>HistCite</a>   <a href="https://www.citnetexplorer.nl/" target=“blank”>CitNetExplorer</a>. Great literature analysis tools.
</p>
</li>
<li><p><a href="https://chrome.google.com/webstore/detail/grammarly-for-chrome/kbfnbcaeplbcioakkpcpgfkobkghlhen" target=“blank”>Grammarly for Chrome</a>. Grammarly is a writing assistant that goes deeper than grammar to offer you comprehensive writing feedback.
</p>
</li>
<li><p><a href="http://www.80lib.com/free" target=“blank”>80 Library</a>. It provides some free trial accounts, such as WOS, SpringerLink, Cnki.
</p>
</li>
</ul>
<h2>LaTeX <a name="LaTeX"></a>
</h2>
<p>
</p>
<ul>
<li><p><a href="https://ctan.org/" target=“blank”>ctan</a>. The Comprehensive TEX Archive Network (CTAN) is the central place for all kinds of material around TEX.
</p>
</li>
<li><p><a href="https://www.latexstudio.net/" target=“blank”>latexstudio</a>, this is a very good chinese website of many LaTeX resources, including templates, tutorials and so on.
</p>
</li>
<li><p><a href="https://www.overleaf.com/" target=“blank”>Overleaf</a>. An online LaTeX editor that's easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more.
</p>
</li>
<li><p><a href="https://texdoc.net/" target=“blank”>TeXdoc Online</a>. TeX and LaTeX documentation lookup system. <a href="http://texdoc.net/texmf-dist/doc/latex/lshort-chinese/lshort-zh-cn.pdf" target=“blank”>lshort-zh-cn</a>
</p>
</li>
<li><p><a href="https://lvjr.bitbucket.io/index.html" target=“blank”>lvjr</a>. A chinese website of learn LaTeX.
</p>
</li>
<li><p><a href="http://atomurl.net/math/" target=“blank”>TeX equation editor1</a>   <a href="http://upbyte.net/mathred/mathred.htm" target=“blank”>TeX equation editor2</a>. Great Tex mathematical formulas online editing sites.
</p>
</li>
<li><p><a href="https://www.mathcha.io/" target=“blank”>Mathcha-Online Math Editor</a>. Online WYSIWYG Mathematics Editor (Equation Editor).
</p>
</li>
<li><p><a href="https://webdemo.myscript.com/views/math/index.html" target=“blank”>Math</a>. MyScript Handwriting Recognition. Hand write mathematical formulas and convert them to corresponding LaTeX codes.
</p>
</li>
<li><p><a href="https://www.tablesgenerator.com/" target=“blank”>LaTeX Tables Generator</a>. Quickly create even complex LaTeX tables online with our generator.
</p>
</li>
<li><p><a href="http://detexify.kirelabs.org/classify.html" target=“blank”>detexify</a>. Detexify LaTeX handwritten symbol recognition.
</p>
</li>
<li><p><a href="https://hartwork.org/beamer-theme-matrix/" target=“blank”>Beamer Theme Matrix</a>. This theme matrix shows examples of all variations of the Beamer LaTeX package's default themes and color themes.
</p>
</li>
<li><p><a href="https://en.wikibooks.org/wiki/LaTeX" target=“blank”>wiki-LaTeX</a>. This is a guide to the LaTeX typesetting system. It is intended as a useful resource for everybody, from new users who wish to learn, to old hands who need a quick reference.
</p>
</li>
<li><p><a href="https://www.ctan.org/tex-archive/info/lshort/chinese" target=“blank”>lshort-chinese</a>. The Not So Short Introduction To LaTeX (Chinese Edition). <a href="https://www.ctan.org/tex-archive/info/lshort/english" target=“blank”>lshort-english</a>   <a href="https://liam.page/2014/09/08/latex-introduction/" target=“blank”>latex-introduction</a>
</p>
</li>
<li><p><a href="https://ridiqulous.com/latex-notes-details/" target=“blank”>latex-notes-details</a>   <a href="https://zhuanlan.zhihu.com/p/29587837" target=“blank”>latex-notes-zhihu</a>   <a href="https://www.weibo.com/ttarticle/p/show?id=2309403955741387052924" target=“blank”>latex-notes-weibo</a>. Highly recommended.
</p>
</li>
<li><p><a href="https://github.com/shifujun/UESTCthesis" target=“blank”>UESTCthesis</a>, is the official LaTeX template for the graduation thesis of the University of Electronic Science and Technology of China.
</p>
</li>
<li><p><a href="https://wenda.latexstudio.net/article-5005.html" target=“blank”>IEEEtran</a>   <a href="https://www.latexstudio.net/archives/51668.html" target=“blank”>Elsevier</a>. LaTeX journal template.
</p>
</li>
</ul>
<h2>Programming <a name="Programming"></a>
</h2>
<p>
</p>
<ul>
<li><p><a href="https://ww2.mathworks.cn/help/search.html?qdoc=plot&submitsearch=" target=“blank”>MATLAB Help Center</a>. Search the help documentation for MATLAB functions.
</p>
</li>
<li><p><a href="https://www.jetbrains.com/pycharm/" target=“blank”>PyCharm</a>. The Python IDE for professional developers.
</p>
</li>
<li><p><a href="https://jemdoc.jaboc.net/" target=“blank”>jemdoc</a>, is a static site generator that is being widely used for creating simple academic websites.
</p>
</li>
<li><p><a href="https://www.mathjax.org/" target=“blank”>MathJax</a>. A JavaScript display engine for mathematics that works in all browsers.
</p>
</li>
<li><p><a href="http://www.mit.edu/~wsshin/jemdoc+mathjax.html" target=“blank”>jemdoc+MathJax</a>, let jemdoc support MathJax.
</p>
</li>
<li><p><a href="https://matplotlib.org/gallery/index.html" target=“blank”>matplotlib</a>, is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.
</p>
</li>
<li><p><a href="https://docs.anaconda.com/anaconda/user-guide/getting-started/" target=“blank”>Anaconda</a>, is the standard platform for Python data science.
</p>
</li>
<li><p><a href="https://github.com/krlmlr/Excel2LaTeX" target=“blank”>Excel2LaTeX</a>. The Excel add-in for creating LaTeX tables.
</p>
</li>
<li><p><a href="https://github.com/nschloe/tikzplotlib" target=“blank”>tikzplotlib</a>. Convert matplotlib figures to TikZ/PGFplots for smooth integration into LaTeX.
</p>
</li>
<li><p><a href="https://github.com/matlab2tikz/matlab2tikz" target=“blank”>matlab2tikz</a>. This program converts MATLAB figures to TikZ/pgfplots figures for smooth integration into LaTeX.
</p>
</li>
<li><p><a href="https://github.com/masumhabib/PlotPub" target=“blank”>PlotPub</a>. Publication quality plot in MATLAB.
</p>
</li>
<li><p><a href="https://github.com/yishn/tikzcd-editor" target=“blank”>tikzcd-editor</a>. A simple visual editor for creating commutative diagrams. <a href="https://tikzcd.yichuanshen.de/" target=“blank”>try it out here</a>.
</p>
</li>
<li><p><a href="https://github.com/HereChen/The-Way-MATLAB-Learning" target=“blank”>MATLABTips</a>. MATLAB study notes.
</p>
</li>
</ul>
<h2>Softwares <a name="Softwares"></a>
</h2>
<p>
</p>
<ul>
<li><p><a href="https://tools.shuax.com/chrome/" target=“blank”>Chrome</a>. Google Chrome is a fast, free web browser. <a href="https://zhuanlan.zhihu.com/p/105461498" target=“blank”>Tampermonkey</a>
</p>
</li>
<li><p><a href="https://www.tug.org/texlive/" target=“blank”>Texlive</a>, is an easy (we hope) way to get up and running with the TeX document production system.
</p>
</li>
<li><p><a href="http://www.texstudio.org/" target=“blank”>TeXstudio</a>. LaTeX editor.
</p>
</li>
<li><p><a href="http://www.tikzedt.org/" target=“blank”>TikzEdt</a>, is a combined WYSIWYG/text editor designed for editing Tikz code.
</p>
</li>
<li><p><a href="https://www.luochenzhimu.com/archives/6254.html" target=“blank”>Adobe Acrobat DC</a>. Use Acrobat to convert, edit and sign PDF files.
</p>
</li>
<li><p><a href="https://www.sumatrapdfreader.org/free-pdf-reader.html" target=“blank”>Sumatrapdf</a>, is a free PDF, eBook (ePub, Mobi), XPS, DjVu, CHM, Comic Book (CBZ and CBR) reader for Windows.
</p>
</li>
<li><p><a href="https://www.mathtype.cn/" target=“blank”>Mathtype</a>   <a href="http://amyxun.com/" target=“blank”>AxMath</a>. Equation Editor.
</p>
</li>
<li><p><a href="https://mathpix.com/" target=“blank”>Mathpix</a>. Extract LaTeX from PDFs or handwritten notes in seconds just by taking a screenshot.
</p>
</li>
<li><p><a href="https://notepad-plus-plus.org/" target=“blank”>Notepad++</a>, is a free source code editor.   <a href="https://www.tenlonstudio.com/5074.html" target=“blank”>EditPlus</a>: It can batch convert HTML encoding.
</p>
</li>
<li><p><a href="http://www.kejianyuan.net/Soft/201004/20100404001228.html" target=“blank”>GeoGebra</a>   <a href="http://amyxun.com/" target=“blank”>AxGlyph</a>. Graphing Calculator.
</p>
</li>
<li><p><a href="http://support.typora.io/" target=“blank”>Typora</a>. A minimal markdown editor.
</p>
</li>
<li><p><a href="https://desktop.github.com/" target=“blank”>GitHub Desktop</a>. Simplifies your development workflow. <a href="https://www.jianshu.com/p/c70ca3a02087" target=“blank”>Tutorial1</a>   <a href="https://www.cnblogs.com/specter45/p/github.html" target=“blank”>Tutorial2</a>   <a href="https://gitee.com/all-about-git" target=“blank”>All about Git</a>
</p>
</li>
<li><p><a href="https://molunerfinn.com/PicGo/" target=“blank”>PicGo</a>. A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder.
</p>
</li>
<li><p><a href="https://www.bandisoft.com/bandizip/" target=“blank”>Bandizip</a>. Free zip, 7z, unzip, unrar Archiver.
</p>
</li>
<li><p><a href="https://www.teamviewer.cn/cn/" target=“blank”>Teamviewer</a>. The Remote Desktop Software.
</p>
</li>
<li><p><a href="https://ww2.mathworks.cn/products/matlab.html" target=“blank”>MATLAB</a>, is the easiest and most productive software environment for engineers and scientists.
</p>
</li>
<li><p><a href="https://www.luochenzhimu.com/archives/5045.html" target=“blank”>Microsoft Office</a>, is a family of client software, server software, and services developed by Microsoft.
</p>
</li>
<li><p><a href="https://www.huorong.cn/person5.html" target=“blank”>huorong</a>. Block ads, clean up trash, and more.
</p>
</li>
<li><p><a href="https://www.listary.com/" target=“blank”>Listary</a>. File Search & App Launcher.
</p>
</li>
<li><p><a href="https://pandoc.org/" target=“blank”>Pandoc</a>. A universal document converter. <a href="https://pandoc.org/try/" target=“blank”>Try pandoc!</a>
</p>
</li>
</ul>
<h2>Computer skills <a name="Computer skills"></a>
</h2>
<p>
</p>
<ul>
<li><p><a href="https://tools.shuax.com/chrome/" target=“blank”>Download Chrome</a>. The installation package here is from the official Google without update module.
</p>
</li>
<li><p><a href="https://zhitu.isux.us/" target=“blank”>zhitu</a>   <a href="https://tiomg.org/compress-image" target=“blank”>tiomg</a>   <a href="https://www.picdiet.com/zh-cn" target=“blank”>picdiet</a>   <a href="https://tinypng.com/" target=“blank”>tinypng</a>   <a href="https://www.websiteplanet.com/webtools/imagecompressor/" target=“blank”>imagecompressor</a>  <a href="https://www.gaitubao.com/" target=“blank”>gaitubao</a>. Some website for image processing.
</p>
</li>
<li><p><a href="https://www.remove.bg/" target=“blank”>removebg</a>. Remove Image Background, 100% Automatically and Free.
</p>
</li>
<li><p><a href="https://www.brandcrowd.com/maker" target=“blank”>BrandCrowd</a>. Make a beautiful logo in seconds.
</p>
</li>
<li><p><a href="https://www.luochenzhimu.com/" target=“blank”>luochenzhimu</a>   <a href="http://www.dayanzai.me/" target=“blank”>dayanzai</a>. Chinese website for downloading software.
</p>
</li>
<li><p><a href="http://www.yishimei.cn/network/319.html" target=“blank”>MicroKMS</a>. A tool for activating Windows and office.
</p>
</li>
<li><p><a href="https://zhimap.com/auth" target=“blank”>ZhiMap</a>. A Chinese website for mind maps that can insert mathematical formulas.
</p>
</li>
<li><p><a href="http://xzc.cn/" target=“blank”>xzc</a>. Used to collect files from multiple people, and the files will be saved in your network disk.
</p>
</li>
<li><p><a href="https://smallpdf.com/" target=“blank”>smallpdf</a>. All-in-one easy-to-use online PDF tools.
</p>
</li>
<li><p><a href="http://www.jonathanleroux.org/software/iguanatex/" target=“blank”>IguanaTex</a>. A Free LaTeX Add-In for PowerPoint on Windows.
</p>
</li>
<li><p><a href="https://services.nexodyne.com/email/" target=“blank”>E-Mail Icon Generator</a>. For GMail, Hotmail, and many more! <a href="http://tools.jb51.net/email/emaillogo" target=“blank”>Chinese version</a>
</p>
</li>
</ul>
<h2>Useful websites <a name="Useful websites"></a>
</h2>
<ul>
<li><p><a href="https://www.quora.com/" target=“blank”>Quora</a>, is a place to gain and share knowledge. It's a platform to ask questions and connect with people who contribute unique insights and quality answers.   <a href="https://www.quora.com/Which-extension-is-the-best-for-using-VPN-in-browser" target=“blank”>example</a>
</p>
</li>
</ul>
</td>
</tr>
</table>
</body>
</html>