jacqpark commited on
Commit
6bd80a4
·
verified ·
1 Parent(s): ee1c008

Add Zenodo DOI to citation

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -234,10 +234,26 @@ entailing it.
234
 
235
  ## Citation
236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  ```bibtex
238
  @unpublished{park_nteipr,
239
  author = {Park, Jihye},
240
- title = {National Trade Estimate text-as-data analysis of intellectual property barriers},
241
  note = {Working paper, University of Geneva},
242
  year = {2026}
243
  }
 
234
 
235
  ## Citation
236
 
237
+ To cite the model and companion package directly.
238
+
239
+ ```bibtex
240
+ @software{park_nteText_2026,
241
+ author = {Park, Jihye},
242
+ title = {nteText: USTR National Trade Estimate Corpus and IPR Hypothesis Scores},
243
+ year = {2026},
244
+ publisher = {Zenodo},
245
+ version = {v0.1.0},
246
+ doi = {10.5281/zenodo.20028790},
247
+ url = {https://github.com/jacqpark/nteText}
248
+ }
249
+ ```
250
+
251
+ To cite the working paper that introduces the measure.
252
+
253
  ```bibtex
254
  @unpublished{park_nteipr,
255
  author = {Park, Jihye},
256
+ title = {Aid, Lending, and TRIPS},
257
  note = {Working paper, University of Geneva},
258
  year = {2026}
259
  }