nceas-coding-club / nceas-coding-club.github.io

data-science-chats collaborative website created using Quarto as a way of learning Quarto together!
https://nceas-coding-club.github.io/
5 stars 2 forks source link

Update Bios #6

Open dvirlar2 opened 1 year ago

dvirlar2 commented 1 year ago
theamarks commented 1 year ago
dvirlar2 commented 1 year ago

Maybe "Our Team" page would look better if we linked to individual about pages for each person?

camilavargasp commented 1 year ago

We could do something like this, with our foto and then link to s page with our personal description? (@samanthacsik introduced this last week and she wrote some documentation on how to create this grid here )

image
dvirlar2 commented 1 year ago

I like the idea! Here's a link to where that screenshot came from because I'll struggle to find it again 😂

I was thinking more like we each have an about template page (I think jolla would be best if we're listing ourselves one after the other?) for each person, but... I also spent a gross amount of time last night trying to customize a different theme because I just don't like it enough. So really, I'm just spitballin' here lol

In my brain, the our-team.qmd file would look something like this:

---
title: Our Team
format: html
---

# repeat the above as necessary until each person has been listed
{{< include ~/path/to/peoples/singular/about-me-page.qmd >}}

And an example about-me-page.qmd would look something like this:

---
title: Shelley Shellerson
image: profile.jpg
about:
  template: jolla
  links:
      - icon: twitter
        text: twitter
        href: https://twitter.com
      - icon: github
        text: Github
        href: https://github.com
---

Finley Malloc is the Chief Data Scientist at Wengo Analytics. When not innovating on data platforms, Finley enjoys spending  time unicycling and playing with her pet iguana.

## Education

University of California, San Diego | San Diego, CA
PhD in Mathematics | Sep 2011 - June 2015

Macalester College | St. Paul MA
B.A in Economics | Sep 2007 - June 2011

## Experience

Wengo Analytics | Head Data Scientist | April 2018 - present

GeoScynce | Chief Analyst | Spet 2012 - April 2018
dvirlar2 commented 1 year ago

There are a ton of ways we could re-format it, and we definitely don't need to do that now 🙂