Skip to content

Commit a90c2ce

Browse files
committed
a secular
1 parent dee7f08 commit a90c2ce

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Tombois in West Sumatra: Constructing Masculinity and Erotic Desire"
3+
authors:
4+
- "Evelyn Blackwood"
5+
external_url: "https://onlinelibrary.wiley.com/doi/pdfdirect/10.1525/can.1998.13.4.491"
6+
source_url: "https://doi.org/10.1525/can.1998.13.4.491"
7+
alternate_doi: "https://doi.org/10.1002/9780470775981.ch13"
8+
drive_links:
9+
- "https://drive.google.com/file/d/1pbSEpSYriWVSs6nnOLRWiUs3V2f5q34V/view?usp=drivesdk"
10+
course: sea
11+
tags:
12+
- gender
13+
- nonmaterial-culture
14+
- indonesia
15+
- minangkabau
16+
year: 1998
17+
month: nov
18+
journal: "Cultural Anthropology"
19+
publisher: "Wiley"
20+
volume: 13
21+
number: 4
22+
pages: "491--521"
23+
openalexid: W2128604611
24+
---
25+
26+
> Through my relationship with a tomboi in West Sumatra, I learned some of the ways in which my concept of "lesbian" was not the same as my partner's, even though we were both, I thought, women-loving women.
27+
> This article explores how *tombois* in West Sumatra both shape their identities from and resist local, national, and transnational narratives of gender and sexuality.
28+
29+
This description of 1990 West Sumatra shows something of how gender and sexuality are understood across Southeast Asia.
30+
The article presents identity as a negotiation between others' expectations and an individual's complex (socially-conditioned!) desires.

scripts/openaleximporter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
from urllib import parse as url
44
from collections import deque
5+
from math import floor, ceil
56
from pathlib import Path
67
import os
78
import json
89
import shutil
910
from strutils import (
1011
whitespace,
1112
trunc,
12-
floor,
13-
ceil,
1413
prompt,
1514
title_case,
1615
input_with_prefill,

0 commit comments

Comments
 (0)