Skip to content

Commit 7e297db

Browse files
committed
2 more for today
1 parent f9f7f96 commit 7e297db

3 files changed

Lines changed: 53 additions & 1 deletion

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Gender Roles in Transmitting Vietnamese Buddhism to Taiwan: Two Case-studies of Vietnamese Buddhist Nuns"
3+
authors:
4+
- "Wei-Yi Cheng"
5+
external_url: "https://www.globalbuddhism.org/article/download/1990/2804"
6+
source_url: "https://doi.org/10.26034/lu.jgb.2022.1990"
7+
drive_links:
8+
- "https://drive.google.com/file/d/1YbgqGbfljemb1awXO_pItCUKJjqZSMmV/view?usp=drivesdk"
9+
course: nuns # maybe archive?
10+
tags:
11+
- academic
12+
- vietnamese
13+
- taiwanese
14+
year: 2022
15+
month: jul
16+
journal: jgb
17+
volume: 23
18+
number: 1
19+
pages: "31--44"
20+
openalexid: W4285022625
21+
---
22+
23+
> In the cases of Ven. Hạt and Ven. Thuần Tịnh, they certainly meet the criteria above. They have seemingly
24+
achieved [feminist scholar Rita] Gross’ agenda for androgynous Buddhism without openly adopting a feminist identity.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Tinker, Tailor, Scholar, Spy: Holmes Welch, Buddhism, and the Cold War"
3+
authors:
4+
- "Justin R. Ritzinger"
5+
external_url: "https://www.globalbuddhism.org/article/view/1989/1727"
6+
source_url: "https://doi.org/10.5281/zenodo.5764599"
7+
drive_links:
8+
- "https://drive.google.com/file/d/1k8P0IdyjALtr8ZVjCeHQ-Ir_LnmPkuzh/view?usp=drivesdk"
9+
course: academic
10+
status: featured
11+
tags:
12+
- colonialism
13+
year: 2021
14+
month: dec
15+
journal: jgb
16+
volume: 22
17+
number: 2
18+
pages: "421--441"
19+
openalexid: W4225923058
20+
---
21+
22+
> Holmes Welch (1921–1981) is a towering figure in the study of Buddhism whose [1960s] trilogy on modern Chinese Buddhism stood as the definitive work on the topic for decades and remains a touchstone today.
23+
> In many ways, Welch appears ahead of its time.
24+
> Yet an investigation of Welch's papers makes clear that his work can only be fully understood in the context of the Cold War, for it was not only shaped by but also served the American struggle against Communism.
25+
26+
This article explores how Buddhist Studies as a discipline serves the objectives of Western empires through the case study of one particular mid-century scholar.
27+

scripts/openaleximporter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def make_library_entry_for_work(work, draft=False, course=None, glink='', pageco
232232
for tag in tags:
233233
fd.write(f" - {tag}\n")
234234
fd.write(" - \n")
235-
fd.write("year: {work['publication_year']}\n")
235+
fd.write(f"year: {work['publication_year']}\n")
236236
fd.write(f"month: {MONTHS[int(work['publication_date'][5:7])-1]}\n")
237237
try:
238238
venue = title_case(work['primary_location']['source']['display_name'].replace('"', "\\\""))
@@ -378,6 +378,7 @@ def _main():
378378
if not work:
379379
quit(0)
380380
title = whitespace.sub(' ', work['title']).split(':')[0].replace('\'', '\\\'')
381+
# TODO Investigate the below line as we're sometimes getting 2 results instead of one (for e.g. Holmes Welch)
381382
gfiles = gdrive.gcache.search_by_name_containing(
382383
title,
383384
additional_filters="mime_type = ? AND owner = 1 AND shortcut_target IS NULL",

0 commit comments

Comments
 (0)