Initialize project structure, workflow rules, and research plan

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 14:34:40 +08:00
co-authored by Claude Fable 5
commit fa530b0df1
9 changed files with 1564 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# pop-fem-audit
流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End
Hot 10020162025)為例的內容分析。
台灣女性學學會 2026 年會論文之研究資料與分析程式。
## 目錄結構
`docs/project_structure.md`。研究步驟規劃見
`docs/research_plan.md`;方法細節見 `docs/methodology.md`
人工編碼手冊見 `docs/codebook.md`;決策日誌見
`docs/decision_log.md`
## 重現方式
1. 準備 Python 3.10+ 環境,安裝 `requirements.txt`
2. 將 Anthropic API 金鑰寫入 `.env`(格式見 `.env.example`)。
3.`docs/research_plan.md` 的階段順序執行 `scripts/` 下的
程式。LLM 步驟使用 `claude-sonnet-4-6`、temperature=0、
thinking 關閉;每步驟獨立執行兩次後由仲裁步驟合併
(「2+1」協定)。
4. 每次執行的完整紀錄(定義檔快照、原始輸出、參數)存於
`runs/`,可逐筆稽核。論文引用的最終資料表在 `results/`
注意:歌詞受版權保護,`data/lyrics/` 不隨 repo 發布,須自行
`scripts/` 中的抓取程式重建。
## 授權
(待定)