diff --git a/archetypes/default.md b/archetypes/default.md
old mode 100644
new mode 100755
diff --git a/config.toml b/config.toml
old mode 100644
new mode 100755
diff --git a/data/report.json b/data/report.json
old mode 100644
new mode 100755
index c226a5e..6623360
--- a/data/report.json
+++ b/data/report.json
@@ -40,7 +40,7 @@
"country": "Canada"
}
],
- "summary": "Please write a brief summary of your project. This section will appear on the webpage.",
+ "summary": "Please write a brief summary of your project. This section will appear on the webpage.",
"url": "http://github.com/repo_owner/repo_name",
"coi": "Please add if there are competing interests. Otherwise, type None.",
"acknow": "The authors would like to thank the organizers and attendees of OHBM Brainhack 2020.",
@@ -51,8 +51,14 @@
"tag3"
],
"supplemental": [
- "Material 1",
- "Material 2"
+ {
+ "name": "Material 1",
+ "url": "https://material1.url"
+ },
+ {
+ "name": "Material 2",
+ "url": "https://material2.url"
+ }
],
"bibliography": "report",
"preview": "# Introduction\nThe bibliography (\\code{report.bib}) must respect …",
diff --git a/deploy.sh b/deploy.sh
old mode 100644
new mode 100755
diff --git a/figures/brainhack.png b/figures/brainhack.png
new file mode 100644
index 0000000..e2f13ef
Binary files /dev/null and b/figures/brainhack.png differ
diff --git a/figures/figures.css b/figures/figures.css
new file mode 100644
index 0000000..ef9befa
--- /dev/null
+++ b/figures/figures.css
@@ -0,0 +1,34 @@
+/* Edit figure appearance on the web-page
+
+Q: Where do I find my figure labels?
+A: Figure labels are declared in the report.md
+ right before the caption text.
+
+ Example (in report.md):
+
+ \caption{\label{Figure-1} Your caption goes here.}
+
+ The corresponding label is Figure-1.
+
+- Template:
+
+ #figure_label_from_report_md{
+ width: 60%;
+ }
+
+You can use any css key-value pairs that are applicable to
+images.
+
+For example, you can make your figures glow on hover :
+
+#Figure-1:hover {
+ border-color: #66afe9;
+ box-shadow: 0 0 8px rgba(0,255,0, 0.6);
+}
+
+Have fun :)
+*/
+
+#Figure-1 {
+ width: 50%;
+}
diff --git a/latex/bhgn.pdf b/latex/bhgn.pdf
old mode 100644
new mode 100755
diff --git a/latex/bmc-mathphys.bst b/latex/bmc-mathphys.bst
old mode 100644
new mode 100755
diff --git a/latex/bmcart-biblio.sty b/latex/bmcart-biblio.sty
old mode 100644
new mode 100755
diff --git a/latex/bmcart.cls b/latex/bmcart.cls
old mode 100644
new mode 100755
diff --git a/latex/brainhack-html-template.tex b/latex/brainhack-html-template.tex
old mode 100644
new mode 100755
diff --git a/latex/brainhack-report-template.tex b/latex/brainhack-report-template.tex
old mode 100644
new mode 100755
diff --git a/latex/hyphenat.sty b/latex/hyphenat.sty
old mode 100644
new mode 100755
diff --git a/latex/lastpage.sty b/latex/lastpage.sty
old mode 100644
new mode 100755
diff --git a/latex/mathjax-header-include.txt b/latex/mathjax-header-include.txt
old mode 100644
new mode 100755
diff --git a/latex/mfirstuc.sty b/latex/mfirstuc.sty
old mode 100644
new mode 100755
diff --git a/latex/siunitx-abbreviations.cfg b/latex/siunitx-abbreviations.cfg
old mode 100644
new mode 100755
diff --git a/latex/siunitx.sty b/latex/siunitx.sty
old mode 100644
new mode 100755
diff --git a/latex/todonotes.sty b/latex/todonotes.sty
old mode 100644
new mode 100755
diff --git a/layouts/index.html b/layouts/index.html
old mode 100644
new mode 100755
index 82d7030..b97a6ab
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,85 +1,181 @@
-
-
-