Expected outcomes: - [easy] If there are github links in the HTML, bulk capture them - [hard] Decide whether the HTML itself is an artifact (not true for newsletters, true for blog posts, true for white papers, true for tech reports) - [hard] Decide what to do with non-Github links - ignore (probably default to that at this point as it opens up unknown complexity) - follow (only for links that lead to pdf -> tech report / white paper? what about blog posts introduced by newsletters, this is the really hard part)
Expected outcomes: