Skip to content

Commit 99b100b

Browse files
committed
test
1 parent bd9e866 commit 99b100b

File tree

189 files changed

+328
-13310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+328
-13310
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
I"W{"source"=>".", "destination"=>"./_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}, "projects"=>{"output"=>true}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"<!--more-->", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"/~juliadi", "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "includes"=>"./_includes", "title"=>"julia-di.com", "description"=>"Julia Di", "google_analytics"=>nil, "show_downloads"=>true, "theme"=>nil, "watch"=>true, "serving"=>false}:ET
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
I"$ <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
2+
3+
<p><strong>Abstract.</strong>
4+
Spyndra is our newest open-source quadruped robot platform. It has eight motors, an IMU, and runs Raspberry-PI 3. It requires non-intuitive motor commands in order to locomote, and thus provides an interesting challenge for gait learning algorithms, such as those frequently developed in the Evolutionary Computation and Artificial Life communities.
5+
<br />
6+
This open-source robot is composed of off-the-shelf motors and 3D-printed parts, enabling anyone to construct this robot for roughly $600 in parts plus printing material. We hope other hobbyists and other research teams will modify its design according to their scientific needs.
7+
<br />
8+
Further description of the work can be found on the <a href="https://www.creativemachineslab.com/spyndra.html">project website</a>, and in this <a href="/~juliadi/assets/publications/2018_spyndra/paper.pdf">pre-print</a>.</p>
9+
10+
<p><strong>Illustration of Spyndra</strong> <br /></p>
11+
<figure class="image">
12+
<img src="/~juliadi/assets/projects/2018_spyndra/main.jpg" alt="" style="width: 50%" />
13+
<figcaption><b></b></figcaption>
14+
</figure>
15+
<p><strong>(A)</strong> Graph of all units and the connections between them; the dashed circles represent (equally-sized) clusters. <br />
16+
<strong>(B)</strong> Assigning clusters to treatment arms: completely randomized (CR) and cluster-based randomized assignment (CBR). <br />
17+
<strong>(C)</strong> Assigning units to treatment buckets—treatment and control—using the corresponding strategy. <br />
18+
<strong>(D)</strong> Computing the treatment effect within each treatment arm: \(\hat \mu_{cr}\) and \(\hat \mu_{cbr}\), and variance: \(\hat \sigma^2_{cr}\) and \(\hat \sigma^2_{cbr}\). <br />
19+
<strong>(E)</strong> Computing the difference of the estimates from each treatment arm: \(\Delta = \hat \mu_{cr} - \hat \mu_{cbr}\), and the total variance: \(\hat \sigma^2 = \hat \sigma^2_{cr} + \hat \sigma^2_{cbr}\). <br /></p>
20+
21+
<p><strong>Short video of Spyndra walking.</strong> <br /></p>
22+
<iframe width="560" height="315" src="https://www.youtube.com/embed/i_a6hoQ2w08" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
23+
:ET
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
I"Q<p>Hello world! this is my first Jekyll blog post. I hope you like it.</p>
2+
3+
:ET
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
I"�<p>Hello world! this is my first Jekyll blog post. I hope you like it.</p>
2+
3+
<!--more-->
4+
5+
<p>I’ve been thinking about building a personal website for the better part of the last two years, and have simply put it on the backburner. This site previously was little more than a landing page that I had scraped together for the admissions process into graduate school / Ph.D. programs (yes, a blog post about that will be coming!).</p>
6+
7+
<p>I hope to write more often (limited by my willingness to type into a computer terminal for hours on end), not to reach anyone in particular, but as an exercise in self-reflection. Maybe one day I’ll even write something useful or worth reading. For now though, you’ll just see the ramblings of an art-deprived engineer.</p>
8+
:ET

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "github-pages", group: :jekyll_plugins

Gemfile.lock

