forked from ubcchemecar/ubcchemecar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.html
215 lines (199 loc) · 10.1 KB
/
references.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="UBC Chem-E-Car is funded by various organizations and we would like to thank them for their kind support and various contributions, without which this project would not have been possible.">
<!-- <meta name="author" content=""> -->
<title>References | UBC Chem-E-Car</title>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/chemecar.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
</head><!--/head-->
<body>
<header id="header">
<nav class="navbar " role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/common/logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li class="active"><a href="sponsors.html">Sponsors</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li><li><a href="http://blog.ubcchemecar.com">Blog</a></li>
</ul>
</div>
</div><!--/.container-->
</nav><!--/nav-->
</header><!--/header-->
<section id="feature" class="transparent-bg">
<div class="container">
<div class="pull-left">
<h1 class="admin">Projects</h1>
<p class="lead">Information on our past Chem-E-Cars and other technical resources</p>
</div>
</div>
<div class="container">
<div class="row sponsor-block">
<div class="col-lg-3 hidden-xs">
<h2>Contents</h2>
<ol>
<li><a href="#oldcars">Previous Cars</a></li>
<li><a href="#battery">Batteries and Electrochemistry</a></li>
<li><a href="#mechanical">Mechanical</a></li>
<li><a href="#chemistry">Chemistry</a></li>
<li><a href="#brand">Brand Assets</a></li>
<li><a href="#website">Web Development</a></li>
</ol>
</div>
<div class="col-lg-9 col-xs-12">
<div id="oldcars">
<h2>Previous Cars</h2>
<ol>
<li><a href="alumni.html">2008</a> - Hydrogen Fuel Cell/Zinc-Air Car</li>
<li><a href="alumni.html">2009</a> - Full House</li>
<li><a href="https://ubcchemecar.wordpress.com/2013-project-dehydrated-water/">2013</a> - Dehydrated Water Mobile</li>
<li><a href="https://ubcchemecar.wordpress.com/2014-project-plastic-metals/">2014</a> - Plastic Metals</li>
</ol>
<hr>
</div>
<div id="website">
<h2>Website</h2>
<p>New members: If you're interested in web development, complete the following steps.</p>
<ol>
<li><a href="https://github.com/join">Sign up</a> for a GitHub account</li>
<li><a href="https://confluence.atlassian.com/bitbucket/set-up-git-744723531.html">Setup Git</a> on your machine.</li>
<li>Read the <a href="https://www.learnenough.com/git-tutorial">Learn Enough Git tutorial</a> and understand the basics. You may also want to read their Command Line tutorial and Text Editor tutorial if you're unfamiliar with those tools.</li>
<li>Email <b>[email protected]</b> for further instructions once you feel comfortable with the basics.</li>
</ol>
<h3>Beginners, start here!</h3>
<ul>
<li><a href="http://www.yourhtmlsource.com/starthere/whatishtml.html">Find out what is HTML</a></li>
<li><a href="https://www.learnenough.com/command-line-tutorial">Learn Enough Command Line To Be Dangerous</a></li>
<li><a href="http://html.net/tutorials/css/lesson1.php">Find out what is CSS</a></li>
</ul>
<h3>The Bootstrap framework</h3>
<ul>
<li><a href="http://www.sitepoint.com/twitter-bootstrap-tutorial-handling-complex-designs/">Introduction to Bootstrap</a></li>
<li><a href="https://www.youtube.com/watch?v=no-Ntkc836w">Excellent 15-minute YouTube tutorial on Bootstrap</a></li>
</ul>
<h3>Git</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=0fKg7e37bQE">What the heck is Github?</a></li>
<li><a href="https://www.learnenough.com/git-tutorial">Learn Enough Git To Be Dangerous</a></li>
</ul>
<hr>
</div>
<div id="mechanical">
<h2>Mechanical</h2>
<h3><b>Install Solidworks</b></h3>
<ol>
<li><a href="./assets/docs/2xclient.pdf">2X Client (CHBE account required)</a></li>
<li><a href="http://projectlab.engphys.ubc.ca/wp-content/uploads/solidworks-student-access-2015.pdf">Student Access License</a> provided by the <a href="http://projectlab.engphys.ubc.ca/baen580b-2015/">UBC Engineering Physics Project Lab.</a> Note: License compatible only with Solidworks 2014</li>
</ol>
<hr>
</div>
<div id="brand">
<h2>Branding</h2>
<h3>Notes</h3>
<ol>
<li>It's <b>UBC Chem-E-Car</b>, with 2 dashses.
<p><b><code>Incorrect</code></b>: ChemECar, Chem-E Car, Chem E Car, Chem E-Car.</p></li>
</ol>
<h3>Assets</h3>
<ol>
</ol>
<hr>
</div>
</div>
</div>
<hr>
</div>
</section><!--/#feature-->
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-offset-2 col-sm-2">
<ul>
<p class="lead"> Organization </p>
<li><a href="team.html">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul>
<p class="lead"> Recruitment </p>
<li><a href="joinus.html">Join Us</a></li>
<li><a href="alumni.html">Alumni</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul>
<p class="lead"> Resources </p>
<li><a href="projects.html">Projects</a></li>
<li><a target="_blank" href="http://www.github.com/ubcchemecar">GitHub</a></li>
<li><a target="_blank" href="http://www.aiche.org/community/students/chem-e-car">AIChE Chem-E-Car</a></li>
<li><a target="_blank" href="http://chbe.ubc.ca">UBC CHBE</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul>
<p class="lead"> News </p>
<li><a target="_blank" href="http://blog.ubcchemecar.com">Blog</a></li>
<li><a target="_blank" href="http://www.facebook.com/ubcchemecar">Facebook</a></li>
<li><a target="_blank" href="http://instagram.com/ubcchemecar/">Instagram</a></li>
<li><a target="_blank" href="http://twitter.com/ubcchemecar">Twitter</a></li>
</ul>
</div>
</div>
<div class="row logoEnd">
<div class="center">
<p><a href="index.html"><img width="200px" src="images/common/logo-white.png" title="UBC Chem-E-Car" alt="UBC Chem-E-Car"></a></p>
<p>© 2016 <a target="_blank" href="http://www.ubcchemecar.com/" title="UBC Chem-E-Car">UBC Chem-E-Car Engineering Design Team</a></p>
<p>Contact: <a href="mailto:[email protected]">[email protected]</a></p>
<ul class="footer-social">
<li><a href="https://www.facebook.com/UbcChemECar"><i class="fa fa-2x fa-inverse fa-facebook-square"></i></a></li>
<li><a href="https://instagram.com/ubcchemecar"><i class="fa fa-2x fa-inverse fa-instagram"></i></a> </li>
<li><a href="https://twitter.com/ubcchemecar"><i class="fa fa-2x fa-inverse fa-twitter-square"></i></a></li>
<li><a href="https://github.com/ubcchemecar/"><i class="fa fa-2x fa-inverse fa-github-square"></i></a></li>
</ul>
</div>
</div>
</div>
</footer><!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
<script src="js/wow.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63367875-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>