Skip to content

Commit

Permalink
Fix the slide.
Browse files Browse the repository at this point in the history
  • Loading branch information
okatsn committed Aug 6, 2024
1 parent a1b5f0f commit ff0f52a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 45 deletions.
29 changes: 0 additions & 29 deletions CWA/meeting-2024-08/ask_pcloud_team.md

This file was deleted.

18 changes: 16 additions & 2 deletions CWA/meeting-2024-08/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ blockquote {
/* Semi-bold font weight */
}

// Tags
// {.xtag} is equivalent to something like {style="float:right;text-align:right;color:red"}

// Tag that floats to the right

.rtag {
font-size: 0.7em;
Expand All @@ -45,20 +49,30 @@ blockquote {
background-color: #229954;
border: 0.2em solid black;
border-radius: 10px;
/* 10px rounded corners */
}

// Tag that floats to the left

.ltag {
font-size: 0.7em;
float: left;
color: #fef9e7;
background-color: #229954;
border: 0.2em solid black;
border-radius: 10px;
}

// No-floating tag

.nftag {
font-size: 0.7em;
color: #fef9e7;
background-color: #229954;
border: 0.2em solid black;
border-radius: 10px;
/* 10px rounded corners */
}

// {.rtag} is equivalent to v2022]{style="float:right;text-align:right;color:red"}

// Inline image
// Refer: https://stackoverflow.com/a/74100740
Expand Down
14 changes: 7 additions & 7 deletions CWA/meeting-2024-08/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,13 +439,13 @@ <h2>發展歷史與現況</h2>
<div class="column" style="width:65%;">
<p>已完成</p>
<ul>
<li>相容於地磁資料 (2019-2020) <span class="rtag fragment" data-fragment-index="1">MagTIP-2020 (Archived) <sup>1</sup></span></li>
<li>多通道/變量的支援 (2021-2022) <span class="rtag fragment" data-fragment-index="2">v2022 <sup>2</sup></span></li>
<li>聯合地電/地磁測站的預報 (2023) <span class="rtag fragment" data-fragment-index="3">v2023 <sup>3</sup></span></li>
<li>相容於地磁資料 (2019-2020) <span class="nftag fragment" data-fragment-index="1">MagTIP-2020 (Archived) <sup>1</sup></span></li>
<li>多通道/變量的支援 (2021-2022) <span class="nftag fragment" data-fragment-index="2">v2022 <sup>2</sup></span></li>
<li>聯合地電/地磁測站的預報 (2023) <span class="nftag fragment" data-fragment-index="3">v2023 <sup>3</sup></span></li>
</ul>
<p>進行中</p>
<ul>
<li>資訊理論指標的計算與應用 (2023~) <span class="rtag fragment" data-fragment-index="4">v2024 (now working)</span></li>
<li>資訊理論指標的計算與應用 (2023~) <span class="nftag fragment" data-fragment-index="4">v2024 (now working)</span></li>
<li>除錯與持續維護</li>
</ul>
</div><div class="column" style="width:35%;">
Expand Down Expand Up @@ -476,7 +476,7 @@ <h2>2024-04-03 花蓮地震分析計算</h2>
</ol>
</div>
</div>
<div id="9b584121" class="cell" data-fragment-index="1" data-execution_count="1">
<div id="4183716b" class="cell" data-fragment-index="1" data-execution_count="1">
<div class="sourceCode cell-code" id="cb1" data-code-line-numbers="|8-9|10-19|23-30|32-36|38-45|46-54"><pre class="sourceCode numberSource octave number-lines code-with-copy"><code class="sourceCode octave"><span id="cb1-1"><a href=""></a><span class="co">%% Settings</span></span>
<span id="cb1-2"><a href=""></a>kwarg_molscore <span class="op">=</span> {<span class="st">'TrainingPhase'</span><span class="op">,</span> [datetime(<span class="fl">2020</span><span class="op">,</span><span class="fl">1</span><span class="op">,</span><span class="fl">1</span>)<span class="op">,</span> datetime(<span class="fl">2023</span><span class="op">,</span><span class="fl">11</span><span class="op">,</span><span class="fl">1</span>)]}<span class="op">;</span></span>
<span id="cb1-3"><a href=""></a>kwarg_jointstation <span class="op">=</span> {<span class="op">...</span></span>
Expand Down Expand Up @@ -508,7 +508,7 @@ <h2>2024-04-03 花蓮地震分析計算</h2>
<span id="cb1-29"><a href=""></a></span>
<span id="cb1-30"><a href=""></a>anomalyind(dir_stat<span class="op">,</span>dir_tsAIN)<span class="op">;</span></span>
<span id="cb1-31"><a href=""></a></span>
<span id="cb1-32"><a href=""></a><span class="co">%% (4-1) Run Training</span></span>
<span id="cb1-32"><a href=""></a><span class="co">%% (4-1) Training models of individual stations.</span></span>
<span id="cb1-33"><a href=""></a>molscore_parfor(dir_tsAIN<span class="op">,</span> dir_catalog<span class="op">,</span> dir_molchan<span class="op">,</span> kwarg_molscore{<span class="op">:</span>})<span class="op">;</span> </span>
<span id="cb1-34"><a href=""></a></span>
<span id="cb1-35"><a href=""></a><span class="co">%% (4-2) Probability Forecast and Calculate Fitting Degree score</span></span>
Expand Down Expand Up @@ -623,7 +623,7 @@ <h2>程式儲存庫 (repository)</h2>

<aside><div>

</div><ol class="aside-footnotes"><li id="fn4"><p>最新版程式放在 <a href="https://github.com/okatsn/MagTIP-2022" data-preview-link="false">https://github.com/okatsn/MagTIP-2022</a></p></li><li id="fn5"><p>獲得存取權 (請聯絡宗羲或<a href="https://github.com/CGRG-lab/" data-preview-link="false">CGRG-lab</a>的成員)</p></li></ol></aside></section>
</div><ol class="aside-footnotes"><li id="fn4"><p>程式儲存庫: <a href="https://github.com/CGRG-lab/MagTIP-2022" data-preview-link="false">https://github.com/CGRG-lab/MagTIP-2022</a></p></li><li id="fn5"><p>獲得存取權: 請聯絡宗羲或<a href="https://github.com/CGRG-lab/" data-preview-link="false">CGRG-lab</a>的成員</p></li></ol></aside></section>
<section id="程式儲存庫-repository-1" class="slide level2 scrollable unlisted">
<h2>程式儲存庫 (repository)</h2>
<p><img src="okatsn-magtip2022-git-graph-202408.png" width="1500"> <!-- ![](okatsn-magtip2022-git-graph-202408.png){fig-align="center"} --></p>
Expand Down
12 changes: 6 additions & 6 deletions CWA/meeting-2024-08/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ format:
:::{.column width='65%'}
已完成

- 相容於地磁資料 (2019-2020) [MagTIP-2020 (Archived) ^[https://github.com/CGRG-lab/MagTIP-2020]]{.rtag fragment-index=1 .fragment}
- 多通道/變量的支援 (2021-2022) [v2022 ^[https://github.com/CGRG-lab/MagTIP-2022/releases/tag/v2022]]{.rtag fragment-index=2 .fragment}
- 聯合地電/地磁測站的預報 (2023) [v2023 ^[https://github.com/CGRG-lab/MagTIP-2022/releases/tag/v2023]]{.rtag fragment-index=3 .fragment}
- 相容於地磁資料 (2019-2020) [MagTIP-2020 (Archived) ^[https://github.com/CGRG-lab/MagTIP-2020]]{.nftag fragment-index=1 .fragment}
- 多通道/變量的支援 (2021-2022) [v2022 ^[https://github.com/CGRG-lab/MagTIP-2022/releases/tag/v2022]]{.nftag fragment-index=2 .fragment}
- 聯合地電/地磁測站的預報 (2023) [v2023 ^[https://github.com/CGRG-lab/MagTIP-2022/releases/tag/v2023]]{.nftag fragment-index=3 .fragment}

進行中

- 資訊理論指標的計算與應用 (2023~) [v2024 (now working)]{.rtag fragment-index=4 .fragment}
- 資訊理論指標的計算與應用 (2023~) [v2024 (now working)]{.nftag fragment-index=4 .fragment}
- 除錯與持續維護

:::
Expand Down Expand Up @@ -115,7 +115,7 @@ statind_parfor(dir_data, dir_stat, ... %
anomalyind(dir_stat,dir_tsAIN);
%% (4-1) Run Training
%% (4-1) Training models of individual stations.
molscore_parfor(dir_tsAIN, dir_catalog, dir_molchan, kwarg_molscore{:});
%% (4-2) Probability Forecast and Calculate Fitting Degree score
Expand Down Expand Up @@ -201,7 +201,7 @@ jointstation_summary(dir_jointstation, 'GroupBy', {'prp'}, 'SummaryOfEQK', ...
::::{.columns}::::
:::{.column width='50%'}

下載最近的穩定版本^[最新版程式放在 [https://github.com/okatsn/MagTIP-2022](https://github.com/okatsn/MagTIP-2022){preview-link="false"}] ^[獲得存取權 (請聯絡宗羲或[CGRG-lab](https://github.com/CGRG-lab/){preview-link="false"}的成員)]
下載最近的穩定版本^[程式儲存庫: [https://github.com/CGRG-lab/MagTIP-2022](https://github.com/CGRG-lab/MagTIP-2022){preview-link="false"}] ^[獲得存取權: 請聯絡宗羲或[CGRG-lab](https://github.com/CGRG-lab/){preview-link="false"}的成員]

- 點擊 ![](github-code-button.png){.inlineimg}
- 下載 ![](github-zip-button.png){.inlineimg}
Expand Down
Loading

0 comments on commit ff0f52a

Please sign in to comment.