+248
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,248 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.3.2)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.6)
20+
dnsruby (1.61.3)
21+
addressable (~> 2.5)
22+
em-websocket (0.5.1)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
27+
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.0.1)
30+
multipart-post (>= 1.2, < 3)
31+
ffi (1.13.1)
32+
forwardable-extended (2.6.0)
33+
gemoji (3.0.1)
34+
github-pages (206)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.7)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.13.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.13.0)
44+
jekyll-mentions (= 1.5.1)
45+
jekyll-optional-front-matter (= 0.3.2)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.3.0)
48+
jekyll-redirect-from (= 0.15.0)
49+
jekyll-relative-links (= 0.6.1)
50+
jekyll-remote-theme (= 0.4.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.6.1)
53+
jekyll-sitemap (= 1.4.0)
54+
jekyll-swiss (= 1.0.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.4)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.3)
69+
jemoji (= 0.11.1)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.3)
72+
mercenary (~> 0.3)
73+
minima (= 2.5.1)
74+
nokogiri (>= 1.10.4, < 2.0)
75+
rouge (= 3.19.0)
76+
terminal-table (~> 1.4)
77+
github-pages-health-check (1.16.1)
78+
addressable (~> 2.3)
79+
dnsruby (~> 1.60)
80+
octokit (~> 4.0)
81+
public_suffix (~> 3.0)
82+
typhoeus (~> 1.3)
83+
html-pipeline (2.13.0)
84+
activesupport (>= 2)
85+
nokogiri (>= 1.4)
86+
http_parser.rb (0.6.0)
87+
i18n (0.9.5)
88+
concurrent-ruby (~> 1.0)
89+
jekyll (3.8.7)
90+
addressable (~> 2.4)
91+
colorator (~> 1.0)
92+
em-websocket (~> 0.5)
93+
i18n (~> 0.7)
94+
jekyll-sass-converter (~> 1.0)
95+
jekyll-watch (~> 2.0)
96+
kramdown (~> 1.14)
97+
liquid (~> 4.0)
98+
mercenary (~> 0.3.3)
99+
pathutil (~> 0.9)
100+
rouge (>= 1.7, < 4)
101+
safe_yaml (~> 1.0)
102+
jekyll-avatar (0.7.0)
103+
jekyll (>= 3.0, < 5.0)
104+
jekyll-coffeescript (1.1.1)
105+
coffee-script (~> 2.2)
106+
coffee-script-source (~> 1.11.1)
107+
jekyll-commonmark (1.3.1)
108+
commonmarker (~> 0.14)
109+
jekyll (>= 3.7, < 5.0)
110+
jekyll-commonmark-ghpages (0.1.6)
111+
commonmarker (~> 0.17.6)
112+
jekyll-commonmark (~> 1.2)
113+
rouge (>= 2.0, < 4.0)
114+
jekyll-default-layout (0.1.4)
115+
jekyll (~> 3.0)
116+
jekyll-feed (0.13.0)
117+
jekyll (>= 3.7, < 5.0)
118+
jekyll-gist (1.5.0)
119+
octokit (~> 4.2)
120+
jekyll-github-metadata (2.13.0)
121+
jekyll (>= 3.4, < 5.0)
122+
octokit (~> 4.0, != 4.4.0)
123+
jekyll-mentions (1.5.1)
124+
html-pipeline (~> 2.3)
125+
jekyll (>= 3.7, < 5.0)
126+
jekyll-optional-front-matter (0.3.2)
127+
jekyll (>= 3.0, < 5.0)
128+
jekyll-paginate (1.1.0)
129+
jekyll-readme-index (0.3.0)
130+
jekyll (>= 3.0, < 5.0)
131+
jekyll-redirect-from (0.15.0)
132+
jekyll (>= 3.3, < 5.0)
133+
jekyll-relative-links (0.6.1)
134+
jekyll (>= 3.3, < 5.0)
135+
jekyll-remote-theme (0.4.1)
136+
addressable (~> 2.0)
137+
jekyll (>= 3.5, < 5.0)
138+
rubyzip (>= 1.3.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.6.1)
142+
jekyll (>= 3.3, < 5.0)
143+
jekyll-sitemap (1.4.0)
144+
jekyll (>= 3.7, < 5.0)
145+
jekyll-swiss (1.0.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.4)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.3)
187+
jekyll (>= 3.3, < 5.0)
188+
jekyll-watch (2.2.1)
189+
listen (~> 3.0)
190+
jemoji (0.11.1)
191+
gemoji (~> 3.0)
192+
html-pipeline (~> 2.2)
193+
jekyll (>= 3.0, < 5.0)
194+
kramdown (1.17.0)
195+
liquid (4.0.3)
196+
listen (3.2.1)
197+
rb-fsevent (~> 0.10, >= 0.10.3)
198+
rb-inotify (~> 0.9, >= 0.9.10)
199+
mercenary (0.3.6)
200+
mini_portile2 (2.4.0)
201+
minima (2.5.1)
202+
jekyll (>= 3.5, < 5.0)
203+
jekyll-feed (~> 0.9)
204+
jekyll-seo-tag (~> 2.1)
205+
minitest (5.14.1)
206+
multipart-post (2.1.1)
207+
nokogiri (1.10.10)
208+
mini_portile2 (~> 2.4.0)
209+
octokit (4.18.0)
210+
faraday (>= 0.9)
211+
sawyer (~> 0.8.0, >= 0.5.3)
212+
pathutil (0.16.2)
213+
forwardable-extended (~> 2.6)
214+
public_suffix (3.1.1)
215+
rb-fsevent (0.10.4)
216+
rb-inotify (0.10.1)
217+
ffi (~> 1.0)
218+
rouge (3.19.0)
219+
ruby-enum (0.8.0)
220+
i18n
221+
rubyzip (2.3.0)
222+
safe_yaml (1.0.5)
223+
sass (3.7.4)
224+
sass-listen (~> 4.0.0)
225+
sass-listen (4.0.0)
226+
rb-fsevent (~> 0.9, >= 0.9.4)
227+
rb-inotify (~> 0.9, >= 0.9.7)
228+
sawyer (0.8.2)
229+
addressable (>= 2.3.5)
230+
faraday (> 0.8, < 2.0)
231+
terminal-table (1.8.0)
232+
unicode-display_width (~> 1.1, >= 1.1.1)
233+
thread_safe (0.3.6)
234+
typhoeus (1.4.0)
235+
ethon (>= 0.9.0)
236+
tzinfo (1.2.7)
237+
thread_safe (~> 0.1)
238+
unicode-display_width (1.7.0)
239+
zeitwerk (2.4.0)
240+
241+
PLATFORMS
242+
ruby
243+
244+
DEPENDENCIES
245+
github-pages
246+
247+
BUNDLED WITH
248+
2.1.4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Julia Di's Website
22

