Skip to content

Commit 402eb99

Browse files
committed
2 more academic
1 parent 3b587fe commit 402eb99

3 files changed

Lines changed: 50 additions & 1 deletion

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Silences and Censures: Abortion, History, and Buddhism in Japan. A Rejoinder to George Tanabe"
3+
authors:
4+
- "William R. LaFleur"
5+
external_url: "https://nirc.nanzan-u.ac.jp/journal/6/article/898/pdf/download"
6+
source_url: "https://doi.org/10.18874/jjrs.22.1-2.1995.185-196"
7+
drive_links:
8+
- "https://drive.google.com/file/d/1OkawunIaoDr8v8LNUd50-s8C9rPVhIXj/view?usp=drivesdk"
9+
course: academic
10+
tags:
11+
- japanese-roots
12+
- historiography
13+
year: 1995
14+
month: may
15+
journal: jjrs
16+
volume: 22
17+
number: 1
18+
pages: "185--196"
19+
openalexid: W2339932700
20+
---
21+
22+
> One could, of course, dismiss this
23+
as a misunderstanding of what *real* Buddhism is, but then one would
24+
probably have to jettison most of the history of Buddhism in Japan as
25+
wrongheaded delusion as well. The cost is considerable.
26+
27+
> The piece is organized into three sections, in which I comment on misrepresentations of what I have tried to do; on "silences" in the history of morality, or, alternately, on what constitutes evidence in studies of that history; and on gender-specificity as it relates to these questions.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Teaching Buddhism in Britain's Schools: Redefining the Insider Role"
3+
authors:
4+
- "Phra Nicholas Thanissaro"
5+
external_url: "https://wrap.warwick.ac.uk/3338/1/WRAP_Thanissaro_ie-060810-thanissaro_2010b.pdf"
6+
source_url: "https://doi.org/10.1080/14639947.2010.506064"
7+
drive_links:
8+
- "https://drive.google.com/file/d/1C77g_n0P0meM-_79kCVPLe93bx75Q4Rv/view?usp=drivesdk"
9+
course: academic
10+
tags:
11+
- british
12+
year: 2010
13+
month: may
14+
journal: jcb
15+
volume: 11
16+
number: 1
17+
pages: "69--84"
18+
openalexid: W2125713931
19+
---
20+
21+
> Insider input through home nurture, teaching materials, teacher expertise, insider input and pedagogy had already been applied to good effect in the classroom.
22+
> However, in the areas of the Agreed Syllabuses for Religious Education, school ethos and national representation input was found lacking or skewed toward 'convert' Buddhist expectations, while the voice of the more numerous 'migrant' Buddhist community remained relatively unheard.

‎scripts/gdrive.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def folderid_to_course_string(folderid: str) -> str:
166166
def add_tracked_folder(slug, public, private, gfolders=None):
167167
gfolders = gfolders or FOLDERS_DATA()
168168
gfolders[slug] = {'public': public, 'private': private}
169-
FOLDERS_DATA_FILE.write_text(json.dumps(gfolders, sort_keys=True, indent=1))
169+
FOLDERS_DATA_FILE.write_text(json.dumps(gfolders, sort_keys=True, indent=2))
170170
return gfolders
171171

172172
def get_gfolders_for_course(course):

0 commit comments

Comments
 (0)