|
1 |
| -# [Hugo Research Group Theme](https://github.com/wowchemy/starter-hugo-research-group) |
| 1 | +Below is a guide for updating this site. |
| 2 | +This is a fork of [HugoBlox/theme-research-group](https://github.com/HugoBlox/theme-research-group). |
| 3 | +The documentation there should be referred to for more advanced changes. |
2 | 4 |
|
3 |
| -[](https://hugoblox.com/hugo-themes/) |
| 5 | +## Editing locally |
4 | 6 |
|
5 |
| -The **Research Group Template** empowers your research group to easily create a beautiful website with a stunning homepage, news, academic publications, events, team profiles, and a contact form. |
| 7 | +`hugo` is used to build this site locally. Here is one way to install `hugo`. |
6 | 8 |
|
7 |
| -️**Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, widget-based Wowchemy page builder**, making every site truly personalized ⭐⭐⭐⭐⭐ |
| 9 | +First, [install go](https://go.dev/doc/install). Then, [install the extended edition of `hugo`](https://gohugo.io/installation/linux/). |
| 10 | +(It is important to not install `hugo` via `apt` because the one there is too old and does not work on this repo.) |
8 | 11 |
|
9 |
| -[](https://hugoblox.com/hugo-themes/) |
10 |
| -[](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) |
11 |
| -[](https://twitter.com/wowchemy) |
| 12 | +After installing `hugo`, simply run `hugo server` to preview the site locally. |
12 | 13 |
|
13 |
| -Easily write technical content with plain text Markdown, LaTeX math, diagrams, RMarkdown, or Jupyter, and import publications from BibTeX. |
| 14 | +### News |
14 | 15 |
|
15 |
| -[Check out the latest demo](https://research-group.netlify.app/) of what you'll get in less than 60 seconds, or [view the showcase](https://hugoblox.com/creators/). |
| 16 | +Copy one of the earlier postings in [content/news](/content/news/) and modify the file name, date and contents accordingly. |
16 | 17 |
|
17 |
| -The integrated [**Wowchemy**](https://hugoblox.com) website builder and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs. |
| 18 | +### People |
18 | 19 |
|
19 |
| -- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) |
20 |
| -- 📚 [View the **documentation**](https://docs.hugoblox.com/) |
21 |
| -- 💬 [Chat with the **Wowchemy research community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) |
22 |
| -- ⬇️ **Automatically import citations from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter) |
23 |
| -- 🐦 Share your new site with the community: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query) |
24 |
| -- 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA) |
25 |
| -- 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues) |
26 |
| -- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) |
| 20 | +Copy one of the folders in [content/authors](/content/authors/) and modify the name and contents accordingly. Do also remember to update the profile image. The image file should be named `avatar.[jpg|png]`. Either image format works but the name must be `avatar`. |
| 21 | +(The folder is named "authors" just because it was like that when this repo was initially forked from HugoBlox.) |
27 | 22 |
|
28 |
| -## We ask you, humbly, to support this open source movement |
| 23 | +```yml |
| 24 | +--- |
| 25 | +# Display name |
| 26 | +title: Umang Mathur |
29 | 27 |
|
30 |
| -Today we ask you to defend the open source independence of the Wowchemy website builder and themes 🐧 |
| 28 | +link: https://www.comp.nus.edu.sg/~umathur/ |
31 | 29 |
|
32 |
| -We're an open source movement that depends on your support to stay online and thriving, but 99.9% of our creators don't give; they simply look the other way. |
| 30 | +# Full Name (for SEO) |
| 31 | +first_name: Umang |
| 32 | +last_name: Mathur |
33 | 33 |
|
34 |
| -### [❤️ Click here to become a GitHub Sponsor, unlocking awesome perks such as _exclusive academic templates and widgets_](https://github.com/sponsors/gcushen) |
| 34 | +# Organizational groups that you belong to (for People widget) |
| 35 | +# Set this to `[]` or comment out if you are not using People widget. |
| 36 | +user_groups: |
| 37 | + - Principal Investigator |
35 | 38 |
|
36 |
| -## Demo credits |
| 39 | +social: |
| 40 | + - icon: orcid |
| 41 | + icon_pack: fab |
| 42 | + link: https://orcid.org/0000-0002-7610-0660 |
| 43 | +--- |
| 44 | +``` |
37 | 45 |
|
38 |
| -Please replace the demo images with your own. |
| 46 | +The possible labels for `user_groups` are as follows. Multiple labels can be included in the list. |
| 47 | +- Principal Investigators |
| 48 | +- Researchers |
| 49 | +- Grad Students |
| 50 | +- Administration |
| 51 | +- Visitors |
| 52 | +- Alumni |
39 | 53 |
|
40 |
| -- [Female scientist](https://unsplash.com/photos/uVnRa6mOLOM) |
41 |
| -- [2 Coders](https://unsplash.com/photos/kwzWjTnDPLk) |
42 |
| -- [Cafe](https://unsplash.com/photos/RnDGGnMEOao) |
43 |
| -- Blog posts |
44 |
| - - https://unsplash.com/photos/AndE50aaHn4 |
45 |
| - - https://unsplash.com/photos/OYzbqk2y26c |
46 |
| -- Avatars |
47 |
| - - https://unsplash.com/photos/5yENNRbbat4 |
48 |
| - - https://unsplash.com/photos/WNoLnJo7tS8 |
| 54 | +### Publications |
| 55 | + |
| 56 | +Copy one of the folders in [content/publication](/content/publication/), such as [2024/Coarser Equivalences for Causal Concurrency](/content/publication/2024/Coarser%20Equivalences%20for%20Causal%20Concurrency/). There are two files, `cite.bib` and `index.md`. First, update `cite.bib` with the coresponding BibTeX. Then, update the fields in `index.md`. |
| 57 | + |
| 58 | +Most fields are self-explanatory, but the `authors` and `publication_types` fields would benefit from some elaboration. |
| 59 | + |
| 60 | +In the `authors` list, if a name matches a folder name under `content/authors` (e.g. [`umang`](/content/authors/umang/), [`zhendong.ang`](/content/authors/zhendong.ang/), [`huan.zhao`](/content/authors/huan.zhao/)), the rendered website will show the author's full name and have a hyperlink to the author's personal website. |
| 61 | + |
| 62 | +The `publication_types` field expects a list of labels. So far we only use `publication_types: ["paper-conference"]`. Below is a reference containing the other labels in case we might want them some day: |
| 63 | +- `paper_conference`: Conference paper |
| 64 | +- `article_journal`: Journal article |
| 65 | +- `article`: Preprint |
| 66 | +- `report`: Report |
| 67 | +- `book`: Book |
| 68 | +- `chapter`: Book section |
| 69 | +- `thesis`: Thesis |
| 70 | +- `patent`: Patent |
0 commit comments