NSERCGrant(Grant)

class metaknowledge.grants.NSERCGrant(original, grantdDict, sFile, sLine)
__init__(original, grantdDict, sFile, sLine)

Initialize self. See help(type(self)) for accurate signature.

getInstitutions(tags=None, seperator=';', _getTag=False)

Returns a list with the names of the institution. The optional arguments are ignored

Returns

list [str]

A list with 1 entry the name of the institution
getInvestigators(tags=None, seperator=';', _getTag=False)

Returns a list of the names of investigators. The optional arguments are ignored.

Returns

list [str]

A list of all the found investigator’s names
update(other)

Adds all the tag-entry pairs from other to the Grant. If there is a conflict other takes precedence.

Parameters

other : Grant

Another Grant of the same type as self