From ac61059a55851ae13addd21808adba7d122fcf1f Mon Sep 17 00:00:00 2001 From: Ramin Haeri Azad Date: Tue, 1 Jun 2021 15:47:53 -0400 Subject: [PATCH] Added release notes for Mica 4.5.0 (#31) --- .gitignore | 3 ++- _data/news.yml | 4 ++++ .../bootstrap/news/mica2-4.5-release.html | 23 +++++++++++++++++++ pages/news/release/mica2/4.5/index.html | 8 +++++++ 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 _includes/themes/bootstrap/news/mica2-4.5-release.html create mode 100644 pages/news/release/mica2/4.5/index.html diff --git a/.gitignore b/.gitignore index 009c7465..4864f24c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ _site/* _theme_packages/* .idea/* +.history Thumbs.db .DS_Store @@ -13,4 +14,4 @@ Thumbs.db .bundle/ Gemfile.lock -vendor \ No newline at end of file +vendor diff --git a/_data/news.yml b/_data/news.yml index a1e9b806..cc642858 100755 --- a/_data/news.yml +++ b/_data/news.yml @@ -1,5 +1,9 @@ summary: 3 data: + - date: 2021-06-01 + title: Mica 4.5 Released + url: release/mica2/4.5/ + summary: Opal Personal Token, Improved document listing public pages - date: 2021-05-10 title: Agate 2.3 Released url: release/agate/2.3/ diff --git a/_includes/themes/bootstrap/news/mica2-4.5-release.html b/_includes/themes/bootstrap/news/mica2-4.5-release.html new file mode 100644 index 00000000..c12c50b6 --- /dev/null +++ b/_includes/themes/bootstrap/news/mica2-4.5-release.html @@ -0,0 +1,23 @@ +

We are pleased to announce that Mica2 4.5 is now available. Mica is OBiBa’s data web portal for epidemiological studies and networks.

+ +

This release introduces the following features:

+ + + +

See Mica documentation for installation and operation instructions. Note that a Docker Image Installation section has been added.

diff --git a/pages/news/release/mica2/4.5/index.html b/pages/news/release/mica2/4.5/index.html new file mode 100644 index 00000000..bca10e16 --- /dev/null +++ b/pages/news/release/mica2/4.5/index.html @@ -0,0 +1,8 @@ +--- +layout: page +title: News + +--- +{% include JB/setup %} + +{% include themes/bootstrap/section.html img="/assets/themes/bootstrap/img/icon-mica.png" sectionTitle="Mica2 4.5 Released" sectionBody="themes/bootstrap/news/mica2-4.5-release.html" %}