From 8a511b767607353e46c10efb1bed819a4c941ec9 Mon Sep 17 00:00:00 2001 From: Jack Urbanek Date: Fri, 13 Jan 2023 15:02:14 -0500 Subject: [PATCH 1/2] Adding citation note to readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 78c837233..4d6d02ddb 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,25 @@ For library authors, you may also find the [how to contribute](https://mephisto. ## License Mephisto is MIT licensed. See the LICENSE file for details. + +## Citation +If you use Mephisto in your work, please consider citing the project. It helps us prioritize features based on our users, and helps others discover implementations that may be relevant to their projects. +```bibtex +@misc{mephisto, + doi = {10.48550/ARXIV.2301.05154}, + + url = {https://arxiv.org/abs/2301.05154}, + + author = {Urbanek, Jack and Ringshia, Pratik}, + + keywords = {Artificial Intelligence (cs.AI), Human-Computer Interaction (cs.HC), FOS: Computer and information sciences, FOS: Computer and information sciences}, + + title = {Mephisto: A Framework for Portable, Reproducible, and Iterative Crowdsourcing}, + + publisher = {arXiv}, + + year = {2023}, + + copyright = {arXiv.org perpetual, non-exclusive license} +} +``` From 2de841a8c213178ad7ff4bbd903ec65e6535895c Mon Sep 17 00:00:00 2001 From: Jack Urbanek Date: Fri, 13 Jan 2023 16:49:00 -0500 Subject: [PATCH 2/2] remove changelog, formatting --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 4d6d02ddb..9f73b2087 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ You can find complete details about the project on our [docs website](https://me [Get started in 10 minutes](https://mephisto.ai/docs/guides/quickstart) -## Changelog - ## Want to help? Check out our [guidelines for contributing](https://github.com/facebookresearch/Mephisto/blob/main/CONTRIBUTING.md) and then take a look at some of our tagged issues: [good first issue](https://github.com/facebookresearch/Mephisto/labels/good%20first%20issue), [help wanted](https://github.com/facebookresearch/Mephisto/labels/help%20wanted). @@ -34,19 +32,12 @@ If you use Mephisto in your work, please consider citing the project. It helps u ```bibtex @misc{mephisto, doi = {10.48550/ARXIV.2301.05154}, - url = {https://arxiv.org/abs/2301.05154}, - author = {Urbanek, Jack and Ringshia, Pratik}, - keywords = {Artificial Intelligence (cs.AI), Human-Computer Interaction (cs.HC), FOS: Computer and information sciences, FOS: Computer and information sciences}, - title = {Mephisto: A Framework for Portable, Reproducible, and Iterative Crowdsourcing}, - publisher = {arXiv}, - year = {2023}, - copyright = {arXiv.org perpetual, non-exclusive license} } ```