From ed6d2ce46155caa595c43aa31925c21f20a9cee1 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 23 Nov 2017 01:41:58 +0000 Subject: [PATCH] Initial commit --- .gitignore | 2 + .gitmodules | 3 + LICENSE => LICENSE.md | 0 README.md | 39 +++- config.toml | 275 ++++++++++++++++++++++++++ content/home/about.md | 40 ++++ content/home/contact.md | 17 ++ content/home/posts.md | 24 +++ content/home/projects.md | 40 ++++ content/home/publications.md | 38 ++++ content/home/publications_selected.md | 33 ++++ content/home/tags.md | 13 ++ content/home/talks.md | 22 +++ content/home/teaching.md | 28 +++ content/post/_index.md | 12 ++ content/publication/_index.md | 18 ++ content/talk/_index.md | 16 ++ static/img/portrait.jpg | Bin 0 -> 12861 bytes themes/academic | 1 + update_academic.sh | 10 + 20 files changed, 629 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 .gitmodules rename LICENSE => LICENSE.md (100%) create mode 100644 config.toml create mode 100644 content/home/about.md create mode 100644 content/home/contact.md create mode 100644 content/home/posts.md create mode 100644 content/home/projects.md create mode 100644 content/home/publications.md create mode 100644 content/home/publications_selected.md create mode 100644 content/home/tags.md create mode 100644 content/home/talks.md create mode 100644 content/home/teaching.md create mode 100644 content/post/_index.md create mode 100644 content/publication/_index.md create mode 100644 content/talk/_index.md create mode 100644 static/img/portrait.jpg create mode 160000 themes/academic create mode 100644 update_academic.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..489e8c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +public/ +.idea/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e411f7f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/academic"] + path = themes/academic + url = https://github.com/gcushen/hugo-academic.git diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 270a2dc..5bd8c2f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ -# academic-kickstart -Easily create a website using Academic +# Academic Kickstart + +**Academic** is a framework to help you create a beautiful website quickly. Perfect for personal, student, or academic websites. [Check out the latest demo](https://themes.gohugo.io/theme/academic/) of what you'll get in less than 10 minutes or [view the documentation](https://sourcethemes.com/academic/docs/). + +**Academic Kickstart** provides a minimal template to kickstart your new website by following the simple steps below. + +[![Screenshot](https://raw.githubusercontent.com/gcushen/hugo-academic/master/academic.png)](https://github.com/gcushen/hugo-academic/) + +Prerequisites: + +* [Download and install Git](https://git-scm.com/downloads) +* [Download and install Hugo](https://gohugo.io/getting-started/installing/#quick-install) + +Easily create a website using the Academic framework by following these simple steps: + +1. Clone (or [Fork](https://github.com/sourcethemes/academic-kickstart#fork-destination-box)) this repository using Git: + + git clone https://github.com/sourcethemes/academic-kickstart.git My_Website + +2. Apply any updates to Academic (optional): + + cd My_Website + bash update_academic.sh + +3. View your new website (from within your `My_Website` folder): + + hugo server + +4. Read the [Quick Start Guide](https://sourcethemes.com/academic/docs/) to learn how to add Markdown content, customize your site, and deploy it. + +## License + +Copyright 2017 [George Cushen](https://georgecushen.com). + +Released under the [MIT](https://github.com/sourcethemes/academic-kickstart/blob/master/LICENSE.md) license. + +[![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/academic-kickstart/readme?pixel)](https://github.com/igrigorik/ga-beacon) diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..881b950 --- /dev/null +++ b/config.toml @@ -0,0 +1,275 @@ +baseurl = "/" # End your URL with a `/` trailing slash, e.g. `https://example.com/`. +title = "Academic" +copyright = "© 2017 Your Name" +theme = "academic" +enableEmoji = true +footnotereturnlinkcontents = "^" +ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] +preserveTaxonomyNames = true +paginate = 10 + +# Enable comments by entering your Disqus shortname +disqusShortname = "" + +# Enable analytics by entering your Google Analytics tracking ID +googleAnalytics = "" + +# Default language to use (if you setup multilingual support) +defaultContentLanguage = "en" +defaultContentLanguageInSubdir = false + +[outputs] + home = [ "HTML", "CSS", "RSS" ] + section = [ "HTML", "RSS" ] + +# Configure BlackFriday Markdown rendering. +# See: https://gohugo.io/readfiles/bfconfig/ +[blackfriday] + hrefTargetBlank = true # `true` opens external links in a new tab. + fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction). + smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions). + +[params] + # Color theme. + # Choose from `default`, `ocean`, `forest`, `coffee`, or `dark`. + color_theme = "default" + + # Font style. + # Choose from `default`, `classic`, or `playfair`. + font = "default" + + # Your details. + name = "Lena Smith" + role = "Professor of Artificial Intelligence" + + # Organizations/Affiliations. + # Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`. + organizations = [ { name = "Stanford University", url = "" } ] + + gravatar = false # Get your avatar from Gravatar.com? (true/false) + avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar. + email = "test@example.org" + address = "Building 1 Room 1, Stanford University, California, 90210, USA" + office_hours = "Monday 10:00 to 13:00 or email for appointment" + phone = "888 888 88 88" + skype = "echo123" + telegram = "" + + # Enable Keybase in Contact widget by entering your keybase.io username. + keybase = "" + + # Discussion link (e.g. link to a forum, mailing list, or chat). + # Uncomment line below to use. + # discussion = { name = "Discuss", url = "https://discourse.gohugo.io" } + + # Diplay a logo in navigation bar rather than title (optional). + # To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "". + logo = "" + + # Enable/disable map in Contact widget. + # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose + # a map provider below. + # To use Google Maps, set `map = 1` and enter your API key that can be obtained here: + # https://developers.google.com/maps/documentation/javascript/get-api-key + # To use OpenStreetMap tiles, set `map = 2`. + # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here: + # https://www.mapbox.com/studio/account/tokens + # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom. + # + # Map provider: + # 0: No map + # 1: Google Maps + # 2: OpenStreetMap (Mapnik) + # 3: OpenStreetMap (Mapbox) + map = 0 + map_api_key = "" + latitude = "37.4275" + longitude = "-122.1697" + zoom = 15 + + # Date and time format (refer to Go's date format: http://fuckinggodateformat.com ) + # Examples: "Mon, Jan 2, 2006" or "2006-01-02" + date_format = "Jan 2, 2006" + # Examples: "3:04 pm" or "15:04" + time_format = "3:04 PM" + + # Show estimated reading time for posts? + reading_time = true + + # Display comment count? Requires commenting to be enabled. + comment_count = true + + # Display section pager for posts? + section_pager = false + + # Enable global LaTeX math rendering? + # If false, you can enable it locally on a per page basis. + math = false + + # Highlight.js options + # highlight + # Enable global source code highlighting? If false, you can + # override it for a particular page in that page's preamble. + # + # Example: highlight = true + # + # highlight_languages + # Add support for highlighting additional languages. Support for + # languages mentioned here will be included in all pages. You + # can also set this variable for a particular page in that + # page's preamble. + # + # Example: highlight_languages = ["go", "lisp", "ocaml"] + # + # highlight_style + # Choose a different CSS style for highlighting source + # code. Setting this option in a page's preamble has no + # effect. + # + # Example: highlight_style = "github-gist" + # + # For the list of supported languages and styles, see: + # https://cdnjs.com/libraries/highlight.js/ + # + # For more info on the highlighting options, see: + # https://sourcethemes.com/academic/post/writing-markdown-latex/#highlighting-options + highlight = true + highlight_languages = [] + # highlight_style = "github" + + # Enable native social sharing buttons? + sharing = true + + # Link custom CSS and JS assets + # (relative to /static/css and /static/js respectively) + custom_css = [] + custom_js = [] + + # Publication types. + # Used to categorize publications. + # The index of the publication type in the list is used as its unique numerical identifier. + # The numeric ID is used in a publication's frontmatter to categorize it. + # The language can be edited below. + # For multi-lingual sites, copy this block to each language section at the end of this file. + publication_types = [ + 'Uncategorized', # 0 + 'Conference proceedings', # 1 + 'Journal', # 2 + 'Work in progress', # 3 + 'Technical report', # 4 + 'Book', # 5 + 'Book chapter' # 6 + ] + + # Configuration of talk pages. + [params.talks] + # Show talk time? + time = true + + # Configuration of publication pages. + [params.publications] + # Date format (refer to Go's date format: http://fuckinggodateformat.com ) + # Examples: "Mon, Jan 2, 2006" or "2006-01-02" + date_format = "January, 2006" + + # Configuration of project pages. + [params.projects] + # List publications and talks related to the project? + list_children = true + + # Publication list format. + # 0 = Simple + # 1 = Detailed + # 2 = APA + # 3 = MLA + publication_format = 3 + + # Social/Academic Networking + # + # Icon pack "fa" includes the following social network icons: + # + # twitter, weibo, linkedin, github, facebook, pinterest, google-plus, + # youtube, instagram, soundcloud + # + # For email icon, use "fa" icon pack, "envelope" icon, and + # "mailto:your@email.com" as the link. + # + # Full list: https://fortawesome.github.io/Font-Awesome/icons/ + # + # Icon pack "ai" includes the following academic network icons: + # + # google-scholar, arxiv, orcid, researchgate, mendeley + # + # Full list: https://jpswalsh.github.io/academicons/ + + [[params.social]] + icon = "envelope" + icon_pack = "fa" + link = "mailto:test@example.org" + + [[params.social]] + icon = "twitter" + icon_pack = "fa" + link = "//twitter.com/GeorgeCushen" + + [[params.social]] + icon = "google-scholar" + icon_pack = "ai" + link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ" + + [[params.social]] + icon = "github" + icon_pack = "fa" + link = "//github.com/gcushen" + + +# Navigation Links +# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the +# desired widget in your `content/home/` folder. +# The weight parameter defines the order that the links will appear in. +[params.menus] + # Align the main menu to the right of the page? (true/false) + align_right = true + +[[menu.main]] + name = "Home" + url = "#about" + weight = 1 + +[[menu.main]] + name = "Publications" + url = "#publications_selected" + weight = 2 + +[[menu.main]] + name = "Posts" + url = "#posts" + weight = 3 + +[[menu.main]] + name = "Projects" + url = "#projects" + weight = 4 + +[[menu.main]] + name = "Teaching" + url = "#teaching" + weight = 5 + +[[menu.main]] + name = "Contact" + url = "#contact" + weight = 6 + +# Taxonomies. +[taxonomies] + tag = "tags" + category = "categories" + publication_type = "publication_types" + +# Languages +# Create a [languages.X] block for each language you want, where X is the language ID. + +# Configure the English version of the website. +[Languages.en] + languageCode = "en-us" diff --git a/content/home/about.md b/content/home/about.md new file mode 100644 index 0000000..89103dc --- /dev/null +++ b/content/home/about.md @@ -0,0 +1,40 @@ ++++ +# About/Biography widget. +widget = "about" +active = true +date = "2016-04-20T00:00:00" + +# Order that this section will appear in. +weight = 5 + +# List your academic interests. +[interests] + interests = [ + "Artificial Intelligence", + "Computational Linguistics", + "Information Retrieval" + ] + +# List your qualifications (such as academic degrees). +[[education.courses]] + course = "PhD in Artificial Intelligence" + institution = "Stanford University" + year = 2012 + +[[education.courses]] + course = "MEng in Artificial Intelligence" + institution = "Massachusetts Institute of Technology" + year = 2009 + +[[education.courses]] + course = "BSc in Artificial Intelligence" + institution = "Massachusetts Institute of Technology" + year = 2008 + ++++ + +# Biography + +Lena Smith is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include distributed robotics, mobile computing and programmable matter. She leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate. diff --git a/content/home/contact.md b/content/home/contact.md new file mode 100644 index 0000000..6165758 --- /dev/null +++ b/content/home/contact.md @@ -0,0 +1,17 @@ ++++ +# Contact widget. +widget = "contact" +active = true +date = "2016-04-20T00:00:00" + +title = "Contact" +subtitle = "" + +# Order that this section will appear in. +weight = 70 + +# Automatically link email and phone? +autolink = true + ++++ + diff --git a/content/home/posts.md b/content/home/posts.md new file mode 100644 index 0000000..9a274b8 --- /dev/null +++ b/content/home/posts.md @@ -0,0 +1,24 @@ ++++ +# Recent Posts widget. +# This widget displays recent posts from `content/post/`. +widget = "posts" +active = true +date = "2016-04-20T00:00:00" + +title = "Recent Posts" +subtitle = "" + +# Order that this section will appear in. +weight = 40 + +# Filter posts by tag. +# By default, show all recent posts. +# Filtering example: `tags_include = ["hugo", "academic"]` +tags_include = [] +tags_exclude = [] + +# Number of posts to list. +count = 5 + ++++ + diff --git a/content/home/projects.md b/content/home/projects.md new file mode 100644 index 0000000..a9bf0e7 --- /dev/null +++ b/content/home/projects.md @@ -0,0 +1,40 @@ ++++ +# Projects widget. +# This widget displays all projects from `content/project/`. +widget = "projects" +active = true +date = "2016-04-20T00:00:00" + +title = "Projects" +subtitle = "" + +# Order that this section will appear in. +weight = 50 + +# View. +# Customize how projects are displayed. +# Legend: 0 = list, 1 = cards. +view = 1 + +# Filter toolbar. + +# Default filter index (e.g. 0 corresponds to the first `[[filter]]` instance below). +filter_default = 0 + +# Add or remove as many filters (`[[filter]]` instances) as you like. +# Use "*" tag to show all projects or an existing tag prefixed with "." to filter by specific tag. +# To remove toolbar, delete/comment all instances of `[[filter]]` below. +[[filter]] + name = "All" + tag = "*" + +[[filter]] + name = "Deep Learning" + tag = ".deep-learning" + +[[filter]] + name = "Other" + tag = ".demo" + ++++ + diff --git a/content/home/publications.md b/content/home/publications.md new file mode 100644 index 0000000..b748793 --- /dev/null +++ b/content/home/publications.md @@ -0,0 +1,38 @@ ++++ +# Recent Publications widget. +# This widget displays recent publications from `content/publication/`. +widget = "publications" +active = true +date = 2016-04-20 + +title = "Recent Publications" +subtitle = "" + +# Order that this section will appear in. +weight = 20 + +# Number of publications to list. +count = 10 + +# List format. +# 0 = Simple +# 1 = Detailed +# 2 = APA +# 3 = MLA +list_format = 3 + +# Filter by publication type. +# -1: Any +# 0: Uncategorized +# 1: Conference proceedings +# 2: Journal +# 3: Work in progress +# 4: Technical report +# 5: Book +# 6: Book chapter +publication_type = "-1" + +# Exclude publications that are shown in the Selected Publications widget? +exclude_selected = false ++++ + diff --git a/content/home/publications_selected.md b/content/home/publications_selected.md new file mode 100644 index 0000000..60edf71 --- /dev/null +++ b/content/home/publications_selected.md @@ -0,0 +1,33 @@ ++++ +# Selected Publications widget. +# This widget displays publications from `content/publication/` which have +# `selected = true` in their `+++` front matter. +widget = "publications_selected" +active = true +date = 2016-04-20 + +title = "Selected Publications" +subtitle = "" + +# Order that this section will appear in. +weight = 10 + +# List format. +# 0 = Simple +# 1 = Detailed +# 2 = APA +# 3 = MLA +list_format = 1 + +# Filter by publication type. +# -1: Any +# 0: Uncategorized +# 1: Conference proceedings +# 2: Journal +# 3: Work in progress +# 4: Technical report +# 5: Book +# 6: Book chapter +publication_type = "-1" ++++ + diff --git a/content/home/tags.md b/content/home/tags.md new file mode 100644 index 0000000..eca1a32 --- /dev/null +++ b/content/home/tags.md @@ -0,0 +1,13 @@ ++++ +# Tag Cloud widget. +widget = "tag_cloud" +active = true +date = 2017-09-20 + +title = "Tags" +subtitle = "" + +# Order that this section will appear in. +weight = 65 + ++++ diff --git a/content/home/talks.md b/content/home/talks.md new file mode 100644 index 0000000..8606519 --- /dev/null +++ b/content/home/talks.md @@ -0,0 +1,22 @@ ++++ +# Recent and Upcoming Talks widget. +widget = "talks" +active = true +date = "2016-04-20T00:00:00" + +title = "Recent & Upcoming Talks" +subtitle = "" + +# Order that this section will appear in. +weight = 30 + +# Number of talks to list. +count = 10 + +# List format. +# 0 = Simple +# 1 = Detailed +list_format = 0 + ++++ + diff --git a/content/home/teaching.md b/content/home/teaching.md new file mode 100644 index 0000000..0b1ed6b --- /dev/null +++ b/content/home/teaching.md @@ -0,0 +1,28 @@ ++++ +# Custom widget. +# An example of using the custom widget to create your own homepage section. +# To create more sections, duplicate this file and edit the values below as desired. +widget = "custom" +active = true +date = "2016-04-20T00:00:00" + +# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`. +title = "Teaching" +subtitle = "" + +# Order that this section will appear in. +weight = 60 + ++++ + +This is an example of using the *custom* widget to create your own homepage section. + +I am a teaching instructor for the following courses at University X: + +- CS101: An intro to computer science +- CS102: An intro to computer science +- CS103: An intro to computer science +- CS104: An intro to computer science +- CS105: An intro to computer science +- CS106: An intro to computer science +- CS107: An intro to computer science diff --git a/content/post/_index.md b/content/post/_index.md new file mode 100644 index 0000000..2289860 --- /dev/null +++ b/content/post/_index.md @@ -0,0 +1,12 @@ ++++ +title = "Posts" +date = 2017-01-01 +math = false +highlight = false + +# Optional featured image (relative to `static/img/` folder). +[header] +image = "" +caption = "" + ++++ diff --git a/content/publication/_index.md b/content/publication/_index.md new file mode 100644 index 0000000..a0a6045 --- /dev/null +++ b/content/publication/_index.md @@ -0,0 +1,18 @@ ++++ +title = "Publications" +date = "2017-01-01T00:00:00Z" +math = false +highlight = false + +# List format. +# 0 = Simple +# 1 = Detailed +# 2 = APA +# 3 = MLA +list_format = 3 + +# Optional featured image (relative to `static/img/` folder). +[header] +image = "" +caption = "" ++++ diff --git a/content/talk/_index.md b/content/talk/_index.md new file mode 100644 index 0000000..8cb2939 --- /dev/null +++ b/content/talk/_index.md @@ -0,0 +1,16 @@ ++++ +title = "Recent & Upcoming Talks" +date = "2017-01-01T00:00:00Z" +math = false +highlight = false + +# List format. +# 0 = Simple +# 1 = Detailed +list_format = 0 + +# Optional featured image (relative to `static/img/` folder). +[header] +image = "" +caption = "" ++++ diff --git a/static/img/portrait.jpg b/static/img/portrait.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1361fd8e04ebc7d46ebea699097347f792c01c7 GIT binary patch literal 12861 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 R2Yj{%{Fm{i3>@4Y_#Zm~%l`lX literal 0 HcmV?d00001 diff --git a/themes/academic b/themes/academic new file mode 160000 index 0000000..9e14c8a --- /dev/null +++ b/themes/academic @@ -0,0 +1 @@ +Subproject commit 9e14c8a74ed008a57511a7b3425aee693b5b478a diff --git a/update_academic.sh b/update_academic.sh new file mode 100644 index 0000000..8e33b7c --- /dev/null +++ b/update_academic.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Display available updates to Academic. +cd themes/academic +git fetch +git log --pretty=oneline --abbrev-commit --decorate HEAD..origin/master +cd ../../ + +# Update Academic. +git submodule update --remote --merge