You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
<description>R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
21
21
You can embed an R code chunk like this:
22
22
summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.</description>
<description>This project is a collaboration between The Jean Golding Institute and Avon Longitudinal Study of Parents and Children, and is supported by The UK Reproducibility Network. The people involved are:
21
21
Professor Marcus Munafo - School of Psychological Science, Bristol University &amp; UK Reproducibility Network.
22
22
Professor Nicholas Timpson - Principal investigator, ALSPAC &amp; Bristol Medical School (Population Health Sciences)
@@ -25,97 +25,97 @@ Professor Katharine Robson Brown - Director Jean Golding Institute &amp; Dep
<description>How to get involved Sign up to the MAPS mailing list here You will receive instruction on how to register for the project via this mailing list. The data will be distributed via the mailing list. Note:
33
33
All project communication from us to you will be through the mailing list. If you would like to ask us a question please email maps-project [at] bristol dot ac dot uk (see the link in the top right hand corner).</description>
<description>Structure MAPS is a crowd-sourced science experiment in the same vein as Many analysts,One Dataset but with an epidemiological dataset from the Avon Longitudinal Study of Parents and Children (ALSPAC or Children of the 90s study) concerning youth depression and computer use. The study is split up into two main phases, you are free to participate in either or both. You will gain authorship by participating in phase 1.</description>
<description>Data dictionary The data for this project is from the Avon Longitudinal study of Parents and Children (ALSPAC, also known as Children of the 90s). For more information about the study visit http://www.bristol.ac.uk/alspac/.
52
52
As the ALSPAC data is highly sensitive we cannot open the data to the public without ensuring the data is anonymised and non-identifiable. To achieve this an anonymised dataset will be generated using the R package SynthPop (Nowok, Raab &amp; Dibben, 2016) on the ALSPAC data, creating the Synthetic Dataset and the Real Dataset.</description>
<description>R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
89
89
You can embed an R code chunk like this:
90
90
summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.</description>
<description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&rsquo;t cover using CSS to style your theme.
100
100
We&rsquo;ll start with creating a new site with a very basic template.</description>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
110
110
This document is a brief primer on using go templates.</description>
<description>Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like
134
134
▾ &lt;root&gt;/ ▾ images/ logo.png should become
135
135
▾ &lt;root&gt;/ ▾ static/ ▾ images/ logo.png Additionally, you&rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static.</description>
0 commit comments