Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/_data/hidrokit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
notebook : taruma_demo_ann_ka_2_0_0
hidrokit : 0.2.0
category : [demo, hidrokit, implementasi]
pdf : https://1drv.ms/b/s!AmxSTa4UunElhoU27FZ3pMHVvWeMsA?e=ouC2KK

- title : >-
LI-02: Prediksi Debit Aliran Menggunakan Long Short-Term Memory (LSTM)
Expand All @@ -37,6 +38,7 @@
notebook :
hidrokit : 0.3.2
category : [demo, hidrokit, implementasi]
pdf : https://1drv.ms/b/s!AmxSTa4UunElhoU1sISX0gc4BammwQ?e=MGHcwT

- title : >-
LI-03: Analisis Hidrologi dengan hidrokit
Expand All @@ -49,6 +51,7 @@
notebook :
hidrokit : 0.3.5
category : [demo, hidrokit, implementasi]
pdf : https://1drv.ms/b/s!AmxSTa4UunElhoU3ehyoy45_RG6hjA?e=5wUb8d

- title : >-
LI-04: Perbandingan Model Variasi Recurrent Neural Networks Pada Kasus Prediksi Debit Aliran
Expand All @@ -61,6 +64,7 @@
notebook :
hidrokit : 0.3.5
category : [demo, hidrokit, implementasi]
pdf : https://1drv.ms/b/s!AmxSTa4UunElhoVm7i0EuKdPkPlzVg?e=rjXNpf

# HIDROKIT MANUAL

Expand Down
11 changes: 9 additions & 2 deletions docs/_includes/daftar_notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,24 @@ _{{ item.description }}_{: .text-epsilon}<br>
{%- endcapture -%}
{%- endif -%}

{%- if item.pdf -%}
{%- capture pdf_link -%}
<a href="{{ item.pdf }}" download="{{ item.notebook }}.pdf"><i class="far fa-file-pdf"></i></a> \|
{%- endcapture -%}
{%- endif -%}

{% if item %}
- **{{ item.title }}** {{ dl_link }}<br>{{ desc }}
- **{{ item.title }}** {{ dl_link }}<br>{{ desc }}
<i class="fas fa-calendar-day"></i> _{{ item.date | date: "%d %b %Y" }}_{: .text-delta} \|
<i class="fas fa-code-branch"></i> _{{ item.version }}_{: .text-delta} \|
[<i class="fas fa-book-open"></i>]({{ nbv_link }}) \|
[<i class="fab fa-github"></i>]({{ gh_link }}) \|
[<i class="fab fa-github"></i>]({{ gh_link }}) \| {{ pdf_link }}
[@{{ item.author }}](https://github.com/{{ item.author }}){: .text-delta}
{%- endif -%}

{%- assign desc = nil -%}
{%- assign dl_link = nil -%}
{%- assign pdf_link = nil -%}

{%- endfor -%}

9 changes: 7 additions & 2 deletions docs/halaman/kumpulan-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Kami mengajak Anda untuk membuat isu atau melakukan _pull request_ sendiri untuk
- <i class="fas fa-code-branch"></i> _Versi_{: .text-delta}
- <i class="fas fa-book-open"></i> _Buka melalui NBViewer_{: .text-delta}
- <i class="fab fa-github"></i> _Lihat di GitHub_{: .text-delta}
- <i class="far fa-file-pdf"></i> _Buka PDF (OneDrive)_{: .text-delta}
- _@author (username github)_{: .text-delta}
- <i class="fas fa-download"></i> _Download (jika tersedia di repo)_{: .text-delta}

Expand All @@ -52,6 +53,10 @@ Kami mengajak Anda untuk membuat isu atau melakukan _pull request_ sendiri untuk
## Laporan Implementasi
{: .label .label-blue .fs-6 .mt-0}
Laporan Implementasi (LI) merupakan buku (jupyter notebook) yang memeragakan penggunaan python dan/atau machine learning pada topik sumberdaya air. Buku ini juga sebagai demonstrasi penggunaan paket hidrokit, yaitu proyek open-source paket python untuk analisis hidrologi.

Untuk laporan implementasi lebih baik di buka melalui komputer/laptop. Hindari membuka melalui browser di handphone, diketahui bisa membuat browser _crash_. Atau buka tautan untuk PDF.
{: .text-delta .fs-2 .bg-red-100 .text-grey-lt-100}

</div>

{% include daftar_notebook.md source=col_imp %}
Expand All @@ -73,8 +78,8 @@ Kumpulan _notebook_ manual untuk penggunaan fungsi pada subpaket `hidrokit.contr
{: .label .label-green .fs-6 .mt-0}
Kumpulan _notebook_ manual untuk penggunaan fungsi dan modul yang tersedia di `hidrokit` (main).

Pengembangan pada fungsi utama pada hidrokit dialihkan ke pengembangan pada subpaket .contrib sejak versi 0.3.x
{: .text-delta .fs-2}
Pengembangan fungsi utama pada hidrokit dialihkan ke pengembangan pada subpaket .contrib sejak versi 0.3.x
{: .text-delta .fs-2 .bg-red-100 .text-grey-lt-100}
</div>

{% include daftar_notebook.md source=col_main %}
Expand Down