gokaygokay commited on
Commit
7c0db48
·
verified ·
1 Parent(s): 7511ba9

Add repository citation and ORCID

Browse files

Adds a repository-specific BibTeX citation, ORCID identifier, and upstream citation guidance. Existing card content and metadata are preserved.

Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -12,3 +12,19 @@ license: apache-2.0
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+ <!-- gokaygokay-citation -->
17
+ ## Citation and attribution
18
+
19
+ This hosted interface is maintained by [Gökay Aydoğan](https://orcid.org/0000-0002-2343-9433). If you reference this repository in academic work, please cite it as follows and also cite the upstream models, datasets, or projects it builds upon.
20
+
21
+ ```bibtex
22
+ @software{aydogan2024stitching,
23
+ author = {Aydoğan, Gökay},
24
+ title = {{Stitching}},
25
+ year = {2024},
26
+ publisher = {Hugging Face},
27
+ url = {https://huggingface.co/spaces/gokaygokay/Stitching},
28
+ note = {Hosted interface; cite the upstream models and projects used by this Space as required.}
29
+ }
30
+ ```