-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
204 lines (193 loc) · 11.9 KB
/
resources.html
File metadata and controls
204 lines (193 loc) · 11.9 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Design by http://www.hotwebsitetemplates.net
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Research resources</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- CuFon: Enables smooth pretty custom font rendering. 100% SEO friendly. To disable, remove this section -->
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/droid_sans_400-droid_sans_700.font.js"></script>
<script type="text/javascript" src="js/cuf_run.js"></script>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/radius.js"></script>
<!-- CuFon ends -->
<!--Begin Google analytics tag-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38119110-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!--End Google analytics tag-->
</head>
<body>
<div class="main">
<!-- Begin header -->
<div class="header">
<div class="header_resize">
<div class="logo">
<h1><a href="index.html"><span>Michael</span>Gaultois<small>Life is but a dream...</small></a></h1>
</div>
<div class="menu_nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="resources.html">Resources</a></li>
</ul>
</div>
<div class="clr"></div>
<img src="images/hbg_img1.jpg" width="960" height="200" alt="image" class="hbg_img" />
<div class="clr"></div>
</div>
</div>
<!-- End header -->
<div class="content">
<div class="content_resize">
<div class="mainbar">
<div class="article">
<h2><span>Quality</span>Publications</h2>
<div class="clr"></div>
<p>Freeware programs for making beautiful figures and manuscripts for publication.</p>
<ul class="ex_menu">
<li><a href="http://sourceforge.net/projects/qtgrace/">QtGrace</a><br />Grace is a plotting framework used to make elegant figures for publication</li>
<li><a href="http://www.tug.org/protext/">ProTeXt</a><br />A TeX distribution for Windows.</li>
<li><a href="http://jabref.sourceforge.net/">JabRef</a><br />Open source reference manager.</li>
</ul>
</div>
<div class="article">
<h2><span>Desktop</span>Tools</h2>
<div class="clr"></div>
<p>Freeware programs for improving your productivity and managing your computer(s).</p>
<ul class="ex_menu">
<h3><strong>For your computer</a></strong></h3>
<li><a href="http://notepad-plus-plus.org/">Notepad++</a><br />Power-user text editor: Regular expressions, select columns, syntax highlighting, macro recording, ...</li>
<li><a href="http://www.launchy.net/">Launchy</a><br />
Make your start menu obselete: launch documents and programs quickly with a couple keystrokes.</li>
<li><a href="http://www.irfanview.com/">IrfanView graphic viewer</a><br /> Small footprint, fast, great compatibility, and batch processing.</li>
<li><a href="http://keepass.info/">KeePass Password Safe</a><br /> Great open-source password manager; reduce your online security vulnerabilities.</li>
<li><a href="http://www.advancedrenamer.com/">Advanced Renamer</a><br />
Intuitive batch rename utility that supports regular expressions, scripts, EXIF data, ID3 tags, and more.</li>
<li><a href="http://www.picpick.org/">PicPick tools</a><br />
Handy desktop tools: measure distances, angles, pick colours, take screenshots of specific windows.</li>
<li><a href="http://sourceforge.net/projects/tortoisesvn/">TortoiseSVN</a><br /> Subversion (SVN) client as a Windows shell extension; revision control made easy.</li>
<li><a href="http://www.dexpot.de/">Dexpot</a><br /> Virtual desktop environment for windows.</li>
<h3><strong>For your other computers</a></strong></h3>
<li><a href="http://www.teamviewer.com/en/index.aspx">TeamViewer</a><br />
Elegant remote desktop application; works from mobile devices and behind closed networks.</li>
<li><a href="http://www.vmware.com/products/player/">VMware Player</a><br />
Run virtual machines (e.g. Linux) within Windows.</li>
<li><a href="http://www.vmware.com/products/converter/">vCenter Converter</a><br />
Turn your old physical computer into a virtual machine.</li>
</ul>
</div>
<div class="article">
<h2><span>Crystallography</span>Visualization</h2><div class="clr"></div>
<p>Resources for analysis of data from powder X-ray diffraction (XRD) and visualization of crystal structures.</p>
<ul class="ex_menu">
<li><a href="http://jp-minerals.org/vesta/en/">VESTA</a><br />3-D visualization for crystal structures</li>
<li><a href="http://img.chem.ucl.ac.uk/sgp/large/sgp.htm">Space Group tables</a><br />High-resolution diagrams and tables</li>
<li><a href="http://www.cryst.ehu.es/">Bilbao crystallographic server</a><br /> Misc. tools and resources</li>
<li><a href="http://users.uoi.gr/nkourkou/powdll/">PowDLL Converter</a><br /> Quickly and easily convert between XRD data formats</li>
<li><a href="https://subversion.xor.aps.anl.gov/trac/pyGSAS">GSAS-II (PyGSAS)</a><br />Rietveld refinement of X-ray diffraction data</li>
<li><a href="http://www.ccp14.ac.uk/ccp/web-mirrors/powdcell/a_v/v_1/powder/e_cell.html">PowderCell (PCW)</a><br /> Phase analysis from powder XRD</li>
<li><a href="http://www.ccp14.ac.uk/ccp/web-mirrors/crush/astaff/holland/UnitCell.html">UnitCell</a><br /> Determine unit cell constants from known reflections</li>
<li><a href="http://www.fiz-karlsruhe.de/">ICSD</a> (subscription required)<br /> Inorganic Crystal Structure Database</li>
</ul>
</div>
<div class="article">
<h2><span>X-ray</span>Spectroscopy</h2>
<div class="clr"></div>
<p>Resources for X-ray spectroscopy.</p>
<ul class="ex_menu">
<li><a href="http://xdb.lbl.gov/">LNBL X-ray Data Booklet</a><br />
Don't leave home without it. Your 1-stop shop for elemental absorption emission energies.</li>
<li><a href="http://bruceravel.github.com/demeter/">Demeter</a><br />GUI for analysis of XANES and EXAFS</li>
<li><a href="http://srdata.nist.gov/xps/main_search_menu.aspx">NIST XPS database</a><br />Reference data for core-line binding energies</li>
</ul>
</div>
<div class="article">
<h2><span>Reference</span>Tables</h2><div class="clr"></div>
<p>Resources for physical properties and other useful data.</p>
<ul class="ex_menu">
<li><a href="http://www.nist.gov/pml/data/index.cfm">NIST physical reference data</a><br />The final word on everything</li>
<li><a href="http://www.knovel.com/web/portal/basic_search/display?_EXT_KNOVEL_DISPLAY_bookid=761">Knovel critical tables</a><br />Chemical reference data</li>
<li><a href="http://www.doitpoms.ac.uk/tlplib/ellingham_diagrams/interactive.php">Interactive Ellingham diagrams</a><br />Will it reduce? Generate Ellingham diagrams for any element</li>
<li><a href="http://www.sigmaaldrich.com/chemistry/stockroom-reagents/learning-center/technical-library/particle-size-conversion.html">Particle size conversion</a><br />Mesh size, particle size</li>
</ul>
</div>
</div>
<div class="sidebar">
<!--<div class="searchform">
<form id="formsearch" name="formsearch" method="post" action="">
<span><input name="editbox_search" class="editbox_search" id="editbox_search" maxlength="80" value="Search our site:" type="text" /></span>
<input name="button_search" src="images/search_btn.gif" class="button_search" type="image" />
</form>
</div>-->
<div class="gadget">
<h2 class="star"><span>Navigation</span></h2><div class="clr"></div>
<ul class="sb_menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</div>
<!-- UCSB resources
<div class="gadget">
<h2 class="star"><span>UCSB resources</span></h2><div class="clr"></div>
<ul class="ex_menu">
<li><a href="http://lab.mrl.ucsb.edu/signup/">MRL XRD schedule</a><br />Sign up for XRD use</li>
<li><a href="http://www.cnsi.ucsb.edu/events/">CNSI seminars</a><br />Amazing science, speakers, and food</li>
<li><a href="http://aw.id.ucsb.edu/logos/index.html">UCSB logos</a><br />For publications and presentations</li>
<li><a href="http://earth.geog.ucsb.edu/icm/">UCSB campus map</a><br />Interactive version with course locator</li>
<li><a href="http://www.chem.ucsb.edu/">UCSB Department of Chemistry</a><br />and Biochemistry...</li>
<li><a href="http://my.sa.ucsb.edu/home/index.aspx">UCSB start page</a><br />Student electronic resources in one spot</li>
</ul>
</div> -->
</div>
<div class="clr"></div>
</div>
</div>
<!-- Begin footer-->
<div class="fbg">
<div class="fbg_resize">
<div class="col c1">
<h2><span>On the web</span></h2>
<a href="http://www.facebook.com/mgaultois"><img src="images/facebook128.png" width="64" height="64" alt="pix" /></a>
<a href="http://www.linkedin.com/in/mgaultois"><img src="images/linkedin128.png" width="64" height="64" alt="pix" /></a>
<a href="http://www.twitter.com/kaboomscience"><img src="images/twitter128.png" width="64" height="64" alt="pix" /></a>
<!-- <a href="http://www.grooveshark.com/listerite"><img src="images/grooveshark128.png" width="64" height="64" alt="pix" /></a> -->
</div>
<div class="col c2">
<h2><span>Who am I?</span></h2>
<p> I'm a big fan of cheese, M.C. Escher, and high fives, and working to develop tools to accelerate the discovery of new materials with properties that enable new technologies. Breaking out of the space of known materials to discover new materials with novel physics is an outstanding challenge, and my team is developing tools to systematically improve our methodology to accomplish this. </p>
</div>
<div class="col c3">
<h2><span>Contact</span></h2>
<p>Michael Gaultois<br />
Theme Lead in Inorganic Materials Discovery </p>
<p><a href="mailto:mgaultois [at] mrl.ucsb.edu">m.gaultois [at] liverpool.ac.uk</a></p>
<p>+1 42-42 SALMON</p>
<p>Materials Innovation Factory<br />
University of Liverpool<br />
51 Oxford Road, Liverpool, L7 3NY</p>
</div>
<div class="clr"></div>
</div>
</div>
<div class="footer">
<div class="footer_resize">
<p class="lf">© Copyright 2021 <a href="mailto:m.gaultois[at]liverpool.ac.uk"> Michael Gaultois</a>. <span>Have a <a href="http://youtu.be/Y6rE0EakhG8" title="Nutrigrain Ad">Great</a> day!</span></p>
<div class="clr"></div>
</div>
</div>
<!-- End footer-->
</div>
</body>
<</html>