innovation-growth-lab / alphafold-impact

0 stars 0 forks source link

16 write pipeline and utils to collect openalex papers based on cited by #17

Closed ampudia19 closed 8 months ago

ampudia19 commented 8 months ago

Overview

This closes #16, incorporates some useful basics for other kedro pipelines (modular pipelines, partitioned datasets) but also collates findings of hours trying to get dynamic folder path setting right. It lacks unit tests, to be done in the future.

Implementation Details

Main Pipeline

Dynamic Path Configuration Experiment

Current Solution

Failed solutions

Future

Sum up

This PR includes the full implementation of the OpenAlex pipeline with a suboptimal solution for dynamic path configuration.