...
|
...
|
@@ -102,7 +102,7 @@ position("Washington University in Saint Louis","Saint Louis, MO","Bachelor of S
|
102
|
102
|
<ul>
|
103
|
103
|
<li><span style="font-weight: bold">Honors:</span> J. Alan and Marcia K. Ritter Scholar.</li>
|
104
|
104
|
<li><span style="font-weight: bold">Relevant Coursework:</span> Operations Research, Stochastic Models, Signals Analysis.</li>
|
105
|
|
-<li><span style="font-weight: bold">Senior Project:</span> Analysis of Aisle411 Usage Data <span style="font-style:italic">(In Progress)</span></li>
|
|
105
|
+<li><span style="font-weight: bold">Senior Project:</span> Analysis of Aisle411 Usage Data <span style="font-style:italic">(In Progress)</span></li>
|
106
|
106
|
</ul>');
|
107
|
107
|
position("Case Western Reserve University","Cleveland, OH","Organic chemistry lecture and laboratory","6/10-8/10","");
|
108
|
108
|
|
...
|
...
|
@@ -180,8 +180,8 @@ function position($company,$city,$job,$dates,$blob) {
|
180
|
180
|
</div> <!-- end row-->
|
181
|
181
|
|
182
|
182
|
<div class="row">
|
183
|
|
- <div class="span6"><h4>'.$job.'</h4></div>
|
184
|
|
- <div class="span6"><h4 class="pull-right">'.$dates.'</h4></div>
|
|
183
|
+ <div class="span6"><span style="font-style:italic">'.$job.'</span></div>
|
|
184
|
+ <div class="span6"><span style="font-style:italic">" class="pull-right">'.$dates.'</span></div>
|
185
|
185
|
</div> <!-- end row-->
|
186
|
186
|
';
|
187
|
187
|
if (!empty($blob)) {
|