-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
73 lines (64 loc) · 3.76 KB
/
Copy pathexperience.html
File metadata and controls
73 lines (64 loc) · 3.76 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
<!DOCTYPE html>
<html lang = "en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Experience </title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" type="image/png" href="newfavicon.png">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="myscripts.js"> </script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a class = "navbar-brand" href="#">
<img alt="Brand" src="brand.png">
</a>
</li>
<li class = "navbar-brand"> Brandon Ng </li>
<li><a href="index.html">Home </a></li>
<li><a href="education.html">Education </a></li>
<li class="active"><a href="experience.html">Experience <span class="sr-only">(current)</span></a></li>
<li><a href="extra.html">Extracurriculars </a></li>
<li><a href="projects.html">Projects </a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class ="container" style="padding-top: 75px">
<div class = "row">
<div class = "text-center">
<img src="pcb.PNG" alt="pcb.PNG" class="img-circle" width=300 height=300>
</div>
</div>
<div class = "row">
<h2 class = "text-center"> Lab Assistant - Boston University Miniature Satellite Research Lab </h2>
<div class = "well">
<p class = "text-center"> Over the past summer, I worked full time as a research assistant for ANDESITE, the Boston University Miniature Satellite Research Lab. I am currently conducting research with the team as we are scheduled to launch our CubeSat in November 2017. We are working towards manufacturing a 6U mini-satellite, the mule, that will eject eight, smaller pico-satlellites, called toasts, once in orbit. Each pico-satellite is equiped with a magnetometer and radio, so that they may relay the data collected from the magnetometers back to the mule. The objective of our mission is to measure the fluctuations in the magnetic fields surrounding the Aurora Borealis. The data collected could potentially lead to new studies and research in space weather. </p>
<p class = "text-center"> My role in ANDESITE is to ensure that the pico-satellites will be able to survive the lifetime of the mission in terms of power. I have been working on the PCBs that will comprise the interior and exterior of the eight toasts. Each individual toast has two Solar Panel Boards that will gather energy from the sun's rays while in orbit and one Sensor Node Board that contains the communication network, magnetometer, and power supply of the toast. </p>
</div>
</div>
</div>
<div>
<footer>
<strong><p> Created by: Brandon Ng </p></strong>
<address>
<strong>Email Contact</strong>
<br>
<a href="mailto:#">ngb@bu.edu</a>
</address>
</footer>
</div>
</body>
</html>