Skip to content

Commit

Permalink
Create michael-town.yaml (#24)
Browse files Browse the repository at this point in the history
* Create michael-town.yaml

* Update michael-town.yaml

fixed indentation

* Update team/michael-town.yaml

Co-authored-by: Scott Henderson <[email protected]>

* use new pronouns option

* sed on macosx

---------

Co-authored-by: Scott Henderson <[email protected]>
Co-authored-by: Jessica Scheick <[email protected]>
Co-authored-by: Scott Henderson <[email protected]>
  • Loading branch information
4 people authored Jun 27, 2024
1 parent 495b8fd commit a5d023e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_team_yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ find . -type f -name '*.yaml' \
sort | xargs -I '{}' cat '{}' > team_people.yaml

# Indent to proper yaml
sed -i 's/^/ /' team_people.yaml
sed -i.bkp -e 's/^/ /' team_people.yaml
rm team_people.yaml.bkp

# Create the final team file
cat header.yaml team_people.yaml > team.yaml
Expand Down
23 changes: 23 additions & 0 deletions team/michael-town.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Replace CAPITALIZED placeholders with your info
- title: Michael (Mike) Town
avatar: https://avatars.githubusercontent.com/u/80553650?v=4
role: Research Scientist
organizations:
- name: Earth and Space Research
pronouns: he/him
bio: >
I am an innovative research scientist, educator, and instructional coach with professional experience in machine learning and data analysis, computational modeling, remote field work, and secondary and university-level curriculum development. Equity and social justice are at the center of both my research and education efforts.
expertise:
- Polar Meteorology
- Education
- time series analysis
- Python, Pandas
social:
# Remove list item (- icon & link) if you don't have an account
- icon: github
link: https://github.com/michaeltown-phd
- icon: linkedin
link: https://www.linkedin.com/in/michael-town-7030ab196/
user_groups:
# From https://escience.washington.edu/using-data-science/hackweeks/planning/hackweek-roles
- Project Lead

0 comments on commit a5d023e

Please sign in to comment.