Hopefully everyone in the group can contribute to:
After your changes are committed, it might take a minute or two to see these changes reflected.
Prerequisites:
- Basic familiarity with using GitHub.
- Basic knowledge of Markdown. This README.md is written as a Markdown file.
- Basic familiarity of YAML file format:
- name: Student Name position: Visiting Student email: student [at] college.edu
- format: use the
/assets/img/jpegify.shscript to standardize image size and format - name your picture as
firstname_lastname.jpg - navigate to
/assets/img/team/on GitHub and drag-and-drop the picture file from your desktop into the browser window. - when prompted for Commit changes, change the message to "upload
YOUR FILENAMEfor members.yml".
- navigate to
/_data/members.ymlon GitHub and click the pencil for "Edit this file". Add a new entry roughly matching the format of the existing ones. - make sure the indentation is correct -- it's very sensitive for the YAML format.
- when prompted for Commit changes, change the message to "Update members.yml to include
YOUR NAME".
You are expected to know how to add/edit a file on GitHub and commit with a descriptive message at this point. If not, you can reference from the section above or ask for help.
You can get this from Google Scholar, other platforms, or citation managers.
- Add the citation in BibTeX format to
_bibliography/papers.bib. - You can modify specific entries, such as
abbrfor a label for searching/filtering on the websitepreviewfor a preview imageurl,pdf, etc. for linking to the paperabstractfor displaying a small paragraph when clicked on the buttonABS
- Add the image to
assets/img/publication_preview/. - Modify the
previewfield in the corresponding entry in_bibliography/papers.bib.
You are expected to know how to add/edit a file on GitHub and commit with a descriptive message at this point. If not, you can reference from the section above or ask for help.
- navigate to
_posts/or_news/on GitHub and click Create new file. - The filename must begin with the date in YYYY-MM-DD format, followed by a brief title delimited by hyphens and then the extension
.md. - Learn more about the format and features supported from examples in the folders or external resources.
For more advanced edits, you may want to install the website locally and make other customizations. See INSTALL.md, CUSTOMIZE.md, and CONTRIBUTING.md for more information.
This README instruction is adapted from the DecisionLab repository.