3 Commits
Author SHA1 Message Date
imacat 195605826f Advance tools to version 1.0.0. 2026-08-19 20:11:29 +08:00
imacat e569b3481c Add change log. 2026-08-19 20:10:38 +08:00
imacat f0547208ed Update README.md. 2026-08-19 20:05:15 +08:00
4 changed files with 23 additions and 3 deletions
+10 -2
View File
@@ -1,6 +1,6 @@
# 流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End Hot 1002016-2025)為例的內容分析 # 流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End Hot 1002016-2025)為例的內容分析
這是研究論文《流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End Hot 1002016-2025)為例的內容分析》的專案資料,包括論文本身、文件、紀錄、資料、工具程式、AI提示詞,等等。 這是研究論文《流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End Hot 1002016-2025)為例的內容分析》的專案資料,包括論文本身、文件、紀錄、資料、工具程式、LLM提示詞,等等。
## 論文和摘要 ## 論文和摘要
@@ -10,9 +10,17 @@
研究方法、記錄等文件,請參閱 docs/ 資料夾。 研究方法、記錄等文件,請參閱 docs/ 資料夾。
## LLM提示
LLM提示請參閱 prompts/ 資料夾。
## 輔助工具程式 ## 輔助工具程式
輔助工具程式請參閱 tools/ 資料夾。 輔助工具程式請參閱 tools/ 資料夾。
## 研究資料
研究資料請參閱 data/ 資料夾。
## 授權 ## 授權
+10
View File
@@ -0,0 +1,10 @@
Change Log
==========
version 1.0.0
-------------
Released 2026/8/19
Initial release.
+2
View File
@@ -13,6 +13,8 @@ This is a collection of supporting tools for the conference paper "流行音樂
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Contents:
changelog
Indices and tables Indices and tables
================== ==================
+1 -1
View File
@@ -6,5 +6,5 @@
"""Tools for A Feminist Audit of Pop Music.""" """Tools for A Feminist Audit of Pop Music."""
VERSION: str = "0.0.0" VERSION: str = "1.0.0"
"""The package version.""" """The package version."""