diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2de04da --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +name: Developmental Imaging Software Releases +markdown: redcarpet +highlighter: pygments diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..2b73509 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,34 @@ + + + + + {% if page.title %} {{ page.title }} | {% endif %} MANTiS +neonate tissue segmentation + + + + + + +
+ +
+

Developmental Imaging Software

+
+ + + + {{ content }} + + + +
+ + diff --git a/contact/index.md b/contact/index.md new file mode 100644 index 0000000..bc6d1e3 --- /dev/null +++ b/contact/index.md @@ -0,0 +1,12 @@ +--- +layout: default +title: Developmental Imaging Contacts +--- +
+# Contacts +
+Please use github issue trackers for queries/bugs with individual software +packages + +1. [Developmental Imaging Group home page] (https://www.mcri.edu.au/ClinicalSciences/DevelopmentalImaging "DIGroup") + diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..28f1618 --- /dev/null +++ b/css/style.css @@ -0,0 +1,95 @@ +h1, h2, h3, h4, body, .main { + font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; + src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJUo2lTMeWA_kmIyWrkNCwPc.woff2") format("woff2"); + color: #646B74; +} + + +.content, body { + background: white; + font-size: 14px; + line-height: 1.7; + font-style: normal; + padding: 10px; +} + + +ul { + margin: 0; + padding: 0; +} +a { + color: #00728E; + text-decoration: none; +} + +a:hover { + color: #00728E; + text-decoration: underline; +} + +#main { + width: 825px; + margin: 0 auto; + background: rgba(255, 255, 255, 1); +} +header { + padding: 0 10px; + overflow: hidden; +} +h1, h2 { + font-style: normal; + font-weight: 300; + line-height: 1.2; + margin: 0px; + color: #30363E; +} + +h1 { + font-size: 36px; + +} +h2 { + margin: 0px; + text-align: left; + font-size: 30px; +} + +nav ul, ul.entries { + list-style-type: none; +} +nav li a { + float: left; + margin: 10px; + color: #00AFDB; +} + +ul.entries li { + position: relative; + margin: 20px auto; + padding: 20px; + background: #ececec; + width: 600px; +} + +ul.entries img { + width: 600px; +} + +ul.entries li h3 { + position: absolute; + bottom: -18px; + left: 17px; + font-size: 2em; +} +ul.entries a { + color: #ececec; +} +ul.entries a:hover { + color: #00728E; +} + +footer { + font-size: 0.65em; + text-align: center; +} diff --git a/index.html b/index.html index 557db03..950f43d 100644 --- a/index.html +++ b/index.html @@ -1 +1,15 @@ -Hello World +--- +layout: default +--- +
+
+The Developmental Imaging Group at the Murdoch Childrens Research Institute +works with MRI, CT and ultrasound imaging data for research studies. + +Software we release for processing such data is available from this site: +

+

+

+