Skip to content
Snippets Groups Projects
Commit b227a3d8 authored by Jochens, Florian's avatar Jochens, Florian
Browse files

add publication class template

parent 06ba39f0
Branches
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ class Publication:
self.subjects = subjects
self.num_citations = num_citations
self.num_references = num_references
self._citations = []
self._references = []
self._citations = []
self._references = []
class Citation:
def __init__(self, title, journal, contributors, doi_url):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment