Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sp/researcher hub #15

Merged
merged 32 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3c0120a
Initial commit for research hub scraping
spodgorny9 Mar 18, 2024
43bad14
Lint corrections #1
spodgorny9 Mar 19, 2024
24165da
Lint corrections #2
spodgorny9 Mar 19, 2024
df15a83
Lint corrections
spodgorny9 Mar 19, 2024
0487913
Lint Corrections #4
spodgorny9 Mar 19, 2024
7a7fa8a
Lint corrections #4
spodgorny9 Mar 19, 2024
d10d1f4
Final Corrections
spodgorny9 Mar 19, 2024
a9c9d1b
Final Corrections
spodgorny9 Mar 19, 2024
5f44d66
Final Corrections
spodgorny9 Mar 19, 2024
fb32114
Final Corrections
spodgorny9 Mar 19, 2024
776a55c
Final Corrections
spodgorny9 Mar 19, 2024
1b222c4
Add PDF download for tech reports
spodgorny9 Apr 10, 2024
7c2f91d
Add PDF download for tech reports. Pylint Corrections.
spodgorny9 Apr 10, 2024
92baf57
Add PDF download for tech reports.
spodgorny9 Apr 10, 2024
d4116c9
Add PDF download for tech reports.
spodgorny9 Apr 10, 2024
ae28c57
Add PDF download for tech reports.
spodgorny9 Apr 10, 2024
185d036
Add PDF download for tech reports.
spodgorny9 Apr 10, 2024
46c90bb
Update README.rst
spodgorny9 Apr 10, 2024
5601b3b
Update README.rst
spodgorny9 Apr 10, 2024
a6d8b7a
Update README.rst
spodgorny9 Apr 10, 2024
9dded48
Add research hub files to web directory
spodgorny9 May 6, 2024
992beab
Add rhub.py and osti.py to web directory
spodgorny9 May 6, 2024
d69c7a8
Requested corrections
spodgorny9 May 9, 2024
01798d4
Add research hub test
spodgorny9 May 10, 2024
bd602c6
Add research hub test
spodgorny9 May 10, 2024
5008c6d
Add research hub test
spodgorny9 May 10, 2024
6c7400f
Add beautifulsoup4 to requirements
spodgorny9 May 13, 2024
1b11e8a
Add beautifulsoup4 to requirements
spodgorny9 May 13, 2024
ea8db86
fix rhub _get_category() bug
spodgorny9 May 13, 2024
cfbcb4b
_get_category() bug fix
spodgorny9 May 13, 2024
6b851ca
docstring corrections
spodgorny9 May 15, 2024
efe003d
docstring corrections
spodgorny9 May 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,9 @@ examples/energy_wizard/pdfs/
examples/energy_wizard/embed/
examples/energy_wizard/txt/
examples/energy_wizard/meta.csv
examples/research_hub/pdfs/
examples/research_hub/embed/
examples/research_hub/txt/
examples/research_hub/meta.csv
*ignore*.py

2 changes: 1 addition & 1 deletion elm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from elm.summary import Summary
from elm.tree import DecisionTree
from elm.wizard import EnergyWizard
from elm.osti import OstiRecord, OstiList
from elm.web.osti import OstiRecord, OstiList

__author__ = """Grant Buster"""
__email__ = "[email protected]"
Expand Down
File renamed without changes.
Loading
Loading