Skip to content

Commit

Permalink
update webrick
Browse files Browse the repository at this point in the history
  • Loading branch information
amickks committed Oct 18, 2024
1 parent 99e872b commit e1608ff
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 19 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "commonmarker", ">= 0.23.6"
gem "nokogiri", ">= 1.13.9"
gem "webrick", "~> 1.7"
gem "webrick", ">= 1.8.2"



4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.8.2)
zeitwerk (2.6.6)

PLATFORMS
Expand All @@ -266,7 +266,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)
webrick (>= 1.8.2)

BUNDLED WITH
2.3.22
4 changes: 2 additions & 2 deletions _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<div class="page">
<h3>About</h3>
<p><img src="/assets/images/about/me.jpg" alt="Image" />
<br />
Amick is a mechanical engineering student living in Providence, Rhode Island. They love cooking and learning to fix new things.</p>
<br /></p>


</div>

Expand Down
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-03-21T10:50:52-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Amick Sollenberger</title><subtitle>&quot;Amick&apos;s portfolio site&quot;</subtitle><entry><title type="html">DIY Mini Synthesizer Project</title><link href="http://localhost:4000/synth/" rel="alternate" type="text/html" title="DIY Mini Synthesizer Project" /><published>2024-01-01T00:00:00-05:00</published><updated>2024-01-01T00:00:00-05:00</updated><id>http://localhost:4000/synth</id><content type="html" xml:base="http://localhost:4000/synth/">&lt;p&gt;In the past few months, I have been working with a friend to build a synthesizer using teensy 4.2 and the teensy audio shield. We have collaborated on all aspects of the design and programming. Currently, the device is able to (1) sample and play back recordings, (2) assign samples and beats to steps on an 8-step sequencer, (3) adjust playback frequency, (4) play sine waves at variable frequency.&lt;/p&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-10-18T16:28:58-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Amick Sollenberger</title><subtitle>&quot;Amick&apos;s portfolio site&quot;</subtitle><entry><title type="html">DIY Mini Synthesizer Project</title><link href="http://localhost:4000/synth/" rel="alternate" type="text/html" title="DIY Mini Synthesizer Project" /><published>2024-01-01T00:00:00-05:00</published><updated>2024-01-01T00:00:00-05:00</updated><id>http://localhost:4000/synth</id><content type="html" xml:base="http://localhost:4000/synth/">&lt;p&gt;In the past few months, I have been working with a friend to build a synthesizer using teensy 4.2 and the teensy audio shield. We have collaborated on all aspects of the design and programming. Currently, the device is able to (1) sample and play back recordings, (2) assign samples and beats to steps on an 8-step sequencer, (3) adjust playback frequency, (4) play sine waves at variable frequency.&lt;/p&gt;

&lt;p&gt;Moving forward, we are hoping to finalize the board layout and transition to battery power to allow the device to be operated untethered to the computer.&lt;/p&gt;</content><author><name></name></author><category term="engineering" /><category term="design" /><summary type="html">In the past few months, I have been working with a friend to build a synthesizer using teensy 4.2 and the teensy audio shield. We have collaborated on all aspects of the design and programming. Currently, the device is able to (1) sample and play back recordings, (2) assign samples and beats to steps on an 8-step sequencer, (3) adjust playback frequency, (4) play sine waves at variable frequency.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:4000/assets/images/synth/synth.jpg" /><media:content medium="image" url="http://localhost:4000/assets/images/synth/synth.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Fractal turbulence grid for wind turbine performance</title><link href="http://localhost:4000/turbulence/" rel="alternate" type="text/html" title="Fractal turbulence grid for wind turbine performance" /><published>2023-11-01T00:00:00-04:00</published><updated>2023-11-01T00:00:00-04:00</updated><id>http://localhost:4000/turbulence</id><content type="html" xml:base="http://localhost:4000/turbulence/">&lt;p&gt;In the fall of 2023, I worked on an independent study project with Professor Kenny Breuer to design a fractal grid to generate turbulence in a wind tunnel. The design was completed in Fusion360, inspired by similar fractal grids in literature. After conducting FEA within the software to determine the stress on the grid under gravity and drag force, I selected baltic birch plywood as the material. The grid was fabricated on a ShopBot CNC. I chose 3” vacuum cups to securely mount the grid to the smooth interior of the wind tunnel. I designed 3D-printed quick-releasing hook attachments for each corner of the grid to streamline installation and removal.&lt;/p&gt;

