Skip to content

Commit

Permalink
Merge branch 'nahmed12-text_formatting'
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Oct 20, 2023
2 parents fa7448a + dd6dd08 commit c445732
Show file tree
Hide file tree
Showing 6 changed files with 540 additions and 248 deletions.
3 changes: 2 additions & 1 deletion appyters/Researcher_Summary_Report_Appyter/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__pycache__/
.ipynb_checkpoints/
data/
output_images/
output_images/
extras*/
2 changes: 1 addition & 1 deletion appyters/Researcher_Summary_Report_Appyter/appyter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Researcher_Summary_Report_Appyter",
"title": "Researcher Summary Report",
"version": "0.0.1",
"description": "An appyter to summarize various research information output pertaining to the work of a given researcher.",
"description": "An appyter to summarize and display various research information output pertaining to the work of a given researcher.",
"image": "thumbnail.png",
"authors": [
{
Expand Down
2 changes: 2 additions & 0 deletions appyters/Researcher_Summary_Report_Appyter/deps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fonts-open-sans
fonts-liberation
3 changes: 2 additions & 1 deletion appyters/Researcher_Summary_Report_Appyter/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ plotly
wordcloud
scholarly
kaleido
beautifulsoup4
beautifulsoup4
Pillow==9.5.0
Loading

0 comments on commit c445732

Please sign in to comment.