Edit home and 'Now' pages
This commit is contained in:
parent
921382ce53
commit
5fe445593f
|
@ -39,6 +39,7 @@ date = ["date", ":filename", ":default"]
|
|||
authorEmail = "hello@ethanyoo.com"
|
||||
authorGitLab = "https://framagit.org/ethan"
|
||||
authorGitea = "https://git.nixnet.services/ethan"
|
||||
authorLinkedIn = "https://www.linkedin.com/in/ethanyoo/"
|
||||
authorMastodon = "https://todon.eu/@ethanyoo"
|
||||
authorPronouns = "he/him/his"
|
||||
authorWriteFreely = "https://ethan.writeas.com/"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Now
|
||||
date: 2022-02-01
|
||||
date: 2022-02-22
|
||||
layout: permalink
|
||||
description: "Find out what I am doing now: what I'm reading, what I'm working on in my free time, and where I'm at professionally."
|
||||
---
|
||||
|
@ -9,15 +9,15 @@ description: "Find out what I am doing now: what I'm reading, what I'm working o
|
|||
|
||||
## Recent academic and professional decisions
|
||||
|
||||
Through AmeriCorps VISTA, I have been serving as the Program Evaluation Specialist at a large human service organization.
|
||||
Through AmeriCorps VISTA, I have been serving as the Program Evaluation Specialist at a large human service organization since October 2021.
|
||||
|
||||
I have been working toward a second bachelor's degree (Bachelor of Arts in Computer Science) at Thomas Edison State University (TESU). I am currently taking Computer Architecture (COS-330) and the Liberal Arts Capstone (LIB-495). I also made use of credit recommendations from [ACE](https://www.acenet.edu/National-Guide/Pages/default.aspx) and NCCRS for coursework at non-collegiate providers (e.g., [Saylor Academy](https://learn.saylor.org/)).
|
||||
I have also been working toward a second bachelor's degree (Bachelor of Arts in Computer Science) at Thomas Edison State University (TESU). I am currently taking Computer Architecture (COS-330) and the Liberal Arts Capstone (LIB-495). I made use of credit recommendations from [ACE](https://www.acenet.edu/National-Guide/Pages/default.aspx) and NCCRS for coursework at non-collegiate providers (e.g., [Saylor Academy](https://learn.saylor.org/)).
|
||||
|
||||
I applied for fall 2022 admission at four ALA-accredited master's degree programs in library and information science.
|
||||
|
||||
## In my free time
|
||||
|
||||
I'm toying with the idea of writing publicly on [Write.as](https://ethan.writeas.com/) again. I only made it to Day 4 of the 100-day challenge, but I did end that last post with "I'm having fun writing posts as part of #100DaysToOffload!"
|
||||
I was [interviewed by someone from Saylor Academy](https://www.saylor.org/2022/02/student-spotlight-ethan-yoo/).
|
||||
|
||||
I'm also planning to update [the resources page](/resources/) (or create a separate page) with content related to civic technology, computational social science, and data science.
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ Examples for writing 'backward compatible' h-card markup available at https://mi
|
|||
<div class="center">
|
||||
<a class="link-000" href="https://ForTheBadge.com/"><img src="/img/built-with-love.svg" alt="This site was built with love, using Git and Hugo." title="I also used Git and Hugo." /></a>
|
||||
<a class="link-000" href="{{ .Site.Params.license }}"><img src="/img/CC-BY-SA.svg" alt="Original content by {{ .Site.Params.author }} is licensed under {{ .Site.Copyright }}" title="{{ .Site.Params.copyrightMessage }}" /></a>
|
||||
<p><b><a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>. <a href="/privacy/" >Privacy</a>. <a rel="pgpkey" href="/ethan.asc.txt">Public key</a> <a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.</b></p>
|
||||
<p><b><a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>. <a href="{{ .Site.Params.authorLinkedIn }} " >LinkedIn</a>. <a href="/privacy/" >Privacy</a>. <a rel="pgpkey" href="/ethan.asc.txt">Public key</a> <a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.</b></p>
|
||||
|
||||
<p>🖥 <a href="/cloudflare/" ><i>Where is this website hosted?</i></a> 🖥</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue