From 2715dfa8bc7e4a4a3cd3639bfda87cacf1d25a21 Mon Sep 17 00:00:00 2001 From: v02202 Date: Mon, 18 Jan 2021 15:17:55 +0800 Subject: [PATCH 1/2] modify taibif helpdesk --- src/occurrence/OccurrenceDownload.js | 1 - templates/dataset.html | 22 ++++------------------ 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/src/occurrence/OccurrenceDownload.js b/src/occurrence/OccurrenceDownload.js index 7bb01a1a..8d783599 100644 --- a/src/occurrence/OccurrenceDownload.js +++ b/src/occurrence/OccurrenceDownload.js @@ -9,7 +9,6 @@ function OccurrenceDownload(props) { //const Occur = props.data.results; //const length = Occur.length; - //console.log(queryString); //if (length < 5000) { //} else { diff --git a/templates/dataset.html b/templates/dataset.html index 46d9b857..43433e8f 100644 --- a/templates/dataset.html +++ b/templates/dataset.html @@ -106,33 +106,19 @@

資料集說明

<資料集說明 end --> -

TaiBIF 聯絡資訊

+

TaiBIF 官方諮詢 (helpdesk)

- 端木茂甯 - 節點經理 + TaiBIF 官方諮詢 + helpdesk

  • 11574 台北市南港區研究院路二段70巷28號
    跨領域科技研究大樓 C301室
  • -
  • mntuanmu@gate.sinica.edu.tw
  • -
  • https://portal.taibif.tw/
  • -
-
-
- -
-
-

- 劉璟儀 - 內容經理 -

-
    -
  • 11574 台北市南港區研究院路二段70巷28號
    跨領域科技研究大樓 C301室
  • -
  • melissaliu0520@gmail.com
  • +
  • taibif.brcas@gmail.com
  • https://portal.taibif.tw/
From 06165a91543b24f0534b28daca1c2f0b17a95173 Mon Sep 17 00:00:00 2001 From: v02202 Date: Fri, 22 Jan 2021 11:01:17 +0800 Subject: [PATCH 2/2] update markdown in article-list --- templates/article-list.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/article-list.html b/templates/article-list.html index 0086233f..87fcb7f4 100644 --- a/templates/article-list.html +++ b/templates/article-list.html @@ -142,17 +142,17 @@

{{ article.created|date:'Y/m/d' }}

{{ article.title }}

閱讀更多

- {% endif %} - {% else %} - {{ article.content | linebreaks | truncatechars:150}} + {{ article.content | markdown | striptags | truncatechars:150 }}

閱讀更多

{% endif %} + {% else %} + {{ article.content | markdown | safe | linebreaks | truncatechars:150 }} +

閱讀更多

+ {% endif %}

{% if article.cover %}