diff --git a/content/home/positions.md b/content/home/positions.md index 48525f8..36bde44 100644 --- a/content/home/positions.md +++ b/content/home/positions.md @@ -38,3 +38,17 @@ I have also been a teaching assistant for the Programming and Tuning Massively P [(PUMPS)](http://bcw.ac.upc.edu/PUMPS2017/) summer school in Barcelona since 2014. I have also mentored undergraduates and a high school student, who is a co-author on two papers. + +During the Mavis fellowship, I administered the ECE 408 GPU programming project in spring 2018. I created + +* Four lectures on machine learning ([1][l1], [2][l2], [3][l3], [4][l4]) +* A [course project][project_repo] where students add a GPU convolution operator to MXNet. +* Project kickoff [slides][kickoff-slides] ([repo][kickoff-repo]). + +[project_repo]: https://github.com/illinois-impact/ece408_project +[l1]: ../../pdf/2017FA_ECE408_dl01_Intro.pdf +[l2]: ../../pptx/2017FA_ECE408_dl02_FF-Gradient.pptx +[l3]: ../../pptx/2017FA_ECE408_dl03_CNN01.pptx +[l4]: ../../pptx/2017FA_ECE408_dl04_CNN02.pptx +[kickoff-slides]: ../../pdf/2017FA_ECE408_project-kickoff.pdf +[kickoff-repo]: https://github.com/illinois-impact/ece408_project-kickoff-slides \ No newline at end of file diff --git a/content/home/projects.md b/content/home/projects.md index 156eb84..a91d282 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -34,14 +34,10 @@ filter_default = 0 [[filter]] name = "C3SR" - tag = ".c3sr" + tag = "c3sr" [[filter]] name = "IMPACT" - tag = ".impact" - -[[filter]] - name = "Personal" - tag = ".personal" + tag = "impact" +++ diff --git a/content/project/app_studies.md b/content/project/app_studies.md index 1bd3dd7..8a04810 100644 --- a/content/project/app_studies.md +++ b/content/project/app_studies.md @@ -6,7 +6,7 @@ image_preview = "" summary = "Tools and Techniques for Code Acceleration" highlight = true math = false -tags = ["c3sr"] +tags = ["impact","c3sr"] [header] caption = "" @@ -14,9 +14,11 @@ tags = ["c3sr"] +++ -I am part of the IME-Accelerators team for the NCSA PAID program. This program pairs domain scientists with computing specialists to improve effective utilization of the Blue Waters supercomputer at the National Petascale Computing Facility. I have worked on: +I worked with Abdul Dakkak and Cheng Li at Illinois on a full-stack performance analasis platform for machine learning software. The same infrastructure is also used to deliver some course projects for GPU programming courses. + +I worked with Mert Hidayetoglu at Illinois on GPU acceleration of a massively-parallel tomographic image reconstruction code. + +I was part of the IME-Accelerators team for the NCSA PAID program. This program pairs domain scientists with computing specialists to improve effective utilization of the Blue Waters supercomputer at the National Petascale Computing Facility. I have worked on: - CUDA Kernel Optimization for [AWP](https://scec.usc.edu/scecpedia/AWP-ODC) with the Southern California Earthquake Center - OpenACC Acceleration for [SETSM](https://u.osu.edu/setsm/) with Ohio State University - -I am also working on applying tools developed by the IMPACT research group to high-performance code in collaboration with Huawei. \ No newline at end of file diff --git a/content/project/cab.md b/content/project/cab.md deleted file mode 100644 index 389b2f7..0000000 --- a/content/project/cab.md +++ /dev/null @@ -1,17 +0,0 @@ -+++ -highlight = true -external_link = "" -image_preview = "" -summary = "Cognitive Application Builder" -tags = ["c3sr"] -date = "2017-03-13T21:24:51-05:00" -title = "Cognitive Application Builder" -math = false - -[header] - caption = "" - image = "" - -+++ - -The Cognitive Application Builder (CAB) is part of the joint UIUC / IBM C3SR cognitive computing systems research center. CAB will allow cognitive application developers to quickly write and debug high-performance scalable cogntitive computing applications. \ No newline at end of file diff --git a/content/project/ece408_project.md b/content/project/ece408_project.md deleted file mode 100644 index dc40232..0000000 --- a/content/project/ece408_project.md +++ /dev/null @@ -1,47 +0,0 @@ -+++ -title = "ECE408 / CS483 Course Development" -date = 2017-09-29T06:35:05-05:00 -draft = false - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = ["impact"] - -# Project summary to display on homepage. -summary = "Students add a convolution layer to MXNet" - -# Optional image to display on homepage. -image_preview = "" - -# Optional external URL for project (replaces project detail page). -external_link = "" - -# Does the project detail page use math formatting? -math = false - -# Does the project detail page use source code highlighting? -highlight = true - -# Featured image -# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`. -[header] -image = "" -caption = "" - -+++ - -I developed new course content for University of Illinois ECE 408 / CS 483 during the 2017 fall semester. - -* Four lectures on machine learning ([1][l1], [2][l2], [3][l3], [4][l4]) -* A [course project][project_repo] where students add a GPU convolution operator to MXNet. -* Project kickoff [slides][kickoff-slides] ([repo][kickoff-repo]). - -I administered the project and revised it for the spring 2018 semester. - -[project_repo]: https://github.com/illinois-impact/ece408_project -[l1]: ../../pdf/2017FA_ECE408_dl01_Intro.pdf -[l2]: ../../pptx/2017FA_ECE408_dl02_FF-Gradient.pptx -[l3]: ../../pptx/2017FA_ECE408_dl03_CNN01.pptx -[l4]: ../../pptx/2017FA_ECE408_dl04_CNN02.pptx -[kickoff-slides]: ../../pdf/2017FA_ECE408_project-kickoff.pdf -[kickoff-repo]: https://github.com/illinois-impact/ece408_project-kickoff-slides diff --git a/content/project/graph_challenge.md b/content/project/graph_challenge.md new file mode 100644 index 0000000..d232b0f --- /dev/null +++ b/content/project/graph_challenge.md @@ -0,0 +1,49 @@ ++++ +# Project title. +title = "Graph Challenge" + +# Date this page was created. +date = 2019-01-09T00:00:00-05:00 + +# Project summary to display on homepage. +summary = "Heterogeneous System Benchmarking" + +# Tags: can be used for filtering projects. +# Example: `tags = ["machine-learning", "deep-learning"]` +tags = ["impact"] + +# Optional external URL for project (replaces project detail page). +#external_link = "https://github.com/rai-project/scope" + +# Slides (optional). +# Associate this project with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides = "example-slides"` references +# `content/slides/example-slides.md`. +# Otherwise, set `slides = ""`. +slides = "" + +# Links (optional). +url_pdf = "" +url_slides = "" +url_video = "" +url_code = "" + +# Custom links (optional). +# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. +#url_custom = [ +# {icon_pack = "fab", icon="github", name="SCOPE", url = "https://github.com/c3sr/scope"}, +# {icon_pack = "fab", icon="github", name="Comm|Scope", url = "https://github.com/c3sr/comm_scope"} +#] + +# Featured image +# To use, add an image named `featured.jpg/png` to your project's folder. +[image] + # Caption (optional) + caption = "Photo by rawpixel on Unsplash" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Smart" ++++ + diff --git a/content/project/latex_docker.md b/content/project/latex_docker.md deleted file mode 100644 index 97b784d..0000000 --- a/content/project/latex_docker.md +++ /dev/null @@ -1,31 +0,0 @@ -+++ -title = "latex-docker" -date = 2017-10-18T12:47:48-05:00 -draft = false - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = ["personal"] - -# Project summary to display on homepage. -summary = "Docker images with latex" - -# Optional image to display on homepage. -image_preview = "" - -# Optional external URL for project (replaces project detail page). -external_link = "https://github.com/cwpearson/latex-docker" - -# Does the project detail page use math formatting? -math = false - -# Does the project detail page use source code highlighting? -highlight = true - -# Featured image -# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`. -[header] -image = "" -caption = "" - -+++ diff --git a/content/project/llvmvm.md b/content/project/llvmvm.md deleted file mode 100644 index a2af424..0000000 --- a/content/project/llvmvm.md +++ /dev/null @@ -1,16 +0,0 @@ -+++ -summary = "An LLVM Version Manager" -tags = ["personal"] -highlight = true -external_link = "https://github.com/cwpearson/llvmvm" -math = false -image_preview = "" -date = "2017-03-13T04:23:32-05:00" -title = "llvmvm" - -[header] - caption = "" - image = "" - -+++ - diff --git a/content/project/resume.md b/content/project/resume.md deleted file mode 100644 index bb2eca5..0000000 --- a/content/project/resume.md +++ /dev/null @@ -1,31 +0,0 @@ -+++ -title = "Resume/CV" -date = 2017-09-27T16:45:32-05:00 -draft = false - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = ["personal"] - -# Project summary to display on homepage. -summary = "Generate PDF, docx, html, and txt resume/cv from a single markdown source." - -# Optional image to display on homepage. -image_preview = "" - -# Optional external URL for project (replaces project detail page). -external_link = "https://github.com/cwpearson/resume" - -# Does the project detail page use math formatting? -math = false - -# Does the project detail page use source code highlighting? -highlight = false - -# Featured image -# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`. -[header] -image = "" -caption = "" - -+++ diff --git a/content/project/scope.md b/content/project/scope.md index bc03fd9..0f9da45 100644 --- a/content/project/scope.md +++ b/content/project/scope.md @@ -1,31 +1,48 @@ +++ +# Project title. title = "Scope" + +# Date this page was created. date = 2018-07-24T09:28:43-05:00 -draft = false + +# Project summary to display on homepage. +summary = "Heterogeneous System Benchmarking" # Tags: can be used for filtering projects. # Example: `tags = ["machine-learning", "deep-learning"]` tags = ["c3sr"] -# Project summary to display on homepage. -summary = "Heterogeneous System Benchmarking" - -# Optional image to display on homepage. -image_preview = "" - # Optional external URL for project (replaces project detail page). -external_link = "https://github.com/rai-project/scope" +#external_link = "https://github.com/rai-project/scope" -# Does the project detail page use math formatting? -math = false +# Slides (optional). +# Associate this project with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides = "example-slides"` references +# `content/slides/example-slides.md`. +# Otherwise, set `slides = ""`. +slides = "" -# Does the project detail page use source code highlighting? -highlight = true +# Links (optional). +url_pdf = "" +url_slides = "" +url_video = "" +url_code = "" + +# Custom links (optional). +# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. +url_custom = [ + {icon_pack = "fab", icon="github", name="SCOPE", url = "https://github.com/c3sr/scope"}, + {icon_pack = "fab", icon="github", name="Comm|Scope", url = "https://github.com/c3sr/comm_scope"}] # Featured image -# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`. -[header] -image = "" -caption = "" - +# To use, add an image named `featured.jpg/png` to your project's folder. +[image] + # Caption (optional) + caption = "Photo by rawpixel on Unsplash" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Smart" +++ + diff --git a/content/project/teaching_tools.md b/content/project/teaching_tools.md new file mode 100644 index 0000000..7c3d58c --- /dev/null +++ b/content/project/teaching_tools.md @@ -0,0 +1,48 @@ ++++ +# Project title. +title = "Teaching Tools" + +# Date this page was created. +date = 2016-01-01T00:00:00-05:00 + +# Project summary to display on homepage. +summary = "Software to support GPU programming classes" + +# Tags: can be used for filtering projects. +# Example: `tags = ["machine-learning", "deep-learning"]` +tags = ["impact"] + +# Optional external URL for project (replaces project detail page). +#external_link = "https://github.com/rai-project/scope" + +# Slides (optional). +# Associate this project with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides = "example-slides"` references +# `content/slides/example-slides.md`. +# Otherwise, set `slides = ""`. +slides = "" + +# Links (optional). +url_pdf = "" +url_slides = "" +url_video = "" +url_code = "" + +# Custom links (optional). +# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. +url_custom = [ + {icon_pack = "fab", icon="github", name="rai", url = "https://github.com/rai-project/rai"}, +] + +# Featured image +# To use, add an image named `featured.jpg/png` to your project's folder. +[image] + # Caption (optional) + caption = "Photo by rawpixel on Unsplash" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Smart" ++++ + diff --git a/content/publication/2016dakkak.md b/content/publication/2016dakkak.md index 21348ad..e9295c8 100644 --- a/content/publication/2016dakkak.md +++ b/content/publication/2016dakkak.md @@ -32,6 +32,14 @@ url_video = "" selected = true +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["teaching_tools"] + # Featured image # To use, add an image named `featured.jpg/png` to your page's folder. [image] diff --git a/content/publication/20170621_hidayetoglu_cem.md b/content/publication/20170621_hidayetoglu_cem.md index e7304e8..20492c6 100644 --- a/content/publication/20170621_hidayetoglu_cem.md +++ b/content/publication/20170621_hidayetoglu_cem.md @@ -32,6 +32,14 @@ url_video = "" selected = false +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["app_studies"] + # Featured image # To use, add an image named `featured.jpg/png` to your page's folder. [image] diff --git a/content/publication/20170621_hwu_cem.md b/content/publication/20170621_hwu_cem.md index f5c4e2b..670750e 100644 --- a/content/publication/20170621_hwu_cem.md +++ b/content/publication/20170621_hwu_cem.md @@ -34,7 +34,7 @@ selected = false # E.g. `projects = ["deep-learning"]` references # `content/project/deep-learning/index.md`. # Otherwise, set `projects = []`. -projects = [] +projects = ["app_studies"] # Slides (optional). # Associate this publication with Markdown slides. diff --git a/content/publication/20170621_pearson_cem.md b/content/publication/20170621_pearson_cem.md index 65f1c3e..04234d2 100644 --- a/content/publication/20170621_pearson_cem.md +++ b/content/publication/20170621_pearson_cem.md @@ -37,6 +37,14 @@ image_preview = "" # Is this a selected publication? (true/false) selected = false +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["app_studies"] + # Links (optional) url_pdf = "pdf/20170621_pearson_cem.pdf" url_preprint = "" diff --git a/content/publication/2017dakkak.md b/content/publication/2017dakkak.md index c2a24a2..79d8601 100644 --- a/content/publication/2017dakkak.md +++ b/content/publication/2017dakkak.md @@ -34,6 +34,14 @@ highlight = false # Is this a selected publication? (true/false) selected = true +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["teaching_tools"] + # Links (optional) url_pdf = "pdf/rai-edupar2017.pdf" url_preprint = "" diff --git a/content/publication/20180521_hidayetoglu_ipdps.md b/content/publication/20180521_hidayetoglu_ipdps.md index da30a0d..ab7bade 100644 --- a/content/publication/20180521_hidayetoglu_ipdps.md +++ b/content/publication/20180521_hidayetoglu_ipdps.md @@ -39,9 +39,11 @@ selected = true # Projects (optional). # Associate this publication with one or more of your projects. -# Simply enter the filename (excluding '.md') of your project file in `content/project/`. -# E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`. -projects = [] +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["app_studies"] # Links (optional) url_pdf = "pdf/20180521_hidayetoglu_ipdps.pdf" diff --git a/content/publication/20180625_pearson_ms.md b/content/publication/20180625_pearson_ms.md index 19e9ce7..3db3b86 100644 --- a/content/publication/20180625_pearson_ms.md +++ b/content/publication/20180625_pearson_ms.md @@ -37,6 +37,14 @@ image_preview = "" # Is this a selected publication? (true/false) selected = true +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["scope"] + # Links (optional) url_pdf = "pdf/20180625_pearson_ms.pdf" url_preprint = "" diff --git a/content/publication/20180628_pearson_iwoph.md b/content/publication/20180628_pearson_iwoph.md index dc7deb0..1c45892 100644 --- a/content/publication/20180628_pearson_iwoph.md +++ b/content/publication/20180628_pearson_iwoph.md @@ -37,6 +37,14 @@ image_preview = "" # Is this a selected publication? (true/false) selected = true +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["scope"] + # Links (optional) url_pdf = "pdf/20180628-iwoph.pdf" url_preprint = "" diff --git a/content/publication/20180919_pearson_arxiv.md b/content/publication/20180919_pearson_arxiv.md index f2c45a8..603d4c6 100644 --- a/content/publication/20180919_pearson_arxiv.md +++ b/content/publication/20180919_pearson_arxiv.md @@ -37,6 +37,14 @@ image_preview = "" # Is this a selected publication? (true/false) selected = false +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["scope"] + # Links (optional) url_pdf = "pdf/20180918_pearson_arxiv.pdf" url_preprint = "" diff --git a/content/publication/20180925_mailthody_hpec.md b/content/publication/20180925_mailthody_hpec.md index 4167c41..60d1d28 100644 --- a/content/publication/20180925_mailthody_hpec.md +++ b/content/publication/20180925_mailthody_hpec.md @@ -37,6 +37,14 @@ image_preview = "" # Is this a selected publication? (true/false) selected = true +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["graph_challenge"] + # Links (optional) url_pdf = "pdf/20180925_mailthody_iwoph.pdf" url_preprint = "" diff --git a/content/talk/2016nuggets.md b/content/talk/2016nuggets.md index d744e4f..570507c 100644 --- a/content/talk/2016nuggets.md +++ b/content/talk/2016nuggets.md @@ -1,21 +1,66 @@ +++ -abstract = "Experience from GPU acceleration of scientific code on NCSA Blue Waters" -url_slides = "pdf/2016nuggets.pdf" -math = false title = "GPU Performance Nuggets" -url_video = "https://www.youtube.com/watch?v=ReQWjJ3o8us" -location = "Sunriver Resort, OR" +date = 2016-06-15T04:14:45-05:00 # Schedule page publish date. +draft = false + +# Talk start and end times. +# End time can optionally be hidden by prefixing the line with `#`. +time_start = 2016-06-15T16:45:00-05:00 +time_end = 2016-06-15T17:00:00-05:00 + +# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. +authors = ["Simon Garcia de Gonzalo", "Carl Pearson"] + +# Abstract and optional shortened version. +abstract = "Experience from GPU acceleration of scientific code on NCSA Blue Waters" +abstract_short = "An example talk using Academic's Markdown slides feature." + +# Name of event and optional event URL. event = "Blue Waters Symposium" -highlight = true -date = "2016-06-15T04:14:45-05:00" event_url = "" -abstract_short = "" + +# Location of event. +location = "Sunriver Resort, OR" + +# Is this a selected talk? (true/false) selected = true + +# Projects (optional). +# Associate this talk with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["app_studies"] + +# Tags (optional). +# Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags. +tags = [] + +# Slides (optional). +# Associate this talk with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides = "example-slides"` references +# `content/slides/example-slides.md`. +# Otherwise, set `slides = ""`. +slides = "" + +# Links (optional). url_pdf = "" +url_slides = "pdf/2016nuggets.pdf" +url_video = "https://www.youtube.com/watch?v=ReQWjJ3o8us" +url_code = "" -[header] - image = "" - caption = "" +# Does the content use math formatting? +math = false +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +[image] + # Caption (optional) + caption = "Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Right" +++ - diff --git a/content/talk/2017gtc.md b/content/talk/2017gtc.md index 130809e..9684409 100644 --- a/content/talk/2017gtc.md +++ b/content/talk/2017gtc.md @@ -3,6 +3,15 @@ event = "NVIDIA GPU Technology Conference 2017" title = "RAI: A Scalable Submission System for GPU Applications" highlight = true selected = false + +# Projects (optional). +# Associate this talk with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["teaching_tools"] + abstract = "" url_slides = "pdf/rai-gtc2017-slides.pdf" event_url = "http://www.gputechconf.com/" diff --git a/content/talk/20180606bw.md b/content/talk/20180606bw.md index c1e374a..9d58214 100644 --- a/content/talk/20180606bw.md +++ b/content/talk/20180606bw.md @@ -15,9 +15,11 @@ selected = true # Projects (optional). # Associate this talk with one or more of your projects. -# Simply enter the filename (excluding '.md') of your project file in `content/project/`. -# E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`. -projects = [] +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["app_studies"] # Links (optional). url_pdf = "" diff --git a/content/talk/20180624isc.md b/content/talk/20180624isc.md index 76420b3..80a8a3e 100644 --- a/content/talk/20180624isc.md +++ b/content/talk/20180624isc.md @@ -15,9 +15,11 @@ selected = true # Projects (optional). # Associate this talk with one or more of your projects. -# Simply enter the filename of your project file in `content/project/`. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. # Otherwise, set `projects = []`. -projects = [] +projects = ["app_studies"] # Links (optional). url_pdf = "" diff --git a/content/talk/_index.md b/content/talk/_index.md index e0193da..f9061cd 100644 --- a/content/talk/_index.md +++ b/content/talk/_index.md @@ -7,7 +7,8 @@ highlight = false # List format. # 0 = Simple # 1 = Detailed -list_format = 0 +# 2 = Stream +list_format = 2 # Optional featured image (relative to `static/img/` folder). [header] @@ -15,3 +16,4 @@ image = "" caption = "" +++ +