Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
OrsolaMBorrini committed May 8, 2023
2 parents 4d5d240 + 90ad6de commit d5ee74e
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified __pycache__/graphData_Manager.cpython-310.pyc
Binary file not shown.
6 changes: 5 additions & 1 deletion objcreator.py
Original file line number Diff line number Diff line change
@@ -189,7 +189,10 @@ def createPublicationObj(doi):
# doi:10.1016/j.websem.2021.100655
# doi:10.1007/s10115-017-1100-y
# doi:10.1007/s10115-019-01401-x
""" pub2 = createPublicationObj('doi:10.1016/j.websem.2021.100655')
# pub2 = createPublicationObj('doi:10.1016/j.websem.2021.100655')

'''
pub2 = createPublicationObj('doi:10.1016/j.websem.2021.100655')
print(type(pub2))
print("This is the id of the publication \n",pub2.getIds())
print("This is the publication year of the publication\n",pub2.getPublicationYear())
@@ -198,6 +201,7 @@ def createPublicationObj(doi):
print("This is the publication venue of the publication",pub2.getPublicationVenue())
print("This is the authors of the publication",pub2.getAuthors()) """
'''
'''
print(df9_g)
print(df9_r)
print(dflst_cit)

0 comments on commit d5ee74e

Please sign in to comment.