Expand Down
16 changes: 10 additions & 6 deletions _site/resume/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,32 @@
<h3>Resume</h3>
<h1 id="education">Education</h1>
<h3 id="brown-university--mechanical-engineering-scb"><strong>Brown University</strong> / Mechanical Engineering, Sc.B.</h3>
<h3 id="september--2019---december-2023--providence-ri">SEPTEMBER 2019 - DECEMBER 2023, PROVIDENCE, RI</h3>
<h3 id="september--2019---may-2024--providence-ri">SEPTEMBER 2019 - MAY 2024, PROVIDENCE, RI</h3>

<h1 id="work">Work</h1>
<h3 id="breuer-lab-brown-university--technical-assistant"><strong>Breuer Lab, Brown University</strong> / Technical Assistant</h3>
<h3 id="june--2024---august-2024--providence-ri">JUNE 2024 - AUGUST 2024, PROVIDENCE, RI</h3>
<p>Assisted with the design and fabrication of a “backward-facing step” for fluid mechanics testing flume.</p>

<h3 id="brown-design-workshop--manager"><strong>Brown Design Workshop</strong> / Manager</h3>
<h3 id="january--2022---present--providence-ri">JANUARY 2022 - PRESENT, PROVIDENCE, RI</h3>
<p>Teach workshops in woodworking, 3D-printing, laser cutting, sheet metal tools, and soldering to students and community members. Participate in monitor hiring, training, and space organization decisions. Develop workshop curricula for new tools. Maintain a safe, clean, and organized workspace for all to use. Hold weekly open mending hours to help members to repair their things</p>
<h3 id="january--2022---may-2024--providence-ri">JANUARY 2022 - MAY 2024, PROVIDENCE, RI</h3>
<p>Taught workshops in woodworking, 3D-printing, laser cutting, sheet metal tools, and soldering to students and community members. Participated in monitor hiring, training, and space organization decisions. Developed workshop curricula for new tools. Maintained a safe, clean, and organized workspace for all to use. Held weekly open mending hours to help members to repair their things</p>

<h3 id="organic-robotics-lab-cornell-university--cropps-reu-intern"><strong>Organic Robotics Lab</strong>, Cornell University / CROPPS REU intern</h3>
<h3 id="may--2022---august-2022--ithaca-ny">MAY 2022 - AUGUST 2022, ITHACA, NY</h3>
<p>Worked on fabrication and testing of an earthworm-inspired, <a href="/worm/">soil-swimming robot</a> as a part of the NSF-funded Center for Research on Programmable Plant Systems (CROPPS). Worked with 3D-printed soft pneumatic actuators to develop gait patterns for soil locomotion. Used Arduino and integrated sensors for novel agricultural research soil sensing.</p>

<h3 id="breuer-lab-brown-university--robo-bat-project"><strong>Breuer Lab, Brown University</strong> / “Robo-Bat” Project</h3>
<h3 id="june--2021---present--providence-ri">JUNE 2021 - PRESENT, PROVIDENCE, RI</h3>
<p>Working with a grad student to design and test <a href="/flapper/">flapping wing robots</a>. Test and prototype parts and assemblies using 3D printed resin and laser cut acrylic. Take data in a research environment using force transducers and data acquisition hardware in a wind tunnel. Summer research appeared on a poster presented at the 2021 APS DFD conference.</p>
<h3 id="june--2021---may-2023--providence-ri">JUNE 2021 - MAY 2023, PROVIDENCE, RI</h3>
<p>Worked with a grad student to design and test <a href="/flapper/">flapping wing robots</a>. Tested and prototyped parts and assemblies using 3D printed resin and laser cut acrylic. Took data in a research environment using force transducers and data acquisition hardware in a wind tunnel. Summer research appeared on a poster presented at the 2021 APS DFD conference.</p>

<h3 id="brown-university-school-of-engineering--design-project-ta-dynamics-and-vibrations"><strong>Brown University School of Engineering</strong> / Design Project TA, Dynamics and Vibrations</h3>
<h3 id="june--2021---august-2021--providence-ri">JUNE 2021 - AUGUST 2021, PROVIDENCE, RI</h3>
<p>Updated and developed hands-on design projects for an introductory engineering course. Fabricated parts and assembled kits to be used by students for solar car project. Held virtual office hours to work with students on their MATLAB code and design during project weeks.</p>

