Skip to content

Commit 7251405

Browse files
authored
Add citation information
1 parent cbcd023 commit 7251405

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

CITATION.cff

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
abstract: "PyTorch implementation of neural style transfer algorithm"
2+
authors:
3+
- family-names: Egan
4+
given-names: Ben
5+
cff-version: 1.2.0
6+
date-released: "2018-07-25"
7+
identifiers:
8+
- description: "This is the collection of archived snapshots of all versions of neural-style-pt"
9+
type: doi
10+
value: 10.5281/zenodo.6967432
11+
keywords:
12+
- "NST"
13+
- "neural style transfer"
14+
- research
15+
license: MIT
16+
message: "If you use this software, please cite it using these metadata."
17+
repository-code: "https://github.com/ProGamerGov/neural-style-pt"
18+
title: "neural-style-pt"
19+
version: 1.0.0

README.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# neural-style-pt
22

3+
[![DOI](https://zenodo.org/badge/142345353.svg)](https://zenodo.org/badge/latestdoi/142345353)
4+
35
This is a PyTorch implementation of the paper [A Neural Algorithm of Artistic Style](http://arxiv.org/abs/1508.06576)
46
by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge. The code is based on Justin Johnson's [Neural-Style](https://github.com/jcjohnson/neural-style).
57

@@ -303,15 +305,4 @@ equal weights.
303305

304306
## Citation
305307

306-
If you find this code useful for your research, please cite:
307-
308-
```
309-
@misc{ProGamerGov2018,
310-
author = {ProGamerGov},
311-
title = {neural-style-pt},
312-
year = {2018},
313-
publisher = {GitHub},
314-
journal = {GitHub repository},
315-
howpublished = {\url{https://github.com/ProGamerGov/neural-style-pt}},
316-
}
317-
```
308+
If you find this code useful for your research, please cite it using the provided citation.

0 commit comments

Comments
 (0)