Skip to content

Commit

Permalink
new: Blog post, layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Mar 21, 2020
1 parent fafe5ed commit ea2263a
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 2 deletions.
5 changes: 5 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ <h1>{{ page.title }}</h1>
<section>
{{ content }}
</section>
<aside class="comments">
Please get in touch by <a href="mailto:[email protected]?subject=Comment on '{{ page.title }}'">email</a>, on
<a href="https://merveilles.town/@gueorgui">Mastodon</a>, or on
<a href="https://twitter.com/gueorgui">Twitter</a> if you'd like to comment. I reply to all!
</aside>
</article>
68 changes: 68 additions & 0 deletions _posts/2020-03-21-new-projects-dissertation-returnees.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
layout: post
title: "Two new projects: dissertation and Returnees 海归"
date: 2020-03-21 16:00:00 +0000
categories: ['projects']
summary: Including a collaboration with writer Hengtee Lim.
---

Hello from locked down London, in the spring of COVID-19, 2020. I hope that
you're all healthy and limiting social content while waiting for things to
improve out there. With everything that's going on, it's been a challenge to
stick to any kind of normal routine, especially to someone as
organisationally-challenged as I am.

During the lockdown, I've decided to dedicate a couple of hours every day to
long-neglected personal projects, and the first thing I've done was to finish
preparing two projects that have been on the backburner for a while.

## Dissertation

{% figure caption: "Wan Ying and Snow Ying, from “Girls”, 2017 © Luo Yang" %}
[![Wan Ying and Snow Ying, from “Girls”, 2017 © Luo
Yang](/assets/images/projects/portraiture-common-ground/14-luo.jpg)](/projects/portraiture-common-ground)
{% endfigure %}

The first project is the dissertation that I wrote for my MA Photography degree
at the Royal College of Art in 2018. It talks briefly about the post-war history
of photography in Japan and in China, and explores the work of two
photographers, Nagashima Yurie and Luo Yang, and the connections between their
two styles.

It's called [Luo Yang × Nagashima Yurie: Contemporary East Asian photography and
the portraiture of the common ground](/projects/portraiture-common-ground).
Check it out!

---

## Returnees 海归

{% figure caption: "“I used to fight with my parents all the time about
politics, but now, having been abroad, I understand that China has a specific
path it needs to follow.”" %}
[![From Returnees 海归](/assets/images/projects/returnees/returnees_06.jpg)](/projects/returnees)
{% endfigure %}

[The second project](/projects/returnees) is a weird one. In the summer of 2018,
I was in Beijing, interviewing and photographing Chinese citizens who had just
returned home after a long time abroad. I took many photos, and recorded over 20
hours of interviews, but after I came back, the project got stuck: I didn't have
enough material to produce something meaningful -- the story was just not told
the way it deserved to.

This eventually led to a collaboration with a writer friend, [Hengtee
Lim](https://twitter.com/hent03), who graciously wrote a short story to match
the photographs and the interviews. The story is called “Different Worlds”, and
it's included in this project alongside the photographs.

(Hengtee has a collection of short stories, “[Something Like
Hope](https://www.snippetsbooks.com/)” that would make for a fantastic read in
these complicated times. You should get a copy!)

The other thing that's included alongside the photographs is quotes taken from
the interviews. The quotes are included under pictures, but out of context:
those things were not necessarily said by the person in the picture.

---

I hope you enjoy these two projects. Please stay safe out there, and wash your hands :)
2 changes: 1 addition & 1 deletion _projects/returnees.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</p>
<blockquote>
The photographs are presented here paired with a short story titled
"Different Worlds", by writer <a href="https://twitter.com/hent03">Hengtee
Different Worlds, by writer <a href="https://twitter.com/hent03">Hengtee
Lim</a>. His book, "<a href="https://www.snippetsbooks.com/">Something
Like Hope</a>", is out now.
</blockquote>
Expand Down
4 changes: 4 additions & 0 deletions _sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ section[name='bio'] figure.centered {
margin: 0 auto;
}

.text-centered {
text-align: center;
}

sup.reference {
display: inline-block;
min-width: 0.5rem;
Expand Down
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ <h1>
{% include post_card.html %}
{% endfor %}

<h2><i class="twa twa-cricket"></i></h2>
<h2 class="text-centered"><i class="twa twa-cricket"></i></h2>

0 comments on commit ea2263a

Please sign in to comment.