<h3 id="greenview-farm--field-crew"><strong>Greenview Farm</strong> / Field Crew</h3>
<h3 id="june--2020---october-2020--south-kingstown-ri">JUNE 2020 - OCTOBER 2020, SOUTH KINGSTOWN, RI</h3>
<p>Planting and harvesting organic vegetables to be distributed in the farm CSA or sold to local restaurants. Also responsible for washing and packing lettuce and greens mixes.</p>
<p>Worked in crew of 8, planting and harvesting organic vegetables to be distributed in the farm CSA and sold to local restaurants. Washed and packed lettuce and greens mixes.</p>

<h1 id="skills">Skills</h1>
<h3 id="technical"><strong>Technical:</strong></h3>
Expand Down
2 changes: 1 addition & 1 deletion pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ permalink: /about/
---
![Image](/assets/images/about/me.jpg)
<br>
Amick is a mechanical engineering student living in Providence, Rhode Island. They love cooking and learning to fix new things.

16 changes: 10 additions & 6 deletions pages/resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,32 @@ permalink: /resume/

# Education
### **Brown University** / Mechanical Engineering, Sc.B.
### SEPTEMBER 2019 - DECEMBER 2023, PROVIDENCE, RI
### SEPTEMBER 2019 - MAY 2024, PROVIDENCE, RI

# Work
### **Breuer Lab, Brown University** / Technical Assistant
### JUNE 2024 - AUGUST 2024, PROVIDENCE, RI
Assisted with the design and fabrication of a "backward-facing step" for fluid mechanics testing flume.

### **Brown Design Workshop** / Manager
### JANUARY 2022 - PRESENT, PROVIDENCE, RI
Teach workshops in woodworking, 3D-printing, laser cutting, sheet metal tools, and soldering to students and community members. Participate in monitor hiring, training, and space organization decisions. Develop workshop curricula for new tools. Maintain a safe, clean, and organized workspace for all to use. Hold weekly open mending hours to help members to repair their things
### JANUARY 2022 - MAY 2024, PROVIDENCE, RI
Taught workshops in woodworking, 3D-printing, laser cutting, sheet metal tools, and soldering to students and community members. Participated in monitor hiring, training, and space organization decisions. Developed workshop curricula for new tools. Maintained a safe, clean, and organized workspace for all to use. Held weekly open mending hours to help members to repair their things

### **Organic Robotics Lab**, Cornell University / CROPPS REU intern
### MAY 2022 - AUGUST 2022, ITHACA, NY
Worked on fabrication and testing of an earthworm-inspired, [soil-swimming robot](/worm/) as a part of the NSF-funded Center for Research on Programmable Plant Systems (CROPPS). Worked with 3D-printed soft pneumatic actuators to develop gait patterns for soil locomotion. Used Arduino and integrated sensors for novel agricultural research soil sensing.

### **Breuer Lab, Brown University** / “Robo-Bat” Project
### JUNE 2021 - PRESENT, PROVIDENCE, RI
Working with a grad student to design and test [flapping wing robots](/flapper/). Test and prototype parts and assemblies using 3D printed resin and laser cut acrylic. Take data in a research environment using force transducers and data acquisition hardware in a wind tunnel. Summer research appeared on a poster presented at the 2021 APS DFD conference.
### JUNE 2021 - MAY 2023, PROVIDENCE, RI
Worked with a grad student to design and test [flapping wing robots](/flapper/). Tested and prototyped parts and assemblies using 3D printed resin and laser cut acrylic. Took data in a research environment using force transducers and data acquisition hardware in a wind tunnel. Summer research appeared on a poster presented at the 2021 APS DFD conference.

### **Brown University School of Engineering** / Design Project TA, Dynamics and Vibrations
### JUNE 2021 - AUGUST 2021, PROVIDENCE, RI
Updated and developed hands-on design projects for an introductory engineering course. Fabricated parts and assembled kits to be used by students for solar car project. Held virtual office hours to work with students on their MATLAB code and design during project weeks.

### **Greenview Farm** / Field Crew
### JUNE 2020 - OCTOBER 2020, SOUTH KINGSTOWN, RI
Planting and harvesting organic vegetables to be distributed in the farm CSA or sold to local restaurants. Also responsible for washing and packing lettuce and greens mixes.
Worked in crew of 8, planting and harvesting organic vegetables to be distributed in the farm CSA and sold to local restaurants. Washed and packed lettuce and greens mixes.

# Skills
### **Technical:**
Expand Down

0 comments on commit e1608ff

Please sign in to comment.