Skip to content

Commit

Permalink
added schema for work_other
Browse files Browse the repository at this point in the history
  • Loading branch information
omazapa committed Aug 25, 2024
1 parent 5c5d549 commit f5e930d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kahi/KahiBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,23 @@ def empty_patent(self):
"groups": []
}

def empty_work_others(self):
return {
"titles": [],
"updated": [],
"abstract": "",
"keywords": [],
"types": [],
"external_ids": [],
"external_urls": [],
"date_published": None,
"year_published": None,
"author_count": None,
"authors": [],
"ranking": [],
"groups": []
}

def run(self):
"""
entry point for the execution of the plugin, this method must be implemented
Expand Down

0 comments on commit f5e930d

Please sign in to comment.