-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
54 lines (44 loc) · 1.81 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Generate a Citation Generator in GitHub Repository
# https://github.com/joelparkerhenderson/github-special-files-and-paths#citationcff
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
cff-version: 1.2.0
# show a user a general message when they click on `generate-citation`
message: "An implementation of PCA from scratch. This is part of
supplimentary code. If you use this code, please cite it as below."
# list of authors related to this code and/or research paper
authors:
- family-names: "Pramanik"
given-names: "Debmalya"
orcid: "https://orcid.org/0000-0002-3955-8170"
# title of the repository
title: "decompose (PCA)"
# specify a code version, this is not yet done
version: v0.1.0
# if the software is publically available under `doi`
doi: None
# date of release of codes
date-released: 2021-07-15
# provide the code link, which is nothing but the repository link
url: "https://github.com/ZenithClown/decompose"
# the preferred citation describes the code base, but links to the actual
# paper as preferred citations:
preferred-citation:
type: conference-paper
authors:
- family-names: "Pramanik"
given-names: "Debmalya"
orcid: "https://orcid.org/0000-0002-3955-8170"
- family-names: "Baral"
given-names: "Arijit"
orcid: "https://orcid.org/0000-0002-1905-9059"
doi: "10.1109/MysuruCon55714.2022.9972517"
title: "Reliable Estimation of Dissipation Factor of In-service Power Transformer"
conference:
name: "2022 IEEE 2nd Mysore Sub Section International Conference (MysuruCon), Mysuru, India, 2022"
city: "Mysuru"
region: "Karnataka"
country: "India"
date-start: 2022-10-16
date-end: 2022-10-17
# add additional notes like ieee document number
notes: IEEE-CONF-9972517