Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -284,7 +284,7 @@ pip install streamlit matplotlib
|
|
| 284 |
|
| 285 |
<h4>2. 教學設計與協作流程</h4>
|
| 286 |
<h5>(A) 老師的準備工作:建立課程模板</h5>
|
| 287 |
-
<p>老師需要在 GitHub 上建立一個公開 (Public) 的課程專用 Repository,例如 <code>https://github.com/
|
| 288 |
<div class="code-block">
|
| 289 |
<pre><code>geophysics-class-2025/
|
| 290 |
├── .devcontainer/
|
|
@@ -299,7 +299,7 @@ pip install streamlit matplotlib
|
|
| 299 |
<h5>(B) 🧭 學生的操作流程:Fork 與 Pull Request</h5>
|
| 300 |
<p>這套流程非常適合大班課程,老師只需維護一個公開 Repo,學生即可透過 Fork 功能建立個人副本來完成作業。</p>
|
| 301 |
<ol style="padding-left: 20px;">
|
| 302 |
-
<li><strong>Fork 課程 Repo:</strong> 進入老師提供的課程 Repo
|
| 303 |
<li><strong>建立 Codespace:</strong> 進入自己帳號下的 Fork Repo,點擊綠色的 <strong><> Code</strong> 按鈕 → <strong>Create codespace on main</strong>,等待約 1-2 分鐘讓雲端環境自動安裝完成。</li>
|
| 304 |
<li><strong>完成作業:</strong> 在 Codespace 中,打開 <code>notebooks/</code> 或 <code>hw/</code> 資料夾,編寫程式碼與 Notebook。完成後,使用終端機儲存並推送 (push) 變更到自己的 Fork Repo。<br>
|
| 305 |
<code>git add .</code><br>
|
|
|
|
| 284 |
|
| 285 |
<h4>2. 教學設計與協作流程</h4>
|
| 286 |
<h5>(A) 老師的準備工作:建立課程模板</h5>
|
| 287 |
+
<p>老師需要在 GitHub 上建立一個公開 (Public) 的課程專用 Repository,例如 <code>https://github.com/cwbdayi638/geophysics-class-2025</code>。這個 Repo 將作為所有學生的課程模板,其中包含:</p>
|
| 288 |
<div class="code-block">
|
| 289 |
<pre><code>geophysics-class-2025/
|
| 290 |
├── .devcontainer/
|
|
|
|
| 299 |
<h5>(B) 🧭 學生的操作流程:Fork 與 Pull Request</h5>
|
| 300 |
<p>這套流程非常適合大班課程,老師只需維護一個公開 Repo,學生即可透過 Fork 功能建立個人副本來完成作業。</p>
|
| 301 |
<ol style="padding-left: 20px;">
|
| 302 |
+
<li><strong>Fork 課程 Repo:</strong> 進入老師提供的課程 Repo 網址:https://github.com/cwbdayi638/geophysics-class-2025,點擊右上角的 <strong>Fork</strong> 按鈕,在自己的帳號下生成一份完全相同的副本。</li>
|
| 303 |
<li><strong>建立 Codespace:</strong> 進入自己帳號下的 Fork Repo,點擊綠色的 <strong><> Code</strong> 按鈕 → <strong>Create codespace on main</strong>,等待約 1-2 分鐘讓雲端環境自動安裝完成。</li>
|
| 304 |
<li><strong>完成作業:</strong> 在 Codespace 中,打開 <code>notebooks/</code> 或 <code>hw/</code> 資料夾,編寫程式碼與 Notebook。完成後,使用終端機儲存並推送 (push) 變更到自己的 Fork Repo。<br>
|
| 305 |
<code>git add .</code><br>
|