Skip to content
Snippets Groups Projects
Commit df6d4d95 authored by Thomas Wood's avatar Thomas Wood
Browse files

Begin research pages split

parent f6e85027
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@ gem 'rake'
gem 'jekyll'
group :default, :jekyll_plugins do
# gem 'jekyll-scholar'
gem 'jekyll-scholar', :git => 'https://github.com/edgemaster/jekyll-scholar.git', :branch => 'master'
gem 'jekyll-scholar'
end
group :test do
......
GIT
remote: https://github.com/edgemaster/jekyll-scholar.git
revision: 867c1f71c4a0f76e08cceb2b2a012243c83ecceb
branch: master
specs:
jekyll-scholar (5.7.0)
bibtex-ruby (~> 4.0, >= 4.0.13)
citeproc-ruby (~> 1.0)
csl-styles (~> 1.0)
jekyll (~> 3.0)
GEM
remote: https://rubygems.org/
specs:
......@@ -56,6 +45,11 @@ GEM
safe_yaml (~> 1.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-scholar (5.7.1)
bibtex-ruby (~> 4.0, >= 4.0.13)
citeproc-ruby (~> 1.0)
csl-styles (~> 1.0)
jekyll (~> 3.0)
jekyll-watch (1.3.1)
listen (~> 3.0)
json (1.8.3)
......@@ -63,9 +57,9 @@ GEM
latex-decode (0.2.2)
unicode (~> 0.4)
liquid (3.0.6)
listen (3.0.5)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-inotify (>= 0.9.7)
mercenary (0.3.5)
mini_portile2 (2.0.0)
minitest (5.8.4)
......@@ -75,7 +69,7 @@ GEM
parallel (1.6.1)
rake (10.5.0)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rouge (1.10.1)
safe_yaml (1.0.4)
......@@ -94,7 +88,7 @@ PLATFORMS
DEPENDENCIES
html-proofer
jekyll
jekyll-scholar!
jekyll-scholar
rake
BUNDLED WITH
......
......@@ -18,13 +18,15 @@ exclude:
collections:
people:
output: true
research:
output: true
defaults:
-
scope:
path: ""
values:
layout: "page"
layout: page
menu: false
menu_order: 9
-
......@@ -33,6 +35,12 @@ defaults:
type: people
values:
layout: person
-
scope:
path: ""
type: research
values:
layout: research
scholar:
source: publications
......
---
title: Concurrency
project_id: concurrency
layout: research
---
Concurrent programs and libraries are ubiquitous in today's world of multi-core processor architectures,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment