Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bean5 committed Apr 27, 2024
1 parent 682cd7d commit f2846db
Show file tree
Hide file tree
Showing 12 changed files with 101 additions and 229 deletions.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

9 changes: 5 additions & 4 deletions LDS-GCC-talk-topics/TalkTopicIndex.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<script>
window.location = '../lds-talks-by-topic/';
</script>
</html>
<script>
window.location = '../nlp-topic-explorer/';
</script>

</html>
1 change: 0 additions & 1 deletion byu-testing-center-line.git
Submodule byu-testing-center-line.git deleted from 685afb
1 change: 0 additions & 1 deletion byu-webcams.git
Submodule byu-webcams.git deleted from a11037
20 changes: 11 additions & 9 deletions cover-04-08.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,15 @@ <h4>Me and Mine</h4>
<!---<li><a href="https://github.com/bean5/bitbucketTricks" class="engineer solve contrib fun">BitBucketTricks</a> (enhances the <a href="https://bitbucket.org/">BitBucket</a> Experience with code custom code sniffing and much more)</li>--->
<!-- <li><a href="" class="publish research solve">Aligning Religious Texts (coming soon)</a></li> -->
<li><a href="https://bitcoin.org/en/" class="crypto">Bitcoin</a></li>
<li><a href="byu-testing-center-line.git/" class="BYU engineer contrib">BYU Testing Center
<li><a href="extension-byu-testing-center-line/" class="BYU engineer contrib">BYU Testing Center
Project</a> (also available in the google chrome store for free)
<br />
</li>
<li><a href="byu-webcams.git/" class="contrib engineer BYU">BYU Webcams Project</a> (also available in the
<li><a href="extension-byu-webcams/" class="contrib engineer BYU">BYU Webcams Project</a> (also available in
the
google chrome store for free). Shows you the weather outside and inside. It also automatically updates!
</li>
<li><a href="machine-learning/food-classification/index.html" class="research publish solve">Food
<li><a href="ml-food-classifier/index.html" class="research publish solve">Food
Classification (machine learning)</a>: Ever wonder whether that particular "health food" is more like
<em>fast food?</em>
</li>
Expand All @@ -110,18 +111,18 @@ <h4>Me and Mine</h4>
of SlickQuiz I modified to build a light ham radio exam preparation tool. You can obtain the code at <a
class="fun" href="http://github.com/bean5/SlickQuizHamRadio.git/">SlickQuizHam.git</a>.</li>
<li><a class="contrib engineer sovle"></a>In-house scripts</li>
<li><a href="computationalLinguistics/haiku/index.html" class="research fun mormon">Haiku--Including some
<li><a href="nlp-haiku/index.html" class="research fun mormon">Haiku--Including some
from General Conference</a></li>
<li><a href="http://bean5.github.io/Java-Porter-Stemmer/" class="contrib">Java 7 Porter Stemmer</a></li>
<li><a href="http://bean5.github.io/nlp-porter-stemmer-java/" class="contrib">Java 7 Porter Stemmer</a></li>
<li><a href="https://keybase.io/bean5" class="crypto">Keybase.io/bean5</a></li>
<li><a href="lds-talks-by-topic/" class="NLP solve">Latent Dirichlet Allocation (LDA) Topic Browser (Custom
<li><a href="nlp-topic-explorer/" class="NLP solve">Latent Dirichlet Allocation (LDA) Topic Browser (Custom
Built)</a></li>
<!-- <li><a href="http://bean5.github.io/LaTeX-Project-Management" class="contrib solve">LaTeX Project Management Template</a> An ongoing LaTeX project that provides the core project management paperwork. This includes stakeholder tables and more. </li> -->
<!-- <li><a href="http://students.cs.byu.edu/~bean5/ling-utils/" class="NLP ling">Ling Utils Project</a>: My favorite linguistic utilities listed in one place. I have made local copies when possible so even if a webserver turns off, the utility is still available.</li> -->
<!-- <li><a href="transformation/before.html">Web Transformer</a> A step-by-step demonstration of the process through which a web page might undergo until it reaches web nirvana. Just keep clicking "Navigate to next" when you are ready to see what transformations remain.</li> -->
<!-- <li><a href="https://sites.google.com/site/beanmichael2/">My Online Portfolio</a></li> -->
<li><a href="http://bean5.github.io/learn_words/" class="research fun">Learn interesting words</a></li>
<li><a href="lds-talks-by-topic/" class="research ling mormon">LDS Talks by Topic</a></li>
<li><a href="nlp-topic-explorer/" class="research ling mormon">LDS Talks by Topic</a></li>
<li><a href="https://github.com/bean5?tab=repositories" class="contrib">My public github projects +
forks</a></li>
<li><a href="http://www.linkedin.com/in/beanmichael" class="me">http://www.linkedin.com/in/beanmichael</a>
Expand All @@ -132,7 +133,7 @@ <h4>Me and Mine</h4>
<!--<li><a href="blog/index.html?type=rel" class="mormon">My Blog: religion</a></li>-->
<li><span class="NLP research publish solve">Noisy Midi Music Recognition Using Genetic Alignment</span>
</li>
<li><a href="http://bean5.github.io/paraphraseDetector/"
<li><a href="http://bean5.github.io/nlp-paraphrase-detector/"
class="contrib publish research solve ling">Paraphrase Detection</a></li>
<!-- <li><a href="extension-random-sci-talk/" class="contrib mormon engineer ling">Random Talk</a> (deprecated)</li> -->
<!-- <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> -->
Expand All @@ -146,7 +147,8 @@ <h4>Me and Mine</h4>
to decimal; built using regular expressions, which was a novel and adaptable approach I hadn't considered
before this project.</li>

<li><a href="http://bean5.github.io/AlliterationLocator/" class="contrib ling solve">Simple Orthographic
<li><a href="http://bean5.github.io/nlp-alliteration-locator/" class="contrib ling solve">Simple
Orthographic
Alliteration Locator</a></li>

<li><a href="/research/CLDSGCT-LDA-ToT.pdf"
Expand Down
120 changes: 65 additions & 55 deletions github-projects.html
Original file line number Diff line number Diff line change
@@ -1,57 +1,67 @@
<!DOCTYPE html>
<html>
<!-- This file has been deprecated, for now. Nothing links to it, but I leave it here for historical reference. -->
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Bean5.github.io : " />

<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script type="text/javascript" src="javascript/ga.js"></script>

<title>Bean5.github.io</title>
</head>

<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<!-- <a id="forkme_banner" href="https://github.com/bean5">View on GitHub</a> -->

<h1 id="project_title">Bean5.github.io</h1>
<h2 id="project_tagline"></h2>
</header>
</div>

<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p style="font-size:larger">My name is Michael. Following are some of my recent projects available at Github. If you have any ideas for them, feel free to submit feedback through the corresponding documentation page.</p>

<h3>Github Projects</h3>
<ul>
<li><a href="http://bean5.github.io/byu-testing-center-line/">BYU Testing Center Line Conditions</a></li>
<li><a href="http://bean5.github.io/byu-webcams/">Several BYU webcams aggregated to one place</a></li>
<li><a href="http://bean5.github.io/tree-extension/">Random HTML 5 Tree on Canvas</a></li>
<li><a href="http://bean5.github.io/SCI-Talk/">Random SCI Talk</a>: talk provided by the scripture citation index (<a href="http://scriptures.byu.edu/">SCI</a>) </li>
<li><a href="http://bean5.github.io/Java-Porter-Stemmer/">Java 7 Porter Stemmer</a></li>
<li><a href="http://bean5.github.io/AlliterationLocator/">Simple Orthographic Alliteration Locator</a></li>
<li><a href="http://bean5.github.io/learn_words/">Learn interesting words</a></li>
<li><a href="http://bean5.github.io/LaTeX-Project-Management/">Project management templates in LaTex</a></li>
<li><a href="http://bean5.github.io/paraphraseDetector/">Paraphrase Detection</a></li>
<li><a href="http://bean5.github.io/SCI-Talk/">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! (Retry page if you get an error)</li>
<li><a href="http://bean5.github.io/tree-extension/">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>
<li><a href="http://bean5.github.io/LaTeX-Project-Management">LaTeX Project Management Template</a> An ongoing LaTeX project that provides the core project management paperwork. This includes stakeholder tables and more. </li>
</ul>
</section>
</div>

<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>

</body>
</html>
<!-- This file has been deprecated, for now. Nothing links to it, but I leave it here for historical reference. -->

<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Bean5.github.io : " />

<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script type="text/javascript" src="javascript/ga.js"></script>

<title>Bean5.github.io</title>
</head>

<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<!-- <a id="forkme_banner" href="https://github.com/bean5">View on GitHub</a> -->

<h1 id="project_title">Bean5.github.io</h1>
<h2 id="project_tagline"></h2>
</header>
</div>

<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p style="font-size:larger">My name is Michael. Following are some of my recent projects available at Github. If
you have any ideas for them, feel free to submit feedback through the corresponding documentation page.</p>

<h3>Github Projects</h3>
<ul>
<li><a href="http://bean5.github.io/byu-testing-center-line/">BYU Testing Center Line Conditions</a></li>
<li><a href="http://bean5.github.io/byu-webcams/">Several BYU webcams aggregated to one place</a></li>
<li><a href="http://bean5.github.io/tree-extension/">Random HTML 5 Tree on Canvas</a></li>
<li><a href="http://bean5.github.io/SCI-Talk/">Random SCI Talk</a>: talk provided by the scripture citation
index (<a href="http://scriptures.byu.edu/">SCI</a>) </li>
<li><a href="http://bean5.github.io/nlp-porter-stemmer-java/">Java 7 Porter Stemmer</a></li>
<li><a href="http://bean5.github.io/nlp-alliteration-locator/">Simple Orthographic Alliteration Locator</a></li>
<li><a href="http://bean5.github.io/learn_words/">Learn interesting words</a></li>
<li><a href="http://bean5.github.io/LaTeX-Project-Management/">Project management templates in LaTex</a></li>
<li><a href="http://bean5.github.io/nlp-paraphrase-detector/">Paraphrase Detection</a></li>
<li><a href="http://bean5.github.io/SCI-Talk/">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! (Retry page if you get an error)</li>
<li><a href="http://bean5.github.io/tree-extension/">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>
<li><a href="http://bean5.github.io/LaTeX-Project-Management">LaTeX Project Management Template</a> An ongoing
LaTeX project that provides the core project management paperwork. This includes stakeholder tables and more.
</li>
</ul>
</section>
</div>

<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>

</body>

</html>
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@ <h4>Me and Mine</h4>
<!---<li><a href="https://github.com/bean5/bitbucketTricks" class="engineer solve contrib fun">BitBucketTricks</a> (enhances the <a href="https://bitbucket.org/">BitBucket</a> Experience with code custom code sniffing and much more)</li>--->
<!-- <li><a href="" class="publish research solve">Aligning Religious Texts (coming soon)</a></li> -->
<li><a href="https://bitcoin.org/en/" class="crypto">Bitcoin</a></li>
<li><a href="byu-testing-center-line.git/" class="BYU engineer contrib">BYU Testing Center
<li><a href="extension-byu-testing-center-line/" class="BYU engineer contrib">BYU Testing Center
Project</a> (also available in the google chrome store for free)
<br />
</li>
<li><a href="byu-webcams.git/" class="contrib engineer BYU">BYU Webcams Project</a> (also available in the
<li><a href="extension-byu-webcams/" class="contrib engineer BYU">BYU Webcams Project</a> (also available in
the
google chrome store for free). Shows you the weather outside and inside. It also automatically updates!</li>
<li><a href="machine-learning/food-classification/index.html" class="research publish solve">Food
<li><a href="ml-food-classifier/index.html" class="research publish solve">Food
Classification (machine learning)</a>: Ever wonder whether that particular "health food" is more like
<em>fast food?</em>
</li>
Expand All @@ -101,16 +102,16 @@ <h4>Me and Mine</h4>
<li><a class="contrib engineer sovle"></a>In-house scripts</li>
<li><a href="nlp-haiku/index.html" class="research fun mormon">Haiku--Including some from
General Conference</a></li>
<li><a href="http://bean5.github.io/Java-Porter-Stemmer/" class="contrib">Java 7 Porter Stemmer</a></li>
<li><a href="http://bean5.github.io/nlp-porter-stemmer-java/" class="contrib">Java 7 Porter Stemmer</a></li>
<!-- <li><a href="https://keybase.io/bean5" class="crypto">Keybase.io/bean5</a></li> -->
<li><a href="lds-talks-by-topic/" class="NLP solve">Latent Dirichlet Allocation (LDA) Topic Browser (Custom
<li><a href="nlp-topic-explorer/" class="NLP solve">Latent Dirichlet Allocation (LDA) Topic Browser (Custom
Built)</a></li>
<!-- <li><a href="http://bean5.github.io/LaTeX-Project-Management" class="contrib solve">LaTeX Project Management Template</a> An ongoing LaTeX project that provides the core project management paperwork. This includes stakeholder tables and more. </li> -->
<!-- <li><a href="http://students.cs.byu.edu/~bean5/ling-utils/" class="NLP ling">Ling Utils Project</a>: My favorite linguistic utilities listed in one place. I have made local copies when possible so even if a webserver turns off, the utility is still available.</li> -->
<!-- <li><a href="transformation/before.html">Web Transformer</a> A step-by-step demonstration of the process through which a web page might undergo until it reaches web nirvana. Just keep clicking "Navigate to next" when you are ready to see what transformations remain.</li> -->
<!-- <li><a href="https://sites.google.com/site/beanmichael2/">My Online Portfolio</a></li> -->
<li><a href="http://bean5.github.io/learn_words/" class="research fun">Learn interesting words</a></li>
<li><a href="lds-talks-by-topic/" class="research ling mormon">LDS Talks by Topic</a></li>
<li><a href="nlp-topic-explorer/" class="research ling mormon">LDS Talks by Topic</a></li>
<li><a href="https://github.com/bean5?tab=repositories" class="contrib">My public github projects + forks</a>
</li>
<li><a href="http://www.linkedin.com/in/beanmichael" class="me">http://www.linkedin.com/in/beanmichael</a>
Expand All @@ -120,7 +121,7 @@ <h4>Me and Mine</h4>
<li><a href="blog/index.html?type=ling" class="ling">My Blog: linguistics</a></li>
<!--<li><a href="blog/index.html?type=rel" class="mormon">My Blog: religion</a></li>-->
<li><span class="NLP research publish solve">Noisy Midi Music Recognition Using Genetic Alignment</span></li>
<li><a href="http://bean5.github.io/paraphraseDetector/"
<li><a href="http://bean5.github.io/nlp-paraphrase-detector/"
class="contrib publish research solve ling">Paraphrase Detection</a></li>
<!-- <li><a href="extension-random-sci-talk/" class="contrib mormon engineer ling">Random Talk</a> (deprecated)</li> -->
<!-- <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> -->
Expand All @@ -136,7 +137,7 @@ <h4>Me and Mine</h4>
decimal; built using regular expressions, which was a novel and adaptable approach I hadn't considered
before this project.</li>

<li><a href="http://bean5.github.io/AlliterationLocator/" class="contrib ling solve">Simple Orthographic
<li><a href="http://bean5.github.io/nlp-alliteration-locator/" class="contrib ling solve">Simple Orthographic
Alliteration Locator</a></li>

<li><a href="/research/CLDSGCT-LDA-ToT.pdf"
Expand Down

This file was deleted.

Loading

0 comments on commit f2846db

Please sign in to comment.