yes-man-today commited on
Commit
4215748
1 Parent(s): ac7b0e0

citation added

Browse files
Files changed (1) hide show
  1. regulatory_comments_api.py +10 -3
regulatory_comments_api.py CHANGED
@@ -30,9 +30,16 @@ and comment text.
30
 
31
  # Homepage URL of the dataset
32
  _HOMEPAGE = "https://www.regulations.gov/"
33
-
34
- # URL to download the dataset
35
- _URLS = {"url": "https://huggingface.co/datasets/ro-h/regulatory_comments/raw/main/docket_comments_all.json"}
 
 
 
 
 
 
 
36
 
37
  class RegulationsDataFetcher:
38
  BASE_COMMENT_URL = 'https://api.regulations.gov/v4/comments'
 
30
 
31
  # Homepage URL of the dataset
32
  _HOMEPAGE = "https://www.regulations.gov/"
33
+ _CITATION = """\
34
+ @misc{ro_huang_regulatory_2023,
35
+ author = {{Ro Huang}},
36
+ date = {2023-03-19},
37
+ publisher = {Hugging Face},
38
+ title = {Regulatory Comments},
39
+ url = {https://huggingface.co/datasets/ro-h/regulatory_comments},
40
+ version = {1.1.4},
41
+ bdsk-url-1 = {https://huggingface.co/datasets/ro-h/regulatory_comments}}
42
+ """
43
 
44
  class RegulationsDataFetcher:
45
  BASE_COMMENT_URL = 'https://api.regulations.gov/v4/comments'