Compare commits
3
Commits
eef434acf7
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
195605826f | ||
|
|
e569b3481c | ||
|
|
f0547208ed |
@@ -1,6 +1,6 @@
|
|||||||
# 流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End Hot 100(2016-2025)為例的內容分析
|
# 流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End Hot 100(2016-2025)為例的內容分析
|
||||||
|
|
||||||
這是研究論文《流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End Hot 100(2016-2025)為例的內容分析》的專案資料,包括論文本身、文件、紀錄、資料、工具程式、AI提示詞,等等。
|
這是研究論文《流行音樂中「女性力量」語彙的挪用與污染——以 Billboard Year-End Hot 100(2016-2025)為例的內容分析》的專案資料,包括論文本身、文件、紀錄、資料、工具程式、LLM提示詞,等等。
|
||||||
|
|
||||||
## 論文和摘要
|
## 論文和摘要
|
||||||
|
|
||||||
@@ -10,9 +10,17 @@
|
|||||||
|
|
||||||
研究方法、記錄等文件,請參閱 docs/ 資料夾。
|
研究方法、記錄等文件,請參閱 docs/ 資料夾。
|
||||||
|
|
||||||
|
## LLM提示
|
||||||
|
|
||||||
|
LLM提示請參閱 prompts/ 資料夾。
|
||||||
|
|
||||||
## 輔助工具程式
|
## 輔助工具程式
|
||||||
|
|
||||||
輔助工具程式,請參閱 tools/ 資料夾。
|
輔助工具程式請參閱 tools/ 資料夾。
|
||||||
|
|
||||||
|
## 研究資料
|
||||||
|
|
||||||
|
研究資料請參閱 data/ 資料夾。
|
||||||
|
|
||||||
## 授權
|
## 授權
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
Change Log
|
||||||
|
==========
|
||||||
|
|
||||||
|
|
||||||
|
version 1.0.0
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Released 2026/8/19
|
||||||
|
|
||||||
|
Initial release.
|
||||||
@@ -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
|
||||||
==================
|
==================
|
||||||
|
|||||||
@@ -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."""
|
||||||
|
|||||||
Reference in New Issue
Block a user