-
Notifications
You must be signed in to change notification settings - Fork 6
/
resources.html
378 lines (326 loc) · 22.4 KB
/
resources.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
<!-- <!DOCTYPE html> -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>The UBC Chemical and Biological Engineering Undergraduate Student Council - Resources</title>
<meta name="description" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- FontAwesome -->
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<!-- Animation -->
<link rel="stylesheet" href="css/animate.css" />
<!-- Main color style -->
<link rel="stylesheet" href="css/red.css"/>
<!-- Template styles-->
<link rel="stylesheet" href="css/custom.css" />
<!-- Responsive -->
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="css/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Lato:400,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,500' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body data-spy="scroll" data-target=".navbar-fixed-top">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header id="section_header" class="navbar-fixed-top main-nav" role="banner">
<div class="container">
<!-- <div class="row"> -->
<div class="navbar-header ">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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/logo2.png" alt="">
</a>
</div><!--Navbar header End-->
<nav class="collapse navbar-collapse navigation" id="bs-example-navbar-collapse-1" role="navigation">
<ul class="nav navbar-nav navbar-right ">
<li><a href="index.html" >Home</a></li>
<li><a href="team.html" >Team</a> </li>
<li><a href="events.html" >Events</a> </li>
<li class="active"><a href="resources.html" >Resources</a> </li>
<li><a href="merchandise.html" >Merchandise</a> </li>
<li><a href="election.html" >Elections</a> </li>
<li><a href="resources.html#newsletter">Newsletter</a></li>
</ul>
</nav>
</div><!-- /.container-fluid -->
</header>
<!-- Service Area start -->
<section id="service">
<div id="wrapper">
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="#">
<b>Resources and FAQ</b>
</a>
</li>
<li>
<a href="#academics">Academic Issues</a>
</li>
<li>
<a href="#prospective">Prospective/Transfer Students</a>
</li>
<li>
<a href="#development">Professional Development</a>
</li>
<li>
<a href="#research">Undergraduate Research</a>
</li>
<li>
<a href="#council">Getting Involved</a>
</li>
<li>
<a href="#newsletter">CHBE Club Newsletters</a>
</li>
<br>
<li>
<a href="./docs/StudentHandbook2014.pdf">CHBE Student Handbook [PDF]</a>
</li>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="col-md-12 col-sm-12 col-xs-12">
<!-- New section -->
<div class="row team-row">
<a class="row-anchor" id="academics"></a>
<h1>Academics</h1>
<hr>
<h4>How can I get my exam schedule changed?</h4>
<p>In general, you cant unless you have <b>exam clashes</b> or <b>exam hardships</b> as defined by <a href="http://students.ubc.ca/enrolment/exams/exam-policies" target="_blank">UBC's exam policies</a>. However, your course instructors may make alternative arrangements for you on a case-by-case basis if you discuss your situation with them.</p>
<br>
<h4>Can I switch between the Process and the Biological option?</h4>
<p>Yes, talk to Lori in the CHBE main office.</p>
<br>
<h4>Where do I hand in my assignments?</h4>
<p>Assignment hand-in boxers are located outside of the CHBE Main Office, Room 218. Assignments are due at <code>4:30 PM</code> unless otherwise specified by the course instructor. All assignments are time-stamped.</p>
<br>
<h4>Can I get a make-up exam because I'm sick/missed it/slept in etc?</h4>
<p>It depends on your instructor. Talk to them <b>as soon as possible</b>.</p>
<br>
<h4>I have some issues/opinions/complaints/remarks about my courses.</h4>
<p>The responsibilities of the academic reps is to communicate student feedback about CHBE courses and curriculum to the faculty. Students who wish to give feedback about their courses can do so using the following methods:</p>
<li>Feedback sessions known as "Beef and Pizza" held twice per term. Students can give positive or constructive feedback on their courses.</li>
<li>Anonymous surveys in conjunction with the "Beef and Pizza" sessions can be filled out at: <a href="https://docs.google.com/forms/d/1_YYu2WaypiFdg3XfrmJ6vQcMP-co7sBC0G83veOqvbo/viewform" target="_blank">Feedback Survey</a></li>
<li>Email us directly at <a href="mailto:[email protected]">[email protected]</a> with the course name as the subject.</li>
</p>
<br>
<h4>Academic Misconduct</h4>
<p><b><a href="http://www.calendar.ubc.ca/vancouver/index.cfm?tree=3,54,111,959">http://www.calendar.ubc.ca/vancouver/index.cfm?tree=3,54,111,959</a></b><p>
<p>Students are responsible for informing themselves of the guidelines of acceptable and non-acceptable conduct for graded assignments established by their instructors for specific courses and of the examples of academic misconduct set out below. Academic misconduct that is subject to disciplinary measures includes, but is not limited to, engaging in, attempting to engage in, or assisting others to engage, in any of the actions described in the document.</p>
</div> <!-- Section end -->
<!-- New section -->
<div class="row team-row">
<a class="row-anchor" id="prospective"></a>
<h1>Prospective & Transfer Students</h1>
<hr>
<h4>What do I learn in CHBE?</h4>
<p>In CHBE you will learn to create and develop processes to change raw materials into the products that society depends on: food, chemicals, fuels, energy, metals, pharmaceuticals, paper, plastics, and personal care products.</p>
<p>Chemical and process engineers help to manage natural resources, protect the environment, control health and safety procedures, and recycle materials, while developing and managing the processes which make the products we use.
</p>
<p>
<code>Source: <a href="http://www.chbe.ubc.ca/about-us/why-chemical-engineering/">CHBE Department Website</a></code></p>
<br>
<h4>Is a <code>75</code>% GPA enough to enter CHBE?</h4>
<p>Currently an average of 75% is enough to enter CHBE. However the entrance GPA to CHBE fluctuates year to year depending on the interest in the department. For the latest information contact the CHBE Advisors.</p>
<br>
<h4>Where can I find the courses that I need for transferring?</h4>
<p>Student should talk to the following Advisors based on their year:</p>
<p>
<ul>
<li>Dr. Ezra Kwok (year 2) </li>
<li>Dr. Kevin Smith (Chem Eng years 3 and 4) </li>
<li>Louise Creagh (ChemBio Eng years 3 and 4)</li>
</ul>
</p>
<p>
Advisors are the first point of contact for students for any of a wide range of issues, including recommending course substitutions or equivalent credits to the Department. If issues are not resolved, students are referred by their advisor to either the Associate Head for Undergraduates, Dr. Gopaluni, or the Department Head, Dr. Englezos.
</p>
<br>
<h4>How can I specialize my degree beyond the typical standard timetable?</h4>
<p>Specialization is accomplished through technical electives offered in third and fourth year. The list of approved technical electives is intentionally broad to provide students with the flexibility to explore their interests. This includes courses focused on industry, such as specific industrial applications of a chemical engineering degree and the typical software utilized by industry, the environment, and more theory-based supplements to the curriculum.</p>
<p>Students take six credits technical electives and can elect to take a maximum of three of these credits outside the department.</p>
<p>The course listing can be found at <a href="http://www.chbe.ubc.ca/academics/undergraduate/course-listing/technical-electives/">Technical Electives and Complementary Courses</a>.</p>
<br>
<h4>Can I pursue a minor while working on a CHBE degree?</h4>
<p>Yes! CHBE students can pursue minors offered by the Faculty of Applied Science. This includes:</p>
<p>
<ul>
<li>Minor in Commerce</li>
<li>Minor in Arts (18 or 30 credits)</li>
<li>Minor in Honours Mathematics</li>
<li>Minor in Science <b>*New!*</b></li>
</ul>
</p>
<br>
</div> <!-- Section end -->
<!-- New section -->
<div class="row team-row">
<a class="row-anchor" id="development"></a>
<h1>Professional Development</h1>
<hr>
<h4>What are some CHBE-related student teams in UBC?</h4>
<ul>
<li>UBC Chem-E-Car</li>
<li>The Oil and Gas Initiative</li>
<li>CHBE Sustainability Club Biodiesel Project</li>
<li>BIOMOD</li>
<li>IGEM</li>
</ul>
<br>
<h4>Where can I get relevant work experience?</h4>
<p>You should consider joining the UBC Engineering Co-Op program. Pros and Cons. Networking Events. Industry Night.</p>
<br>
<h4>How do I get my P.Eng?</h4>
<p>To be eligible for the title of P.Eng you must be a member of APEGBC who has met the academic, work experience, good character, and professional practice exam requirements. Read this <a href="./docs/apegbcpresentation.pdf">document</a> for more information on P.Eng eligibility and the APEGBC Competency Tool.</p>
</div> <!-- Section end -->
<!-- New section -->
<div class="row team-row">
<a class="row-anchor" id="research"></a>
<h1>Undergraduate Research</h1>
<hr>
<h4>Coming soon...</h4>
<!-- <h4>How do I get involved in undergraduate research?</h4>
<p>Make sure to keep all page content within the <code>#page-content-wrapper</code>.</p>
<br>
<h4>What is an NSERC USRA and how do I apply?</h4>
<p>Make sure to keep all page content within the <code>#page-content-wrapper</code>.</p>
<br>
<h4>Where should I blah blah blah</h4>
<p>Make sure to keep all page content within the <code>#page-content-wrapper</code>.</p>
<br> -->
</div> <!-- Section end
<!-- New section -->
<div class="row team-row">
<a class="row-anchor" id="council"></a>
<h1>How do I get involved?</h1>
<hr>
<h4>How do I get involved with the CHBE undergraduate club as an executive or officer?</h4>
<p>CHBE Club executives are elected in Term 2 (April) during our annual election. All registered CHBE students are encouraged to vote. CHBE students away on a Co-Op term may vote online. Council officer positions are posted in early Term 1. Applications have closed for the 2015-2016 Term but we have still have a small number of open positions.</p>
<p><b>Current Openings:</b></p>
<hr>
<br>
<h4>I have some good ideas, how do I share them with the club?</h4>
<p>You may email any council member. Email addresses are on the "Team" page.</p>
<br>
<h4>How can I be part of the council?</h4>
<p>Elections for Executive positions are held annually during the month of March. Details will be posted soon. </p>
<p> In the meantime, if you wish to know more about a position, get in contact with the current executive member. Or even better, come to our Weekly Meeting on Tuesdays 6-7 pm in the Clubroom. As for Officer positions, get in contact with them directly. Their contact info are on the "Team" page.</p>
<br>
</div> <!-- Section end -->
<!-- New section -->
<div class="row team-row">
<div class= 'col-md-6 col-sm-6 col-xs-12'>
<a class="row-anchor" id="newsletter"></a>
<h1>CHBE Club Newsletters</h1>
<h1>This week: <a href="./newsletter/WEEK-16-Newsletter.pdf">March 7<sup>th</sup></a></h1>
<hr>
<h4>Download Past Newsletters (PDF):</h4>
<ul>
<li><a href="./newsletter/WEEK-15-Newsletter.pdf">February 27<sup>rd</sup></a></li>
<li><a href="./newsletter/WEEK-14-Newsletter.pdf">February 20<sup>th</sup></a></li>
<li><a href="./newsletter/WEEK-13-Newsletter.pdf">February 13<sup>rd</sup></a></li>
<li><a href="./newsletter/WEEK-12-Newsletter.pdf">February 6<sup>th</sup></a></li>
<li><a href="./newsletter/WEEK-11-Newsletter.pdf">January 30<sup>th</sup></a></li>
<li><a href="./newsletter/WEEK-10-Newsletter.pdf">January 23<sup>rd</sup></a></li>
<li><a href="./newsletter/WEEK-9-Newsletter.pdf">January 16<sup>th</sup></a></li>
<li><a href="./newsletter/November_21_2016.pdf">November 21<sup>th</sup> 2016</a></li>
<li><a href="./newsletter/November_14_2016.pdf">November 14<sup>th</sup> 2016</a></li>
<li><a href="./newsletter/November_7_2016.pdf">November 7<sup>th</sup></a></li>
<li><a href="./newsletter/October_31_2016.pdf">October 31<sup>st</sup> 2016</a></li>
<li><a href="./newsletter/October_24_2016.pdf">October 24<sup>th</sup> 2016</a></li>
<li><a href="./newsletter/october_10_2016.pdf">October 10<sup>th</sup> 2016</a></li>
<li><a href="./newsletter/october_3_2016.pdf">October 3<sup>rd</sup> 2016</a></li>
<li><a href="./newsletter/mar16.pdf">March 2016</a></li>
<li><a href="./newsletter/feb16.pdf">February 2016</a></li>
<li><a href="./newsletter/jan16.pdf">January 2016</a></li>
<li><a href="./newsletter/dec15.pdf">December 2015</a></li>
<li><a href="./newsletter/nov15.pdf">November 2015</a></li>
<li><a href="./newsletter/oct15.pdf">October 2015</a></li>
<li><a href="./newsletter/sep15.pdf">September 2015</a><li>
</ul>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<h1 >CHBE Club Mailing List</h1>
<p> Subscribe to our mailing list to get regular updates on CHBE events </p>
<!-- Begin MailChimp Signup Form -->
<link href="https://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<div id="mc_embed_signup">
<form action="https://chbecouncil.us12.list-manage.com/subscribe/post?u=577d27b4e7c31a2ea56a312b7&id=d4e8920e83" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<!-- <label for="mce-EMAIL">Enter your email:</label> -->
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Email Address" required>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_577d27b4e7c31a2ea56a312b7_d4e8920e83" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" style="background: #428bca; "></div>
</div>
</form>
</div> <!--End mc_embed_signup-->
</div>
</div> <!-- end of row team roww -->
</div> <!-- Section end -->
</div> <!-- # col end -->
</div>
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
</section>
<!-- Service Area End -->
<!-- Back To Top Button -->
<div id="back-top">
<a href="#slider_part" class="scroll" data-scroll>
<button class="btn btn-primary" title="Back to Top"><i class="fa fa-angle-up"></i></button>
</a>
</div>
<!-- End Back To Top Button -->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<!-- initialize jQuery Library -->
<!-- Main jquery -->
<script type="text/javascript" src="js/jquery.js"></script>
<!-- Bootstrap jQuery -->
<script src="js/bootstrap.min.js"></script>
<!-- SmoothScroll -->
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<!-- Scroll to top -->
<script type="text/javascript" src="js/jquery.scrollTo.js"></script>
<!-- Easing js -->
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<!-- Wow Animation -->
<script type="js/javascript" src="js/wow.min.js"></script>
<!-- Custom js -->
<script src="js/custom.js"></script>
<!-- Google analytics -->
<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-67856789-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>