Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Jan 20, 2025
1 parent 769773c commit 74edde9
Show file tree
Hide file tree
Showing 5 changed files with 1,196 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build:
make docs/新闻报道
make docs/学术研究与调查报告
make docs/政策法规
make docs/综合索引

docs/新闻报道:
mkdir -p docs/新闻报道
Expand All @@ -17,10 +18,15 @@ docs/政策法规:
mkdir -p docs/政策法规
cd docs && python ../scripts/generate_index.py --config policy_query.json --state .policy_index_state.json

docs/综合索引:
mkdir -p docs/综合索引
cd docs && python ../scripts/generate_index.py --config total_query.json --state .total_index_state.json

clean:
rm -rf docs/新闻报道
rm -rf docs/学术研究与调查报告
rm -rf docs/政策法规
rm -f docs/.news_index_state.json
rm -f docs/.paper_index_state.json
rm -f docs/.policy_index_state.json
rm -f docs/.total_index_state.json
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
不同年度的文献与报道之选择,立足于两大考量:一方面竭力维护信息的完整性,尽量展现跨性别群体在不同社会条件下所经历的种种境遇;另一方面,则引入专业化的思路,涵盖医学与社科研究、公益倡议及政策研判等内容,为跨性别议题的探究或公众参与提供翔实的参考。与此同时,本编年录也注重提升可读性,在每年条目中做必要的背景解读与提要说明,以方便读者进行快速检索与深入阅读。

整体而言,透过跨年跨度的报道与资料搜罗,本编年录不仅展现了各年代中跨性别者在医疗实践、法律争议以及社会态度上的发展与差异,也试图记录个体于自我认同之路上所展现的坚韧和创造力。这些纵横交织的观察,尝试为解读当代华语文化与多元性别议题提供了文本基础与思考路径。通过不断丰富与更新,本编年录也期许在未来的研究与行动中,继续发挥支持作用,让更多人了解并关注跨性别人群的生存与价值。

<!--
## 跨性别事件与新闻索引
[新闻报道](新闻报道)
Expand All @@ -20,5 +20,5 @@
## 跨性别政策法规索引
[政策法规](政策法规)
[政策法规](政策法规) -->

2 changes: 1 addition & 1 deletion docs/paper_query.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"description": "2011-2025 digital from digital.transchinese.org",
"years": ["2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025"],
"years": ["1990", "1991", "1992", "1993", "1994", "1995", "1996", "1997", "1998", "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010"],
"domains": ["digital.transchinese.org"],
"term": "社群及NGO文件/统计报告",
"update_interval_hours": 24
Expand Down
Loading

0 comments on commit 74edde9

Please sign in to comment.