Skip to content

Commit 53fba84

Browse files
committed
Add note about supporting /citation
1 parent f9e3d70 commit 53fba84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

repo2docker/contentproviders/dataverse.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,10 @@ def get_datafiles(self, url: str) -> List[dict]:
137137
- /citation: https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/TJCLKP
138138
- /dataset.xhtml: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/TJCLKP
139139
140-
Supports the following *file* URL styles:
140+
Supports the following *file* URL styles (entire dataset file belongs to will be fetched):
141141
- /api/access/datafile: https://dataverse.harvard.edu/api/access/datafile/3323458
142-
143-
Supports a subset of the following *file* URL styles:
144142
- /file.xhtml: https://dataverse.harvard.edu/file.xhtml?persistentId=doi:10.7910/DVN/6ZXAGT/3YRRYJ
143+
- /citation: https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/6ZXAGT/3YRRYJ
145144
146145
If a URL can not be parsed, throw an exception
147146
"""

0 commit comments

Comments
 (0)