-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4cc57b
commit 62f0278
Showing
1 changed file
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
citHeader("To cite eurlex in publications use:") | ||
|
||
citEntry( | ||
entry = "Article", | ||
title = "Facilitating access to data on European Union laws", | ||
author = "Michal Ovadek", | ||
year = "2021", | ||
journal = "Political Research Exchange", | ||
volume = "3", | ||
issue = "1", | ||
doi = "10.1080/2474736X.2020.1870150", | ||
textVersion = paste( | ||
|
||
) | ||
bibentry( | ||
bibtype = "Article", | ||
title = "Facilitating access to data on European Union laws", | ||
author = person(given = "Michal", | ||
family = "Ovadek", | ||
email = "[email protected]"), | ||
year = "2021", | ||
journal = "Political Research Exchange", | ||
volume = "3", | ||
number = "1", | ||
pages = "1870150", | ||
doi = "10.1080/2474736X.2020.1870150", | ||
publisher = "Taylor & Francis", | ||
key = "eurlex-package", | ||
header = "To cite eurlex in publications use:" | ||
) |