Skip to content

Commit

Permalink
updated ruby and gems
Browse files Browse the repository at this point in the history
  • Loading branch information
hasteinmetz committed Jul 27, 2023
1 parent 8ad7c8e commit 6ceef4c
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 115 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

9 changes: 2 additions & 7 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

gem "jekyll", "~> 3.9.0"
gem "jekyll", "~> 3.9.3"

gem "kramdown-parser-gfm"

Expand All @@ -16,7 +14,4 @@ gem 'jekyll-seo-tag'

gem 'jekyll-sitemap'




gem "webrick", "~> 1.7"
gem "webrick"
38 changes: 19 additions & 19 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.4)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.1)
jekyll (3.9.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
Expand All @@ -29,47 +29,47 @@ GEM
safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.0)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.11.0)
public_suffix (5.0.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.1)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
webrick (1.7.0)
webrick (1.8.1)

PLATFORMS
ruby
arm64-darwin-22

DEPENDENCIES
jekyll (~> 3.9.0)
jekyll (~> 3.9.3)
jekyll-seo-tag
jekyll-sitemap
kramdown (>= 2.3.1)
kramdown-parser-gfm
webrick (~> 1.7)
webrick

BUNDLED WITH
1.17.2
2.4.10
Binary file modified docs/_site/content/resume-hasteinmetz.pdf
Binary file not shown.
21 changes: 9 additions & 12 deletions docs/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -721,21 +721,18 @@
</div>
<div class="column2">
<p class="main">
Hi there! I'm Hilly, and I'm a graduate student at the University of Washington.
Before grad school, I wrote and edited software documentation for an S&P 100 financial services company.
At UW, I'm working towards a masters in computational linguistics. I hope to pursue a career in natural
language processing and accessible technology.
Hi there! I'm Hilly, and I'm recent grad from at the University of Washington, where I received a master's degree in computational linguistics.
I'm passionate about accessible technology and all things language. I'm currently an AI/ML intern at NASA during the summer of 2023, researching how
NLU can be used to improve air traffic control operations.
</p>
<p class="main">
In terms of past projects, I created a <a href="https://github.com/hasteinmetz/LING573-Project" target="_blank">humor classifier</a> along with other students
In terms of past projects,
<a href="https://github.com/hasteinmetz/transfer-learning-for-dysarthria" target="_blank">I wrote my thesis</a>
on using transfer learning techniques to improve dysarthric speech recognition.
I created a <a href="https://github.com/hasteinmetz/LING573-Project" target="_blank">humor classifier</a> along with other students
for one of my classes. It achieved over 95% accuracy on our test data set.<br><br>
I also made a silly quiz game that you should feel free to play! <a href="/quiz/" target="_blank">Click here</a>
or the **Language Quiz** button in the navigation bar to play the game.
<br><br>
The quiz game tests your knowledge of the world's languages. You have to guess
the country a language is spoken in, what family it belongs to, or identify
the language from the script it commonly uses. The quiz has data from 655 languages (although 450 of them are pretty obscure).
The harder the quiz gets, the more points you score.
I also made a world languages quiz game to test your knowledge of the world's languages! <a href="/quiz/" target="_blank">Click here</a>
or the <b>Language Quiz</b> button in the navigation bar to play the game.
</p> <br>
<div class='right'>
<a href="https://www.linkedin.com/in/hillel-steinmetz/" target="_blank", class='fa fa-linkedin'></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/quiz/Contents/assemble countries/concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
reg = json.load(cfile)
cfile = open("country_cont.json", "r")
cont = json.load(cfile)
cfile = open("country_languages_samayo.txt", "r")
cfile = open("country_languages_samayo.json", "r")
lang = json.load(cfile)

new = {}
Expand Down
Loading

0 comments on commit 6ceef4c

Please sign in to comment.