From 3862c068ead87c8a01ded7533e8f4ccb6bcc9140 Mon Sep 17 00:00:00 2001 From: maozdemir Date: Thu, 4 May 2023 04:06:06 +0300 Subject: [PATCH 1/2] Change git clone command in README GIT protocol might not work everywhere. HTTPS is guaranteed to work if the user can connect to the internet. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 41467f5..458a70e 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ You can either clone the public repository: .. code:: python - git clone git://github.com/meghnathomas/magnets + git clone https://github.com/meghnathomas/MAGNets Or download the tarball: From b47511f762e9ba4d48c06821b4930569a16073c0 Mon Sep 17 00:00:00 2001 From: Meghna Thomas <74310847+meghnathomas@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:33:01 -0500 Subject: [PATCH 2/2] add citation.cff file --- CITATION.cff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..406ae11 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: MAGNets +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: 'Meghna ' + family-names: Thomas + email: meghnathomas@utexas.edu + - given-names: Lina + family-names: Sela + email: linasela@utexas.edu +identifiers: + - type: doi + value: 10.18738/T8/P4MCQV +repository-code: 'https://github.com/meghnathomas/MAGNets'