Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.27 KB

Contribution Guide

  1. Put the bibtex in Awesome-Dataset-Distillation/citations/<PROJECT>.txt.

  2. In the README.md, add the paper to one proper section in the format TITLE (AUTHOR, CONFERENCE YEAR) OPTIONAL_PROJECT_LINK OPTIONAL_GITHUB BIBTEX.

    • Title should be a link to the paper. When the paper is hosted on arXiv, please use the abstract link (rather than pdf link).

    • Change the number in "Papers-number-FF6F00".

    • Use the following icons to represent otherlinks:

      • 🌐 (:globe_with_meridians:) Project Page
      • :octocat: (:octocat:) Code
      • 📖 (:book:) bibtex

    For example:

    Above entry is generated using following Markdown:

    + [Dataset Distillation](https://arxiv.org/abs/1811.10959) (Tongzhou Wang et al., 2018) 
      [:globe_with_meridians:](https://www.tongzhouwang.info/dataset_distillation/) 
      [:octocat:](https://github.com/SsnL/dataset-distillation) 
      [:book:](./citations/wang2018datasetdistillation.txt)