Skip to content

Commit

Permalink
fixed bugs [final]
Browse files Browse the repository at this point in the history
  • Loading branch information
edrian-liao committed Jun 16, 2024
1 parent 837686c commit 91d1afb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _posts/2024-06-16-spending-winter-break.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Unfortunately, only a few institutions in the US ask the same questions as mysel
# Quality over quantity
Coming from a mindset of shooting my shot to as many places as possible, I attempted to apply to both. Writing my essays for the MIT Summer Research Program (MSRP) was a breeze as unlike those from my internship interview, I almost immediately came up with answers. I particularly liked my discussion of the community which strongly resonates with MIT’s strong tradition of “making a better world”. Said community is my hometown where I spent 18 years of my life. Spending time outside of it made me realize things that I would not have thought of had I stayed. These queries eventually materialized into a long-term [project](https://planet-tales.org/) that aims to reveal narratives of disadvantaged communities to those who have the means to initiate change.

![Image](_site/assets/landing-page.png)
![landing page](/personal-blog/assets/landing-page.png)
*The landing page of the project's website*

On the other hand, Stanford’s questions did not come as easy to answer as MIT’s, and more importantly, they had an explicitly mentioned preference toward US citizens which unfortunately is the case for almost all REU programs funded by the National Science Foundation (NSF). So I ended up applying to only a single research program.

Expand Down
10 changes: 9 additions & 1 deletion assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
font-family: 'Merriweather', serif;
}

h1 {
.post-content h1 {
font-weight: 600;
font-size: 20px;
}

.post-list h1 {
font-size: 20px;
}

.footer-heading {
font-family: 'Old Standard TT', serif;
font-style: italic;
Expand All @@ -41,6 +45,10 @@ h1 {
font-size: 17px;
}

.post-content em {
font-size: 15px;
}

.footnotes p{
font-size: 15px;
}
Expand Down

0 comments on commit 91d1afb

Please sign in to comment.