Skip to content

slushie1122/word-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

字數市場 — 報告字數下限的經濟學分析

當一個指標變成目標,它就不再是好指標。

用供需曲線、Price Floor、外部性與 Goodhart's Law,解剖老師規定字數下限這件事。

包含內容

  • 問題設定:為什麼字數下限是制度設計問題
  • 市場分析:字數下限 = Price Floor,產生無謂損失
  • 外部性分析:認真學生為何應該被補貼
  • 互動圖表(4張):供需曲線、DWL 三角、學生分布、外部性
  • Goodhart's Law:指標失靈的根本原因
  • 制度經濟學定位

部署到 GitHub Pages

第一次設定

# 1. 在 GitHub 建立一個新的 repository(例如 word-market)

# 2. 在本機初始化
git init
git add .
git commit -m "first commit"

# 3. 連接到你的 GitHub repository
git remote add origin https://github.com/你的帳號/word-market.git
git branch -M main
git push -u origin main

開啟 GitHub Pages

  1. 到你的 repository 頁面
  2. SettingsPages
  3. Source 選 Deploy from a branch
  4. Branch 選 main,資料夾選 / (root)
  5. Save

幾分鐘後就可以用 https://你的帳號.github.io/word-market/ 瀏覽。

之後更新

git add .
git commit -m "更新內容"
git push

技術說明

  • 純 HTML / CSS / JavaScript,無需任何框架或後端
  • 圖表使用 Chart.js 4.4 + 手寫 SVG
  • 字體使用 Google Fonts(Noto Serif TC + Space Mono)
  • 所有依賴透過 CDN 載入,不需要 npm install

授權

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages