Compare commits

...

5 Commits

Author SHA1 Message Date
Aadil Ayub a8f344f83b add new video
continuous-integration/drone/push Build is passing Details
2023-01-31 16:49:14 +05:00
Aadil Ayub bc129a014c add essays 2023-01-31 16:44:50 +05:00
Aadil Ayub a00a3bb829 add new events 2023-01-31 16:44:43 +05:00
Aadil Ayub 04f54ed0ee update audio content 2023-01-31 16:44:32 +05:00
Aadil Ayub 21a1f9fd46 update courses list with links + styling 2023-01-31 16:30:50 +05:00
7 changed files with 70 additions and 2 deletions

View File

@ -157,5 +157,14 @@ title: Audio
</p>
<small>August 2022</small>
</li>
<li>
<p>
<a href="https://thefinalstrawradio.noblogs.org/post/2023/01/01/sophie-lewis-on-abolishing-the-family">
The Final Straw Radio: Sophie Lewis on Abolishing the Family
</a>
</p>
<small>August 2018</small>
</li>
</ul>
</section>

View File

@ -5,6 +5,15 @@ title: Events
<section id="events-listing">
<h1>Past Events</h1>
<ul class="events-list">
<li>
<p class="event-title">
<a href="https://events.cornell.edu/event/sophie_lewis_abolish_which_family_black_familiality_patriarchal_motherhood_and_the_communization_of_care">
Abolish Which Family? Black Familiality, Patriarchal Motherhood, and the Communization of Care
</a>
- Cornell University
</p>
<small>1 March 2023</small>
</li>
<li class="past-event">
<p class="event-title">Parapraxis seminar, online (Zoom) with M.E. OBrien</p>
<small>28 Aug 2022 (Sun) 1pm </small>

View File

@ -3,5 +3,25 @@ title: "OnlineCourseOfferings"
octo: octo-3.webp
---
<p>Check out my most recent short course offerings, online and open to all, at the <a href="https://thebrooklyninstitute.com/people/sophie-lewis/" target="_blank">Brooklyn Institute for Social Research</a>. </p>
<p>Course I've taught in the 2020-2023 period have included: Transfeminism, Femonationalism, Who is Feminism For?, What is Family Abolition?, Children's Liberation, Kathi Weeks: The Problem with Work, Shulamith Firestone: The Dialectic of Sex, Feminists Against Women: The Politics of Trans-Exclusionary Radical Feminism, and Ecofeminism and Xenofeminism. <a href="https://thebrooklyninstitute.com/people/sophie-lewis/" target="_blank">Enroll today!</a></p>
# Courses
Check out my most recent short course offerings, online and open to all, at the [Brooklyn Institute for Social Research](https://thebrooklyninstitute.com/people/sophie-lewis/)
Courses I've taught in the 2020-2023 period have included:
<div class="bulleted-list">
- [Transfeminism](https://thebrooklyninstitute.com/items/courses/new-york/trans-queer-woman-theory-and-politics-2/)
- [Femonationalism](https://thebrooklyninstitute.com/items/courses/new-york/femonationalism/)
- [Who is Feminism For?](https://thebrooklyninstitute.com/items/courses/new-york/who-is-feminism-for-2/)
- [What is Family Abolition?](https://thebrooklyninstitute.com/items/courses/new-york/what-is-family-abolition-3/)
- [Children's Liberation](https://thebrooklyninstitute.com/items/courses/new-york/childrens-liberation-autonomy-and-control/)
- [Kathi Weeks: The Problem with Work](https://thebrooklyninstitute.com/items/courses/new-york/kathi-weeks-feminism-and-the-problem-with-work-2/)
- [Shulamith Firestone: The Dialectic of Sex](https://thebrooklyninstitute.com/items/courses/new-york/shulamith-firestone-the-dialectic-of-sex-2/)
- [Feminists Against Women: The Politics of Trans-Exclusionary Radical Feminism](https://thebrooklyninstitute.com/items/courses/new-york/feminists-against-women-the-politics-of-trans-exclusionary-radical-feminism-2/)
- [Ecofeminism and Xenofeminism](https://thebrooklyninstitute.com/people/sophie-lewis/)
</div>
<br>
Enroll today!

View File

@ -2,6 +2,14 @@
title: "Videos"
octo: octo-5-edit.webp
---
{{<youtube 6L8hDkaNg1A>}}
**CAPITALISM/SOCIALISM/DEMOCRACY - What Is Family Abolition? A Discussion with Sophie Lewis**
*Andrew Mitchell Center for The Study of Democracy, December 2022*
---
{{<vimeo 685552243>}}

View File

@ -2,6 +2,21 @@
title: "Writing"
octo: octo-4.webp
essays:
- title: Escape from Love Island
url: https://www.lrb.co.uk/blog/2023/january/escape-from-love-island"
publication: LRB Blog
year: 2023
date: January 2023
- title: On Non-Reparative Mothering
url: https://www.berlinerfestspiele.de/en/gropiusbau/programm/2022/yoyi-care-repair-heal/yoyi!-magazin/reprints/sophie-lewis-on-non-reparative-mothering.html
publication: YOYI! magazine
year: 2023
date: January 2023
- title: Auto-Analysis
url: https://www.parapraxismagazine.com/articles/autoanalysis-caren-allstrich
publication: Parapraxis Magazine
year: 2022
date: December 2022
- title: Abortion Involves Killing - And That's OK!
url: "https://www.thenation.com/article/society/abortion-ethics-gestation-reproduction/"
publication: The Nation

View File

@ -4,6 +4,7 @@
<div class="thead">ESSAYS</div>
</div>
<div class="column">
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2023)}}
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2022)}}
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2021)}}
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2020)}}

View File

@ -445,3 +445,9 @@ footer {
}
}
}
.bulleted-list,
.bulleted-list ul {
margin-left: .75rem;
list-style-type: square;
}