Skip to content

Commit

Permalink
Add citation (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsievert committed May 30, 2023
1 parent c5e8ef7 commit 32b5b2d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
@@ -1,9 +1,9 @@
name: Documentation build

#on: push
on:
release:
types: [published]
on: push
# on:
# release:
# types: [published]

# Only run when release published (not created or edited, etc)
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#release
Expand Down
14 changes: 14 additions & 0 deletions docs/source/faq.rst
Expand Up @@ -14,6 +14,20 @@ difficulties while launching.
``http://[url]:8421/download`` which has a filename like
``exp-2021-05-20T07:31-salmon-v0.4.1.rdb``).

How do I cite Salmon?
---------------------

See the :ref:`users` section to for the specific BibTex citation for the
relevant paper, "`Efficiently Learning Relative Similarity Embeddings with
Crowdsourcing <https://doi.org/10.21105/joss.04517>`_".

.. raw:: html

<a style="border-width:0" href="https://doi.org/10.21105/joss.04517">
<img src="https://joss.theoj.org/papers/10.21105/joss.04517/status.svg" alt="DOI badge" >
</a>
<br>

.. _random_vs_active:

When should I use random/active sampling?
Expand Down
38 changes: 36 additions & 2 deletions docs/source/index.rst
Expand Up @@ -38,13 +38,47 @@ at :ref:`deps`. Salmon is licensed under the BSD License. Details are at

.. _Salmon's contribution guide: https://github.com/stsievert/salmon/blob/master/CONTRIBUTING.md

.. _users:

Users
=====

Salmon is currently being actively used by pyschologists from the University
of Wisconsin--Madison, and has seen some user from pyschologists at the
Louisiana State University and Canada's Western University.

If you use Salmon, please cite "`Efficiently Learning Relative Similarity
Embeddings with Crowdsourcing <https://doi.org/10.21105/joss.04517>`_", which
mentions this specific BibTex:

.. code-block:: none
@article{Sievert2023,
author = {Scott Sievert and Robert Nowak and Timothy Rogers},
title = {Efficiently Learning Relative Similarity Embeddings with Crowdsourcing},
journal = {Journal of Open Source Software}
doi = {10.21105/joss.04517},
url = {https://doi.org/10.21105/joss.04517},
year = {2023},
publisher = {The Open Journal},
volume = {8},
number = {84},
pages = {4517},
}
Salmon also has a `citation file <https://citation-file-format.github.io/>`_
file at `salmon/CITATION.cff
<https://github.com/stsievert/salmon/blob/master/CITATION.cff>`_.

.. raw:: html

<a style="border-width:0" href="https://doi.org/10.21105/joss.04517">
<img src="https://joss.theoj.org/papers/10.21105/joss.04517/status.svg" alt="DOI badge" >
</a>
<br>


.. toctree::
:maxdepth: 2
:caption: Usage
Expand Down Expand Up @@ -75,8 +109,8 @@ Louisiana State University and Canada's Western University.
developers
deps

Other sources
-------------
Other sources of this documentation
-----------------------------------

This documentation is available at these locations:

Expand Down

0 comments on commit 32b5b2d

Please sign in to comment.