feat: add research labs and centers scraper#127
Open
NewdlDewdl wants to merge 4 commits intoUTDNebula:developfrom
Open
feat: add research labs and centers scraper#127NewdlDewdl wants to merge 4 commits intoUTDNebula:developfrom
NewdlDewdl wants to merge 4 commits intoUTDNebula:developfrom
Conversation
- Scrapes https://www.utdallas.edu/research/facilities-centers/ - Scrapes https://labs.utdallas.edu/ - Outputs research.json with 195+ listings - Includes name, link, school, professors (for labs) - Adds -research flag to main.go Closes UTDNebula#107
test: skip RefreshToken when env missing
Contributor
Author
|
Thanks for the review note (re: this being somewhat placeholder until we have a better research data source). I pushed an update that makes the current approach more production-grade without pretending the upstream pages are high-quality:
PR head is updated accordingly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements research scraper for issue #107
Changes
scrapers/research.goto scrape UTD research listingsmain.goto add-researchflagresearch.jsonwith name, link, school, professors (for labs)Testing
Successfully tested:
Example Output
{ "_id": "...", "name": "3D Studio", "link": "https://labs.utdallas.edu/3d-studio/", "school": "Harry W. Bass Jr. School of Arts, Humanities, and Technology", "professors": ["Andrew F. Scott", "Roxanne Minnish"], "source": "labs" }Closes #107