Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time
# ----------------------------------------------------------------------------- | |
# Site settings | |
# ----------------------------------------------------------------------------- | |
name: INDE Lab | |
description: The Intelligent Data Engineering Lab (INDE Lab) at the University of Amsterdam | |
footer_text: | |
url: # the base hostname & protocol for your site | |
baseurl: # the subpath of your site, e.g. /blog/ | |
last_updated: # leave blank if you don't want to display last updated | |
# ----------------------------------------------------------------------------- | |
# Social integration | |
# ----------------------------------------------------------------------------- | |
github_username: # your GitHub user name | |
twitter_username: pgroth | |
linkedin_username: # your LinkedIn user name | |
scholar_userid: # your Google Scholar ID | |
orcid_id: # your ORCID ID | |
contact_note: #nothing | |
#google_analytics: UA-XXXXXXXXX # out your google-analytics code | |
future: true | |
# ----------------------------------------------------------------------------- | |
# Collections | |
# ----------------------------------------------------------------------------- | |
collections: | |
news: | |
defaults: | |
layout: post | |
output: true | |
permalink: /news/:path/ | |
news_limit: 5 | |
# ----------------------------------------------------------------------------- | |
# Jekyll settings | |
# ----------------------------------------------------------------------------- | |
# Build settings | |
markdown: kramdown | |
highlighter: pygments | |
# Includes & excludes | |
include: ['_pages'] | |
exclude: ['vendor','future'] | |
# Plug-ins | |
plugins: | |
- jekyll-email-protect | |
- jekyll-paginate | |
- jekyll/scholar | |
- jemoji | |
# Jekyll-Scholar | |
scholar: | |
last_name: groth | |
style: apa | |
locale: en | |
sort_by: year | |
order: descending | |
source: /_bibliography/ | |
bibliography: papers.bib | |
bibliography_template: bib | |
replace_strings: true | |
join_strings: true | |
details_dir: bibliography | |
details_layout: bibtex.html | |
details_link: Details | |
query: "@*" | |
# ----------------------------------------------------------------------------- | |
# Other settings | |
# ----------------------------------------------------------------------------- | |
jquery_version: "1.12.4" | |
katex_version: "0.9.0" | |
anchorjs_version: "3.2.2" |