Skip to content

Releases: AntonYuryev/ElsevierAPI

export-pathways-v2

20 Oct 18:54
Compare
Choose a tag to compare
export-pathways-v2 Pre-release
Pre-release

ExportPathways.py that uses refactored backend (ElsevierAPI.ResnetAPI.FolderContent.FolderContent class). Code of ExportPathways.py is only altered to utilize new backend.

  • Unlike export-pathways-v1, references are not duplicated
  • Some attributes of relations are missing ("Authors" missing in some tests)
  • And yet the resulting RNEF is bigger

export-pathways-v1

20 Oct 15:49
Compare
Choose a tag to compare
export-pathways-v1 Pre-release
Pre-release

Using old ZeepToNetworks.get_pathways().
Known issues:

  • outputs duplicated references;
  • resulting file is smaller but contains more attr types, compared to what gets there after refactoring (which one is less corrupted is subject to investigation).