Skip to content

Commit

Permalink
Merge pull request #15 from elizabethengelman/resume-updates
Browse files Browse the repository at this point in the history
Resume updates

and add arboreal neighbors
  • Loading branch information
elizabethengelman authored Feb 1, 2024
2 parents 74c92b1 + 2451b3d commit 0197500
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 7 deletions.
15 changes: 12 additions & 3 deletions _includes/dev-experience.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
## Work Experience

### Aha Labs, Remote - _Engineer_

_November 2023 - Present_

- Collaborate with the Stellar Development Foundation team to update and improve Soroban documentation
- Contribute to the development of the Soroban command line interface software

### Red Squirrel Technologies, Remote - _Lead Engineer_

_October 2021 - October 2023_

- Participate in inception on new projects to help clients articulate what they are trying to build and why
- Complete in-depth analyses of technology options to use for projects, including researching emerging technologies such as blockchains
- Mentor junior engineers
- Participated in the inception of new projects to help clients articulate what they are trying to build and why
- Completed in-depth analyses of technology options to use for projects, including researching emerging technologies such as blockchains
- Built greenfield software for clients in cutting-edge technologies
- Assisted clients in building and maintaining existing software
- Mentored junior engineers

### 8th Light, Inc, Chicago, IL - _Principal Software Crafter_

Expand Down
4 changes: 2 additions & 2 deletions _includes/education.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

_August 2022 - July 2023_

- The Interactive Media Arts Low Residency program is a one year Masters program focusing on using design methodologies, artistic practice, software and hardware to tell stories with a critical lens
- In-person residencies included Brooklyn, NY and Berlin, DE
- The Interactive Media Arts Low Residency program is a 1 year Master's program focusing on using design methodologies, artistic practice, software, and hardware to tell stories with a critical lens
- In-person residencies included Brooklyn, NY, and Berlin, Germany
- Thesis Project: [Perceptible Radio Waves](#other-projects)

### Dev Bootcamp, Chicago, IL - Student
Expand Down
4 changes: 2 additions & 2 deletions _includes/skills.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Skills

- **Programming languages:** Go, Ruby, Javascript
- **Technologies:** Rails, SQL (PostgresSQL, MySQL, etc), React, Docker, Ethereum and Flow blockchain development environments
- **Programming languages:** Go, Ruby, Javascript, Rust
- **Technologies:** Rails, HTML, CSS, SQL (PostgreSQL, MySQL, etc), React, Docker, Stellar, Ethereum and Flow blockchain development environments
- Communicating technical concepts to non-technical audiences
- Quickly ramping up on new technologies and business domains
- Mentoring and giving feedback to teammates with empathy and kindness
52 changes: 52 additions & 0 deletions _posts/2022-10-18-arboreal-neighbors-process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: "Arboreal Neighbors Process"
date: 2022-10-19
categories:
- Arboreal Neighbors
layout: custom-blog-post
show_date: true
---

The following blog post is a collection of brainstorming activities that lead me to my first iteration of Arboreal Neighbors as part of my Connections Lab course in the Fall of 2022.

## Initial Ideas

_Initially posted on the [class notion page](https://www.notion.so/imalowres/Mid-Term-Project-1-2495ceea7f834c76b4656170d6f7c712)._

The working title for my project is “Meet Your Arboreal Neighbors”. The goal is to allow a user in my city to explore the tree-life in their neighborhood, and hopefully gain a better appreciation for the trees neighbors, and their care. I hope to plot all of the trees in my city, Lancaster, PA, on a map, and allow a user to click on a tree to see more information about it. I was able to get a dataset from the City Open Records Office that includes each tree’s species, longitude and latitude. The city currently has a similar map project on their [website](https://lancaster-pa.maps.arcgis.com/apps/View/index.html?appid=2f1ca18840d74a9bad523d785ccdfaed), but the data is from 2010, so I’m hoping to recreate this map with this up-to-date data! Instead of using p5.js, I’ve decided to dip my toe into D3.js to produce the map.

The following is what the existing 2010 map looks like, and while I think that this structure will be my aim, I would like to iterate on the aesthetic some. For one, I’d love to have the plots on the map to be tree-shaped. Or perhaps use a different shade of green depending on the species.

<img src="/assets/blog-post-assets/arboreal-ideas-1.png" alt="example of existing tree visualization" width="50%"/>

I don’t think I can accomplish it in the time frame, but longer term, I would love to allow the user to get down closer to street level and perhaps navigate around like you can do in street view in Google Maps. Possibly looking something like this:

<img src="/assets/blog-post-assets/arboreal-ideas-2.png" alt="sketch of initial idea" width="50%"/>

## Progress: Week 1

### Brainstorming and Wireframes

<div class="iframe-container">
<iframe src="https://miro.com/app/live-embed/uXjVPX3JXew=/?moveToViewport=-346,729,1533,757&embedId=606039954019" frameborder="0" scrolling="no" allow="fullscreen; clipboard-read; clipboard-write" allowfullscreen></iframe>
</div>

### First Iteration

<div class="iframe-container">
<iframe src="https://elizabethengelman.com/connections-lab/week-1/"></iframe>
</div>

## Progress: Week 2

This is very much a work in progress! I went down a D3 rabbit hole (the map at the bottom) which was really fun, but I didn’t quite get to the user event interactions yet. I’m thinking that I’ll try to use D3 to create a map of the the city I live in, and then plot the city’s trees on the map. I was able to get some data about the trees from the city’s open data team. 🌳🎉

<div class="iframe-container">
<iframe src="https://elizabethengelman.com/connections-lab/week-2/"></iframe>
</div>

Reference:

- [https://www.youtube.com/watch?v=hrJ64jpYb0A](https://www.youtube.com/watch?v=hrJ64jpYb0A)
- [https://flaviocopes.com/fix-cannot-use-import-outside-module/](https://flaviocopes.com/fix-cannot-use-import-outside-module/)
- [https://www.stefanjudis.com/snippets/how-to-import-json-files-in-es-modules/](https://www.stefanjudis.com/snippets/how-to-import-json-files-in-es-modules/)
Binary file added assets/blog-post-assets/arboreal-ideas-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog-post-assets/arboreal-ideas-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/css/blog-post.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ img{
margin-right: auto;
}

.iframe-container {
display: block;
margin-left: auto;
margin-right: auto;
width: 75%
}

iframe {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 5%;
margin-bottom: 5%;
width: 100%;
min-height: 525px;
}

blog-post-header {
margin-top: 5%;
margin-bottom: 2%;
Expand Down

0 comments on commit 0197500

Please sign in to comment.