From 9c5e11f41e7fa2925df85451e2ddb8473ef19f0c Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Fri, 29 Sep 2017 07:16:44 -0500 Subject: [PATCH] Add ece408 project, update theme --- build.sh | 11 ++++-- content/project/2017fa_ece408_project.md | 43 ++++++++++++++++++++++++ themes/academic | 2 +- 3 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 content/project/2017fa_ece408_project.md diff --git a/build.sh b/build.sh index 381257c..e92e566 100755 --- a/build.sh +++ b/build.sh @@ -22,6 +22,15 @@ if [[ "$numpaths" -ne "1" ]]; then exit -1 fi +# Try building the website locally +cd "$HUGO_ROOT" +echo "Updating theme" +git submodule update --recursive --remote +echo "Building site" +hugo + +# Clean up local build +rm -r "$HUGO_ROOT/public" # Clean up github.io repo echo "Updating and cleaning cwpearson.github.io" @@ -31,8 +40,6 @@ rm -rf * # Build website cd "$HUGO_ROOT" -echo "Updating theme" -git submodule update --recursive --remote echo "Building site" hugo -d "$IO_ROOT" diff --git a/content/project/2017fa_ece408_project.md b/content/project/2017fa_ece408_project.md new file mode 100644 index 0000000..7483676 --- /dev/null +++ b/content/project/2017fa_ece408_project.md @@ -0,0 +1,43 @@ ++++ +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 ECE 408 / CS 483 during the fall semester of 2017. + +* Three lectures on machine learning +* A [course project][project_repo] where students add a GPU convolution operator to MXNet. + +[project_repo]: https://bitbucket.org/hwuligans/2017fa_ece408_project + +[l1]: +[l2]: +[l3]: +<---> diff --git a/themes/academic b/themes/academic index 865f39f..aa224c0 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 865f39f4503621ba453c336c94a6686438f29561 +Subproject commit aa224c04a02839bac4fc7d2af39548e0152284f7