diff --git a/content/talk/2018ada.md b/content/talk/2018ada.md new file mode 100644 index 0000000..257eac4 --- /dev/null +++ b/content/talk/2018ada.md @@ -0,0 +1,44 @@ ++++ +date = 2018-05-18T00:00:00 # Schedule page publish date. + +title = "ADA Annual Review Project Pitch" +time_start = 2018-05-16T09:40:00 +time_end = 2018-05-16T09:50:00 +abstract = "" +abstract_short = "" +event = "Applications Driving Architectures Annual Review" +event_url = "https://adacenter.org/" +location = "Ann Arbor, Michigan" + +# Is this a selected talk? (true/false) +selected = false + +# Projects (optional). +# Associate this talk with one or more of your projects. +# Simply enter the filename of your project file in `content/project/`. +# Otherwise, set `projects = []`. +projects = ["cab.md"] + +# Links (optional). +url_pdf = "" +url_slides = "pdf/2018ada.pdf" +url_video = "" +url_code = "" + +# Does the content use math formatting? +math = false + +# Does the content 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 = "" +# image = "headers/bubbles-wide.jpg" +# caption = "My caption :smile:" + +#Embed your slides or video here using [shortcodes](https://sourcethemes.com/academic/post/writing-markdown-latex/). Further details can easily be added using *Markdown* and $\rm \LaTeX$ math code. + ++++ diff --git a/content/talk/2018ff.md b/content/talk/2018ff.md index a2b437c..2d03ef9 100644 --- a/content/talk/2018ff.md +++ b/content/talk/2018ff.md @@ -1,21 +1,42 @@ +++ -event = "Coordinated Science Lab Feedback Friday Spring 2018" -title = "[placeholder]" -highlight = true -selected = false +date = 2017-01-01T00:00:00 # Schedule page publish date. + +title = "Towards Automatic Heterogeneous Computing Performance Analysis" +time_start = 2018-03-30T14:00:00 +time_end = 2018-03-30T14:45:00 abstract = "" -url_slides = "" -event_url = "http://synrg.csl.illinois.edu/friday/" -math = false -location = "Urbana, IL" -date = "2018-03-30T13:00:00-06:00" abstract_short = "" -url_video = "" -url_pdf = "" +event = "Coordinated Science Lab Feedback Friday Spring 2018" +event_url = "http://synrg.csl.illinois.edu/friday/" +location = "Urbana, IL" +# Is this a selected talk? (true/false) +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/`. +# Otherwise, set `projects = []`. +projects = ["cab.md"] + +# Links (optional). +url_pdf = "" +url_slides = "pdf/20180330_feedback-friday.pdf" +url_video = "" +url_code = "" + +# Does the content use math formatting? +math = false + +# Does the content 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] - caption = "" - image = "" +image = "" +caption = "" +++ diff --git a/content/talk/2018ifeat.md b/content/talk/2018ifeat.md deleted file mode 100644 index 5e50797..0000000 --- a/content/talk/2018ifeat.md +++ /dev/null @@ -1,21 +0,0 @@ -+++ -event = "iFEAT/Mavis Poster Session" -title = "[placeholder]" -highlight = true -selected = false -abstract = "" -url_slides = "" -event_url = "" -math = false -location = "Urbana, IL" -date = "2018-04-25T18:00:00-06:00" -abstract_short = "" -url_video = "" -url_pdf = "" - -[header] - caption = "" - image = "" - -+++ - diff --git a/content/talk/_index.md b/content/talk/_index.md index f1cd3ac..e0193da 100644 --- a/content/talk/_index.md +++ b/content/talk/_index.md @@ -1,5 +1,5 @@ +++ -title = "Recent Talks" +title = "Recent and Upcoming Talks" date = "2017-01-01T00:00:00Z" math = false highlight = false diff --git a/static/pdf/20180330_feedback-friday.pdf b/static/pdf/20180330_feedback-friday.pdf new file mode 100644 index 0000000..6e941bf Binary files /dev/null and b/static/pdf/20180330_feedback-friday.pdf differ diff --git a/static/pdf/2018ada.pdf b/static/pdf/2018ada.pdf new file mode 100644 index 0000000..1010543 Binary files /dev/null and b/static/pdf/2018ada.pdf differ