-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
130 lines (125 loc) · 5.87 KB
/
contact.html
File metadata and controls
130 lines (125 loc) · 5.87 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="COMPRES Technology Office" />
<meta name="copyright" content="COMPRES Technology Office" />
<script type= "text/javascript">
var s = document.createElement('script');
s.type = 'text/javascript';
s.src = 'https:' == document.location.protocol ? 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js' : 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
s[(window.opera ? "innerHTML" : "text")] =
"MathJax.Hub.Config({" +
" config: ['MMLorHTML.js']," +
" jax: ['input/TeX','input/MathML','output/HTML-CSS','output/NativeMML']," +
" TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }," +
" extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']," +
" tex2jax: { " +
" inlineMath: [ ['$','$'] ], " +
" displayMath: [ ['$$','$$'] ]," +
" processEscapes: true }, " +
" 'HTML-CSS': { " +
" styles: { '.MathJax .mo, .MathJax .mi': {color: 'black ! important'}} " +
" } " +
"}); ";
(document.body || document.getElementsByTagName('head')[0]).appendChild(s);
</script>
<title>Contact Us · COMPTECH
</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./theme/css/comptech.css" media="screen">
<link rel="stylesheet" type="text/css" href="./theme/css/custom.css" media="screen">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-40018589-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>
</head>
<body>
<header>
<div class="logo-area">
<a href=".">
<span id="logo"></span>
</a>
<a href="http://compres.us">
<span id="secondary-logo"></span>
</a>
<abbr id="call-phone" title="Phone">Argonne, IL</abbr>
</div>
<nav class="navbar">
<div class="navbar-inner">
<div class="container">
<!-- mobile nav icon (hidden:CSS) -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
menu
</a>
<div class="nav-collapse">
<ul class="nav">
<li ><a href="/">Home</a></li>
<li ><a href="/news/">News</a></li>
<li ><a href="/facilities/">Facilities</a></li>
<li ><a href="/techs/">Techniques</a></li>
<li ><a href="/tools/">Tools</a></li>
<li ><a href="/advisory board/">Advisory Board</a></li>
<li class="active"><a href="/contact.html">Contact</a></li>
<li><form class="navbar-search" action="./search.html" onsubmit="return validateForm(this.elements['q'].value);"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input"></form></li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<section id="main">
<div class="body-text">
<div class="container-fluid">
<div class="row-fluid">
<article>
<div class="row-fluid">
<h1><a href="./contact.html"> Contact Us </a></h1>
<img align="right" src="./theme/img/jin2.jpg" width="300px" height="210px">
<img align="right" src="./theme/img/jin1.jpg" width="300px" height="210px">
<h1>Dr. Jin Zhang </h1>
<strong>(Former COMPTECH officer, now assistant professor at University of New Mexico)</strong></br>
<strong>COMPRES Technology Center</strong></br>
<ul>
<li><strong>Address</strong>:</li>
  700 S. Cass Ave, Bldg 434B</br>
  Argonne, IL 60439<br/>
<li><strong>Tel</strong>: +1 (630)-252-0441</li>
<li><strong>E-mail</strong>: <a class="reference external" href="mailto:jinzhang@unm.edu">jinzhang@unm.edu</a></br></li>
</br>
<Strong><a href="https://www.dropbox.com/s/8mdx54to8qk6ait/CV_JinZhang.pdf?dl=0"> Curriculum Vitae Download</a></Strong>
</ul>
</div>
</article>
</div>
</div>
</div>
</section>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<div class="span9 contact-info">
Address: 9700 S. Cass Ave, Bldg 434B, Argonne IL 60439 | Tel: (1) 630 252-0441
</div>
<div class="span3 contact-info">
Copyright © 2015 COMPRES
</div>
</div>
</div> </footer>
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
<script>
function validateForm(query)
{
return (query.length > 0);
}
</script>
</body>
</html>