generated from NCSU-Libraries/ncsu_apprentice
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
145 lines (107 loc) · 4.27 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole workshop, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Managing Your Resesarch Data # Name of the workshop
description: |
Even small research projects can be difficult ot manager efficiently, and even projects
on small budgets can generate large amounts of complex data. Managing data to increase
openness and reproducibility can add additional levels of complexity. Also most projects
involve multiple researchers and are highly collaborative. Here we take
a project management and software development approach towards managing your data,
that focuses on techniques and tools that will increase your efficiency as both
the complexity of your data and the complexity of your projects increases.
# Author information
author:
name: Robert Olendorf & Joddy Marchesoni
# url: http://example.com/
company:
name: NC State University
# url: http://example.com/
# Any value is ok, Beginner|Intermediate|Advanced are recommended, required
level: Beginner
lang: en # inserted into metadata fields.
# Settings for the slides.
# default_theme: bright # Currently supports bright, ribbon
# default_width: 792 # Width of the slides
# default_body_class: list # used in slide creation
theme_skin: ncsu # blue turquoise green berry orange ceramic ncsu
# the subpath of your site, e.g. /blog, for GitHub pages the name of the
# GitHub repository. Can be blank if you are not using Github pages
baseurl: "/best_practices_in_data_management"
# This allows us to put supporting files in a different repositry if desired.
# For now just hardcode the base url too, as its complicated with github.
# This also lets external files be references.
# supporting_files_url: "https://github.com/olendorf/ncsu_apprentice/"
supporting_files_path: "blob/gh-pages/supporting_files/"
# Where the bibliography data is comment out or set to blank to disable.
bibliography: "bibliography.yml"
# Add files here to prevent jekyll from trying to make pages from them.
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- .gitignore
# Build settings
markdown: kramdown # Markdown settings
# These are pretty good defaults, change with care.
kramdown:
auto_ids: false
enable_coderay: false
entity_output: as_char
footnote_nr: 1
smart_quotes: lsquo,rsquo,ldquo,rdquo
toc_levels: 1..6
# google_analytics: 'UA-121910301-2'
plugins:
- jekyll-archives
- jekyll-sitemap
# For breif views of things
excerpt_separator: "<!-- more -->"
# For the units pages, defaults should be good,
# change at your own risk.
collections:
units:
output: true
slides:
output: true
############
## Configure slides here.
# The Reveal theme
# Look in the reveal/css/theme/ directory for a list of available themes.
reveal_theme: red_head.css
# The Reveal transition
reveal_transition: default
# Probably no need ot change
# Path to the used theme (defaults to the Reveal.js standard theme path)
reveal_theme_path: /reveal/css/theme/
# Additional custom CSS paths
extra_css: /reveal/css/apprentice.css
# Custom CSS for highlighting (defaults to reveal.js/lib/css/zenburn.css)
highlight_style_sheet:
# Embed Server-side speaker notes?
reveal_notes_server: false
# Additional reveal.js options
reveal_options:
# Additional reveal.js dependencies
reveal_dependencies:
# Reveal.js subdirectory
reveal_path: /reveal/
# Turn off if you want a little blue bar on the bottom of your slides
# tracking progresss
progress: true
# Lines in code blocks.
line_numbers: true
font-awesome:
assets: true