<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MC Chung</title>
    <link>https://example.com/tw/</link>
    <description>Recent content on MC Chung</description>
    <generator>Hugo</generator>
    <language>tw</language>
    <lastBuildDate>Fri, 16 Feb 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://example.com/tw/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>計量經濟學</title>
      <link>https://example.com/tw/posts/econometrics/</link>
      <pubDate>Fri, 16 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://example.com/tw/posts/econometrics/</guid>
      <description>&lt;h1 id=&#34;課程資源&#34;&gt;&#xA;  課程資源&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e8%aa%b2%e7%a8%8b%e8%b3%87%e6%ba%90&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;h3 id=&#34;econ2023&#34;&gt;&#xA;  ECON2023&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#econ2023&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;(第五週) &lt;a href=&#34;https://drive.google.com/file/d/1B_W0SuF7xZzlYiOOt0B8nUVUiSTze-XF/view?usp=sharing&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;統計表&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;(第四週) &lt;a href=&#34;https://drive.google.com/file/d/1I3wh1jisgBZonZ0yeao3SBIeYQ7csHhk/view?usp=drive_link&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;補充 2&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;(第四週) &lt;a href=&#34;https://drive.google.com/file/d/1I3V4ZEj1ZRn4QKyzGr76MYMVqCHc5AJM/view?usp=drive_link&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;補充 1&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>安排座位</title>
      <link>https://example.com/tw/tools/arrangeseat/</link>
      <pubDate>Sun, 11 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://example.com/tw/tools/arrangeseat/</guid>
      <description>&lt;ul&gt;&#xD;&#xA;    &lt;li&gt;&#xD;&#xA;        請直接上傳由 NTU COOL 上下載的學生名單&#xD;&#xA;    &lt;/li&gt;&#xD;&#xA;&lt;/ul&gt;&lt;br&gt;&#xD;&#xA;&#xD;&#xA;&lt;form id=&#34;info&#34;&gt;&#xD;&#xA;    &lt;div&gt;&#xD;&#xA;        &lt;input type=&#34;file&#34; id=&#34;studentList&#34; accept=&#34;.xlsx, .csv&#34; required /&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;    &lt;div style=&#34;margin-top: 20px;&#34;&gt;&#xD;&#xA;        &lt;select name=&#34;classroom&#34; id=&#34;classroom&#34; required&gt;&#xD;&#xA;            &lt;option value=&#34;&#34; disabled selected=&#34;selected&#34;&gt;請選擇一間教室&lt;/option&gt;&#xD;&#xA;        &lt;/select&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;    &lt;div style=&#34;margin-top: 20px;&#34;&gt;&#xD;&#xA;        &lt;select name=&#34;method&#34; id=&#34;method&#34; required&gt;&#xD;&#xA;            &lt;option value=&#34;&#34; disabled selected=&#34;selected&#34;&gt;請選擇一種排法&lt;/option&gt;&#xD;&#xA;            &lt;option value=&#34;method1&#34;&gt;方法一&lt;/option&gt;&#xD;&#xA;            &lt;!-- &lt;option value=&#34;method2&#34;&gt;方法二&lt;/option&gt; --&gt;&#xD;&#xA;        &lt;/select&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;    &lt;div style=&#34;margin-top: 20px;&#34;&gt;&#xD;&#xA;        &lt;label for=&#34;seatTitle&#34;&gt;標題:&lt;/label&gt;&#xD;&#xA;        &lt;input type=&#34;text&#34; id=&#34;seatTitle&#34; placeholder=&#34;(optional)&#34; /&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;    &lt;div style=&#34;margin-top: 20px;&#34;&gt;&#xD;&#xA;        &lt;button type=&#34;submit&#34;&gt;送出&lt;/button&gt;&#xD;&#xA;        &lt;button type=&#34;button&#34; id=&#34;printBtn&#34; style=&#34;display: none;&#34; onclick=&#34;printTable()&#34;&gt;列印&lt;/button&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;&#xD;&#xA;    &lt;div id=&#34;printElement&#34; style=&#34;display: none;&#34;&gt;&#xD;&#xA;        &lt;div class=&#34;seat&#34;&gt;&#xD;&#xA;            &lt;table id=&#34;table1&#34;&gt;&#xD;&#xA;            &lt;/table&gt;&#xD;&#xA;        &lt;/div&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;&lt;/form&gt;&#xD;&#xA;&lt;script src=&#34;https://example.com/js/arrangeSeat.js&#34;&gt;&lt;/script&gt;&#xD;&#xA;&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.17.3/xlsx.full.min.js&#34;&gt;&lt;/script&gt;&#xD;&#xA;&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&#34;&gt;&lt;/script&gt;&#xD;&#xA;&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.fonts.js&#34;&gt;&lt;/script&gt;&#xD;&#xA;&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.8.1/jspdf.plugin.autotable.min.js&#34;&gt;&lt;/script&gt;&#xD;&#xA;&lt;script&gt;&#xD;&#xA;    document.getElementById(&#39;info&#39;).addEventListener(&#39;submit&#39;, function (event) {&#xD;&#xA;        event.preventDefault()&#xD;&#xA;        submit()&#xD;&#xA;    });&#xD;&#xA;    addOptions();&#xD;&#xA;    var numberOfStudents = 0;&#xD;&#xA;&#xD;&#xA;    function submit() {&#xD;&#xA;        var studentList = document.getElementById(&#39;studentList&#39;).files[0]&#xD;&#xA;        var reader = new FileReader()&#xD;&#xA;&#xD;&#xA;        reader.onload = function (file) {&#xD;&#xA;            var data = new Uint8Array(file.target.result)&#xD;&#xA;            var workbook = XLSX.read(data, { type: &#39;array&#39; })&#xD;&#xA;            var sheet_name = workbook.SheetNames[0]&#xD;&#xA;            var sheet = workbook.Sheets[sheet_name]&#xD;&#xA;            jsonData = XLSX.utils.sheet_to_json(sheet, { header: 1 })&#xD;&#xA;            var studentNames = []&#xD;&#xA;            for (var i = 1; i &lt; jsonData.length; i++) {&#xD;&#xA;                studentNames.push(jsonData[i][4].split(&#34; &#34;)[0])&#xD;&#xA;            }&#xD;&#xA;            dataProcess(studentNames)&#xD;&#xA;        }&#xD;&#xA;&#xD;&#xA;        reader.readAsArrayBuffer(studentList);&#xD;&#xA;    }&#xD;&#xA;&#xD;&#xA;    function dataProcess(studentNames) {&#xD;&#xA;        numberOfStudents = studentNames.length&#xD;&#xA;        var sampleNames = sample(studentNames, studentNames.length)&#xD;&#xA;        var classroom = getClassroom();&#xD;&#xA;&#xD;&#xA;        var result;&#xD;&#xA;        var method = document.getElementById(&#39;method&#39;).value;&#xD;&#xA;        switch (method) {&#xD;&#xA;            case &#39;method1&#39;:&#xD;&#xA;                result = method1(sampleNames, classroom)&#xD;&#xA;                break;&#xD;&#xA;            case &#39;method2&#39;:&#xD;&#xA;                result = method1(sampleNames, classroom)&#xD;&#xA;                break;&#xD;&#xA;            default:&#xD;&#xA;                break;&#xD;&#xA;        }&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;        console.log(result)&#xD;&#xA;&#xD;&#xA;        createTable(result)&#xD;&#xA;&#xD;&#xA;        var printBtn = document.getElementById(&#39;printBtn&#39;);&#xD;&#xA;        printBtn.style.display = &#39;&#39;;&#xD;&#xA;    }&#xD;&#xA;&#xD;&#xA;    function createTable(tableData) {&#xD;&#xA;        var table = document.getElementById(&#39;table1&#39;);&#xD;&#xA;        var tableBody = document.createElement(&#39;tbody&#39;);&#xD;&#xA;&#xD;&#xA;        tableData.forEach(function (rowData, rIndex) {&#xD;&#xA;            var row = document.createElement(&#39;tr&#39;);&#xD;&#xA;&#xD;&#xA;            rowData.forEach(function (cellData, cIndex) {&#xD;&#xA;                var cell = document.createElement(&#39;td&#39;);&#xD;&#xA;                if (cellData === &#34;AA&#34;)&#xD;&#xA;                    cell.classList.add(&#39;aisle&#39;);&#xD;&#xA;                if (rIndex == 0 || cIndex == 0)&#xD;&#xA;                    cell.classList.add(&#39;index&#39;);&#xD;&#xA;                cell.appendChild(document.createTextNode(cellData));&#xD;&#xA;                row.appendChild(cell);&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            tableBody.appendChild(row);&#xD;&#xA;        });&#xD;&#xA;&#xD;&#xA;        table.replaceChildren(tableBody);&#xD;&#xA;    }&#xD;&#xA;&#xD;&#xA;    &#xD;&#xA;&#xD;&#xA;&lt;/script&gt;</description>
    </item>
    <item>
      <title>關於我</title>
      <link>https://example.com/tw/about/</link>
      <pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
      <guid>https://example.com/tw/about/</guid>
      <description>&lt;p&gt;碩士畢業於台大經研所, 主要研究實證總體經濟學, 興趣是羽球, 偶爾寫程式做小工具以自娛, 很高興認識你！&lt;/p&gt;&#xA;&lt;h1 id=&#34;簡歷&#34;&gt;&#xA;  簡歷&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e7%b0%a1%e6%ad%b7&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;工作經歷&#34;&gt;&#xA;  工作經歷&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e5%b7%a5%e4%bd%9c%e7%b6%93%e6%ad%b7&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;教學助理&lt;br&gt;&#xA;我曾在台大經濟系擔任多門計量與總體經濟學相關課程的教學助理, 工作內容包含上台講授實習課, 處理作業, 期考以及其他課程相關事宜, 想知道任何更進一步的消息, 歡迎隨時與我聯繫。&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;研究助理&lt;br&gt;&#xA;我曾擔任多位老師的研究助理, 工作內容包含程式撰寫, 資料蒐集以及其他行政事務。&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;家教 (科目見底下連結)&lt;br&gt;&#xA;我利用部分時間接家教工作, 教過的學生從高中到博士班都有, 處理過的問題五花八門, 如果有任何需求, 歡迎隨時與我聯繫。&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://example.com/workList/workListCh.pdf&#34; &gt;(看更多)&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;學歷&#34;&gt;&#xA;  學歷&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e5%ad%b8%e6%ad%b7&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;國立台灣大學 經濟學系研究所&lt;br&gt;&#xA;論文題目: 油價泡沫預測&lt;br&gt;&#xA;指導教授: 陳旭昇 博士&lt;/li&gt;&#xA;&lt;li&gt;國立中山大學 應用數學系 [金融工程學程]&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;技能&#34;&gt;&#xA;  技能&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e6%8a%80%e8%83%bd&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;學科: 統計學, 計量經濟學, 總體經濟學&lt;/li&gt;&#xA;&lt;li&gt;程式: R, Python, Stata, EViews, LaTeX&lt;/li&gt;&#xA;&lt;li&gt;其他: 羽球&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>聯絡我</title>
      <link>https://example.com/tw/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://example.com/tw/contact/</guid>
      <description>&lt;p&gt;Mail: &lt;a href=&#34;mailto:workchung1995@gmail.com&#34; &gt;workchung1995@gmail.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
