diff --git a/scripts/build_team_yaml.sh b/scripts/build_team_yaml.sh index fa9e717..3c8e4dd 100755 --- a/scripts/build_team_yaml.sh +++ b/scripts/build_team_yaml.sh @@ -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 diff --git a/team/michael-town.yaml b/team/michael-town.yaml new file mode 100644 index 0000000..6882876 --- /dev/null +++ b/team/michael-town.yaml @@ -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