-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
87 lines (65 loc) · 4.04 KB
/
experience.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>B-schoen.GitHub.io by b-schoen</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Bronson Schoen</h1>
<p></p>
<p class="view"><a href="experience.html">Experience</a></p>
<p class="view"><a href="index.html">Projects</a></p>
<!--<p class="view"><a href="Bronson_Schoen_Resume.pdf">Resume</a></p>-->
<p class="view">Experiments, experience, etc.</p>
<p class="view"><i><font size="-1">[email protected]</font></i></p>
</header>
<section>
<h1>Work</h1>
<br></br>
<h2>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rapid Prototype / Software Engineer Intern</h2>
<p>Worked with the Rapid Prototyping Team at <a href="http://appliedminds.com">Applied Minds</a> to build software for a range of large scale projects. Forced a wide variety of sensors to cooperate for prototypes written in Python and C++. Built software to operate the ludicrously extreme <a href="http://kiravan.net/">KiraVan</a>.</p>
<img src="http://kiravan.net/wp-content/uploads/2014/04/kiravan-annotated.jpg" alt="Kiravan Exterior" style="width:450px;height:350px;">
<br></br>
<img src="http://kiravan.net/wp-content/uploads/2014/04/kiravan-annotatedcabin.jpg" alt="Kiravan Interior" style="width:450px;height:350px;">
<br></br>
<br></br>
<h2>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Mission Operations and Earth Station Lead</h2>
<p>Leading the OPS and Earth Station teams for the <a href="http://elfin.igpp.ucla.edu">ELFIN</a> satellite, UCLA’s first microsatellite, designed and built by undergraduates. Currently developing flight procedures and software design for ground based operations, as well as designing and constructing the ground station. <a href="protoPlanner.html">Software we write (example)</a> or use: </p>
<img src="images/elfin_2.png" alt="ELFIN 3" style="width:550px;height:328px;">
<video width="500" height="400" controls autoplay muted loop>
<source src="videos/ground_station_timelapse.mp4" type="video/mp4">
</video>
<h2>
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span class="octicon octicon-link"></span></a>Software Developer</h2>
<p>Built the commanding and telemetry processing portions of the ground station software for the <a href="http://ulcape.org/">Cajun Advanced Picosatellite Experiment</a>. Designed a breathtaking (by scientific software tool standards) GUI using Visual C#. Download can be found <a href="http://ulcape.org/cape-2-ground-station-software-lite-edition/">here</a>.</p>
<img src="images/CAPE_gui.png" alt="CAPE GUI" style="width:454px;height:328px;">
<br></br>
<img src="http://ulcape.org/wp-content/uploads/2011/02/1082104_10151846898247174_1778332549_n.jpg" alt="CAPE Satellite" style="width:454px;height:300px;">
<br></br>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.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-72792175-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>