3-
Template adapted from Martin Saveski's website
3+
Template adapted from [Martin Saveski's website](https://github.com/msaveski/www_personal)
44

55
## Updates guide
66
Change one of the files in `_data`, unless you are changing the look of the website.

_data/news.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
news:
2+
3+
- date: "15 July 2020"
4+
link: "https://www.discoverphds.com/advice/interviews/julia-di"
5+
description: "Interviewed for DiscoverPhDs!"
6+
selected: y
7+
8+
- date: "12 July 2020"
9+
link: "https://sites.google.com/stanford.edu/roboticsretrospectives/home"
10+
description: "Happy to have presented my retrospective on tactile sensing at RSS 2020 Workshop"
11+
selected: y
12+
13+
- date: "29 July 2019"
14+
link: "https://www.geekyreality.com/blog/stemstories-julia-space-roboticist-usa/"
15+
description: "Interviewed as a #STEMStory for Geeky Girl Reality!"
16+
selected: n

_data/projects.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
projects:
22

33
- title: "Spyndra 1.0"
4-
subtitle: :An Open-Source Proprioceptive Robot for Studies in Machine Self-Awareness"
4+
subtitle: An Open-Source Proprioceptive Robot for Studies in Machine Self-Awareness"
55
thumbnail: "assets/projects/2018_spyndra/thumbnail.jpg"
66
url: "projects/2018_spyndra.html"
7-
selected: n
7+
selected: y
88
art: n

_data/publications.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ papers:
77
slides: "https://docs.google.com/presentation/d/1zCKsdKma8-rMu14LsW1iBPuy6zN4gxDy1fSk2fSTh0E/edit?usp=sharing"
88
video: "https://www.youtube.com/watch?v=J5W5c6HH71E"
99
code:
10-
selected: n
10+
selected: y
1111

1212
- title: "Rapid Mission Concept Development at the 2019 Caltech Space Challenge: A Small Lander Network Studying the Habitability of Enceladus"
1313
authors: "Katiyayni Balachandran, Paolo Cappuccio, <b>Julia Di</b>, Kelsey Doerksen, Jared Fuchs, Alessia Gloder, Rebecca Jolitz, Monica Li, Dan Limonchik, Lotfi Massarweh, Atila Meszaros, Daniel Naftalovich, Erica Nathan, Thomas Peev, Marc Rovira-Navarro, ShreyaSantra"

0 commit comments

Comments
 (0)