To contribute to this project please either start a pull request or an issue with the details of the information that you want added.
- Beautify your
.md
file using Tidy Markdown - Verify that your Markdown has been correctly formatted by rendering your
.md
with Grip - If you have edited the LaTeX file make sure to run
make realclean
- You may merge the pull request in once you have the sign-off of at least one maintainer. If you do not have permission to make the merge, request the approving maintainer to merge it for you.
- Adding content across experiments
- An additional volunteer maintainer
- Restructuring the layout design to be more readable
If there is content missing that you'd like added please create an issue with as much description as possible (and maybe some examples). A maintainer will add the content once it has been approved. Alternatively, feel free branch the repository and add the content you want and then create a pull request.
All paper additions should be submitted as a single pull request on a source branch that isn't master
.
- Find the paper on INSPIRE
- N.B.: If you have already found the paper on arXiv you should be able to find the INSPIRE listing linked under "References & Citations"
- Get the BibTeX for the paper citation provided by INSPIRE (under "Export" at the bottom of the page)
- Add this BibTeX entry to
tex/HEPML.bib
in the appropriate chronological position - Add a citation to
tex/HEPML.tex
in the appropriate chronological position make
and copy the resulting citation intopapers.md
in the appropriate chronological position- You will need to add the appropriate hyperlinks. Follow the style used for previous entries.
- Add and commit
tex/HEPML.bib
,tex/HEPML.tex
, andpapers.md
to your pull request
- Update the workshop timeline. Move any workshops that have recently occurred from "Upcoming" to "Past"
- Paste the full title of the workshop into the correct chronological position in its appropriate section ("Upcoming" or "Past")
- Hyperlink the full title to the workshop Indico page or website
- Add the dates of the workshop
- If the workshop was restricted to a specific experiment add a badge following the entry with
- SUBJECT = restricted
- STATUS = the experiment/group the workshop was restricted to
- COLOR = red
Badges are made using shields.io. Scroll down to the "Your Badge" section of the page and then fill in the subject, status, and color for the badge that you want and then click "Make Badge". Then simply paste
![](https://img.shields.io/badge/your-badge-url.svg)
into the .md
file.
Badges do not have to be static. For example, you can have a badge that automatically detects the license for a given repository:
[![license](https://img.shields.io/github/license/iml-wg/HEP-ML-Resources.svg)](https://github.com/iml-wg/HEP-ML-Resources/blob/master/LICENSE)
generates the linked badge