Skip to content

Commit

Permalink
Adding PRD.
Browse files Browse the repository at this point in the history
  • Loading branch information
RS-Coop committed Dec 4, 2023
1 parent f64c1f4 commit c762efa
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 21 deletions.
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand All @@ -24,12 +25,13 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.8.1)
faraday (2.7.10)
execjs (2.9.1)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (228)
Expand Down Expand Up @@ -210,16 +212,16 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
nokogiri (1.15.3-x86_64-linux)
minitest (5.20.0)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.7.1)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -241,19 +243,19 @@ GEM
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.8.1)
zeitwerk (2.6.9)
zeitwerk (2.6.12)

PLATFORMS
x86_64-linux
Expand All @@ -270,4 +272,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.4.17
2.4.22
Binary file added assets/files/cv.pdf
Binary file not shown.
Binary file added assets/files/generalizing-prd.pdf
Binary file not shown.
Binary file modified assets/files/resume.pdf
100644 → 100755
Binary file not shown.
9 changes: 9 additions & 0 deletions collections/_research-projects/prd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Exchange Economy Dynamics
category: research
type: Pre-Print
noteworthy: true
image: ../images/placeholder.png
pdf: ../../assets/files/generalizing-prd.pdf
summary: Generalizing the proportional response dynamic (PRD) to exchange economies with arbitrary networks and endowments.
---
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ <h2>Professional Mathematician<br>Amateur Mountaineer<br>&nbsp</h2>
<div class="about-me">
<img src="assets/images/placeholder.png">
<p>
I am currently a researcher at the University of Colorado Boulder
in the Aerospace Mechanics Research Center (AMReC), working with Alireza Doostan
and Stephen Becker. I recieved my B.S. and M.S. in Applied Mathematics in 2019
and 2022 respectively from CU.
I am currently a professional research assistant at the University of Colorado Boulder
in the Aerospace Mechanics Research Center (AMReC). I work with Alireza Doostan
and Stephen Becker on data compression techniques for large-scale scientific simulations.
I also work independently with Stephen Becker on non-convex Newton-type optimization methods.
I recieved my B.S. and M.S. in Applied Mathematics in 2020 and 2022 respectively from CU.
</p>
<p>
Broadly, my research interests are in computational and mathematical science.
Expand All @@ -28,12 +29,6 @@ <h2>Professional Mathematician<br>Amateur Mountaineer<br>&nbsp</h2>
side of problems, which is to say I enjoy both proving a theorem and programming a
software package.
</p>
<p>
Outside of academics I am an avid football fan (the other kind). I came to
the game late, so I mostly just appreciate whatching good footy. I also
like to get outside as much as possible, with climbing and rafting being my
favourite.
</p>
<ul>
<li>
<i class="fa fa-2x fa-github"></i>
Expand All @@ -47,6 +42,10 @@ <h2>Professional Mathematician<br>Amateur Mountaineer<br>&nbsp</h2>
<i class="fa fa-2x fa-file"></i>
<a href="assets/files/resume.pdf">Resume</a>
</li>
<li>
<i class="fa fa-2x fa-file"></i>
<a href="assets/files/cv.pdf">CV</a>
</li>
</ul>
</div>
</section>

0 comments on commit c762efa

Please sign in to comment.