-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmetadata.yaml
116 lines (94 loc) · 3.43 KB
/
metadata.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# To be filled by the author(s) at the time of submission
# -------------------------------------------------------
# Title of the article:
# - For a successful replication, it shoudl be prefixed with "[Re]"
# - For a failed replication, it should be prefixed with "[¬Re]"
# - For other article types, no instruction (but please, not too long)
title: "[Re] Zero-Shot Knowledge Transfer via Adversarial Belief Matching"
# List of authors with name, orcid number, email and affiliation
# Affiliation "*" means contact author
authors:
- name: Alexandros Ferles
orcid: 0000-0002-4959-3818
email: [email protected]
affiliations: 1,*
- name: Alexander Nöu
orcid:
email: [email protected]
affiliations: 1, # * is for contact author
- name: Leonidas Valavanis
orcid:
email: [email protected]
affiliations: 1, # * is for contact author
# List of affiliations with code (corresponding to author affiliations), name
# and address. You can also use these affiliations to add text such as "Equal
# contributions" as name (with no address).
affiliations:
- code: 1
name: KTH Royal Institute of Technology
address: Stockholm, Sweden
# List of keywords (adding the programming language might be a good idea)
keywords: rescience c, rescience x
# Code URL and DOI (url is mandatory for replication, doi after acceptance)
# You can get a DOI for your code from Zenodo,
# see https://guides.github.com/activities/citable-code/
code:
- url: https://github.com/AlexandrosFerles/NIPS_2019_Reproducibilty_Challenge_Zero-shot_Knowledge_Transfer_via_Adversarial_Belief_Matching
- doi:
- swh: swh:1:dir:2c366708175b2ed7c83ce6b33a80dd43c8aad915
# Date URL and DOI (optional if no data)
data:
- url:
- doi:
# Information about the original article that has been replicated
replication:
- cite: "" # Full textual citation
- bib: # Bibtex key (if any) in your bibliography file
- url: # URL to the PDF, try to link to a non-paywall version
- doi: # Regular digital object identifier
# Don't forget to surround abstract with double quotes
abstract: ""
# Bibliography file (yours)
bibliography: bibliography.bib
# Type of the article
# Type can be:
# * Editorial
# * Letter
# * Replication
type: Replication
# Scientific domain of the article (e.g. Computational Neuroscience)
# (one domain only & try to be not overly specific)
domain: NeurIPS 2019 Reproducibility Challenge
# Coding language (main one only if several)
language: Python
# To be filled by the author(s) after acceptance
# -----------------------------------------------------------------------------
# For example, the URL of the GitHub issue where review actually occured
review:
- url:
contributors:
- name: Koustuv Sinha
orcid: 0000-0002-2803-9236
role: editor
- name: Anonymous Reviewers
orcid:
role: reviewer
- name:
orcid:
role: reviewer
# This information will be provided by the editor
dates:
- received: February 15, 2020
- accepted: February 15, 2020
- published: May 21, 2020
# This information will be provided by the editor
article:
- number: 2 # Article number will be automatically assigned during publication
- doi: 10.5281/zenodo.3818623 # DOI from Zenodo
- url: https://zenodo.org/record/3818623/files/article.pdf # Final PDF URL (Zenodo or rescience website?)
# This information will be provided by the editor
journal:
- name: "ReScience C"
- issn: 2430-3658
- volume: 6
- issue: 2