diff --git a/content/index.md b/content/index.qmd similarity index 71% rename from content/index.md rename to content/index.qmd index e528d3d..cde2c24 100644 --- a/content/index.md +++ b/content/index.qmd @@ -15,9 +15,25 @@ about: href: "mailto:mfisher87@gmail.com" --- -I am a Research Associate (Software Developer) at + +```{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**