Skip to content

Commit 2533b98

Browse files
committed
Update since no longer a student
1 parent 1e2c8da commit 2533b98

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

index.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 id="project_tagline"></h2>
4545
<section id="main_content" class="inner">
4646
<p style="font-size:larger">
4747
I am <a id="me">Michael Bean</a>. I officially work as a <a id="engineer">software engineer</a>, but that's not all of me. I actively <a id="contrib">contribute code</a> to the open source community, <a id="research">conduct research</a>, and
48-
<a id="solve">solve problems</a>. As a <a id="ling">linguistic</a> grad student at <a id="BYU">BYU</a>, I <a id="publish">publish</a>. In the process, I gather helpful <a id="NLP">NLP tools</a>. I do lots of smaller projects <a id="fun">just for fun</a>.
48+
<a id="solve">solve problems</a>. Sometimes I <a id="publish">publish</a>. In the process, I gather helpful <a id="NLP">NLP tools</a>. I do lots of smaller projects <a id="fun">just for fun</a>.
4949
<!-- I am a <a id="mormon">Mormon</a>. -->
5050
Occasionally, I have time to <a id="muse">muse/blog</a>. That just about <a id="all">covers it</a>.</p>
5151

@@ -81,6 +81,10 @@ <h4>Me and Mine</h4>
8181
<li><a href="SCI-Talk.git/" class="contrib mormon engineer ling">Random Talk</a> (may soon be available in the google chrome store for free). Displays a random LDS conference talk. Great for those moments when you need a modern spiritual pick-me-up!
8282
(Retry page if you get an error)</li>
8383
<li><a href="http://bean5.github.io/tree-extension/" class="solve fun">Random Tree Drawer</a> Generates a random tree every time you visit. You can watch it build the branches as it goes! Great reminder to do some family history research.</li>
84+
85+
<li><a href="http://linguistics.byu.edu/thesisdata/relrec.html" class="research publish solve NLP">RelRec code</a></li>
86+
<li><a href="research/etd8982.pdf" class="research publish solve NLP">RelRec thesis document, A Framework for Evaluating Recommender Systems</a></li>
87+
8488
<li><a href="http://bean5.github.io/romanNumeralToDecimalConverter/">Roman Numeral Converter</a>: converts to decimal; built using regular expressions, which was a novel and adaptable approach I hadn't considered before this project.</li>
8589

8690
<li><a href="http://bean5.github.io/AlliterationLocator/" class="contrib ling solve">Simple Orthographic Alliteration Locator</a></li>
@@ -172,14 +176,18 @@ <h5>At my current job:</h5>
172176
}, {
173177
title: 'Tickets tested for quality assurance',
174178
count: 576
175-
},
176-
// {title: 'Lines of code written', count: 'a lot...'},
177-
{
178-
title: 'Test harnesses modernized, made more robust, etc.',
179+
// }, {
180+
// title: 'Lines of code written',
181+
// count: 'enough to get the job done'
182+
}, {
183+
title: 'Test harnesses modernized and made more robust',
179184
count: 2
180185
}, {
181-
title: 'Core code bases contributed to',
186+
title: 'Test harnesses created',
182187
count: 2
188+
}, {
189+
title: 'Core code bases contributed to',
190+
count: 5
183191
}, {
184192
title: 'Third-party tickets created',
185193
count: '7+ (adobe, JIRA, <a href="https://github.com/chocolatey/choco">choco</a>, <a href="https://github.com/mshang/syntree">syntree</a>, <a href="https://habitica.com/">habitica.com</a>, <a href="https://github.com/hipchat/hipchat-rb">hipchat-rb</a>)'
@@ -188,13 +196,13 @@ <h5>At my current job:</h5>
188196
count: 4
189197
}, {
190198
title: 'Users of my chrome extensions',
191-
count: 170
199+
count: 100
192200
}, {
193201
title: 'Time saved at work because of a project I spearheaded',
194202
count: 'countless'
195203
}, {
196-
title: 'Number of domains/websites enhanced by my chrome extensions',
197-
count: '7+ (not counting local/test sites)'
204+
title: 'Number of <i>production</i> domains/websites enhanced by my chrome extensions',
205+
count: '8+'
198206
},
199207
];
200208
numbers.reverse();

research/etd8982.pdf

383 KB
Binary file not shown.

0 commit comments

Comments
 (0)