Skip to content
Open
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
Empty file modified archetypes/default.md
100644 → 100755
Empty file.
Empty file modified config.toml
100644 → 100755
Empty file.
12 changes: 9 additions & 3 deletions data/report.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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 …",
Expand Down
Empty file modified deploy.sh
100644 → 100755
Empty file.
Binary file added figures/brainhack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions figures/figures.css
Original file line number Diff line number Diff line change
@@ -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%;
}
Empty file modified latex/bhgn.pdf
100644 → 100755
Empty file.
Empty file modified latex/bmc-mathphys.bst
100644 → 100755
Empty file.
Empty file modified latex/bmcart-biblio.sty
100644 → 100755
Empty file.
Empty file modified latex/bmcart.cls
100644 → 100755
Empty file.
Empty file modified latex/brainhack-html-template.tex
100644 → 100755
Empty file.
Empty file modified latex/brainhack-report-template.tex
100644 → 100755
Empty file.
Empty file modified latex/hyphenat.sty
100644 → 100755
Empty file.
Empty file modified latex/lastpage.sty
100644 → 100755
Empty file.
Empty file modified latex/mathjax-header-include.txt
100644 → 100755
Empty file.
Empty file modified latex/mfirstuc.sty
100644 → 100755
Empty file.
Empty file modified latex/siunitx-abbreviations.cfg
100644 → 100755
Empty file.
Empty file modified latex/siunitx.sty
100644 → 100755
Empty file.
Empty file modified latex/todonotes.sty
100644 → 100755
Empty file.
Loading