Skip to content

Commit

Permalink
Continuously update years of experience
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Dec 29, 2023
1 parent 76556d0 commit 9f5579f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion content/index.md → content/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,25 @@ about:
href: "mailto:mfisher87@gmail.com"
---

I am a Research Associate (Software Developer) at
<!-- TODO: Update this code when Quarto 1.4 is released:
https://github.com/quarto-dev/quarto-cli/pull/6190
-->
```{python}
#| echo: false
from IPython.display import display, Markdown
import datetime
this_year = datetime.date.today().year
years = this_year - 2008
display(Markdown(
f"I am a software developer with {years} years of experience."
))
```

I am currently employed as a Research Associate (Software Developer) at
[National Snow and Ice Data Center](https://nsidc.org).


### My passions include...

* **Community-owned software**
Expand Down

0 comments on commit 9f5579f

Please sign in to comment.