From 91b77a30d0339273d26bd93ff623930f14de9c4d Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 17:48:51 -0400 Subject: [PATCH 01/11] pushing to check something --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e1ae17bf..66d5e668 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_install: # install pyenv with travis-pyenv - wget https://github.com/praekeltfoundation/travis-pyenv/releases/latest/download/setup-pyenv.sh - source setup-pyenv.sh + # install mdl to check markdown - gem install mdl From 3e4e5b494d07cdb7d14d3726d4fb8408c51d4489 Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 17:58:09 -0400 Subject: [PATCH 02/11] pushing again to check if it passes on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66d5e668..46208e2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: # install pyenv with travis-pyenv - wget https://github.com/praekeltfoundation/travis-pyenv/releases/latest/download/setup-pyenv.sh - source setup-pyenv.sh - + - gem install chef-utils -v 16.6.14 # install mdl to check markdown - gem install mdl From 6f16f4806e8896bbaefd5dfd7e43fd251a869628 Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 18:04:19 -0400 Subject: [PATCH 03/11] another push to check if build works :) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 46208e2a..f3b56b6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: - wget https://github.com/praekeltfoundation/travis-pyenv/releases/latest/download/setup-pyenv.sh - source setup-pyenv.sh - gem install chef-utils -v 16.6.14 - # install mdl to check markdown + # install mdl to check markdown beep - gem install mdl notifications: From a85ba419b075e088d85abc542518d1f52a6a3e03 Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 18:11:48 -0400 Subject: [PATCH 04/11] amother push change line 41 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3b56b6b..66350177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,6 @@ script: - pipenv run pytest tests --cov-config pytest.cov --cov - pipenv run flake8 src - pipenv run flake8 tests - - mdl README.md + - mdl README after_success: - pipenv run codecov From aabcc682162bc916906a252038866a35ce8bc141 Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 18:17:15 -0400 Subject: [PATCH 05/11] editing html like 76 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66350177..f3b56b6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,6 @@ script: - pipenv run pytest tests --cov-config pytest.cov --cov - pipenv run flake8 src - pipenv run flake8 tests - - mdl README + - mdl README.md after_success: - pipenv run codecov diff --git a/README.md b/README.md index 0f305023..3b39cdab 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Network URL: http://xxx.xxx.x.x:8501 The web interface will be automatically opened in your browser: -browser +

img src="resources/images/landing_page.png" alt="browser" style="width:100%"

### Data Retreiving From f6fb967c2ec5b631120ff6d8a041556cac3c3554 Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 18:31:36 -0400 Subject: [PATCH 06/11] different img format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b39cdab..15743e08 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Network URL: http://xxx.xxx.x.x:8501 The web interface will be automatically opened in your browser: -

img src="resources/images/landing_page.png" alt="browser" style="width:100%"

+! [first image] (resources/images/landing_page.png) ### Data Retreiving From b56f242d721dc8a22ec074d4fdf71021c5725a17 Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 18:49:17 -0400 Subject: [PATCH 07/11] fixing image links in readme.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15743e08..1dfc2f4d 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ with GatorGrader [here](https://github.com/enpuyou/script-api-lambda-dynamodb). Once the documents are successfully imported, you can then navigate through the select box in the sidebar to view the text analysis: -select box +! [second image] (resources/images/select_box.png) ##### Reflection Documents @@ -132,10 +132,10 @@ format of json reports GatorMiner gathers from AWS. ### Analysis -frequency -sentiment -similarity -topic +! [third image} (resources/images/frequency.png) +! [fourth image] (resources/images/sentiment.png) +! [fifth image] (resources/images/similarity.png) +! [sixth image] (resources/images/topic.png) ### Contribution From 3b3a11426776edbb911327d14341c9a3f085b1be Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 19:02:38 -0400 Subject: [PATCH 08/11] didnt work because imgs were gone --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1dfc2f4d..0f305023 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Network URL: http://xxx.xxx.x.x:8501 The web interface will be automatically opened in your browser: -! [first image] (resources/images/landing_page.png) +browser ### Data Retreiving @@ -113,7 +113,7 @@ with GatorGrader [here](https://github.com/enpuyou/script-api-lambda-dynamodb). Once the documents are successfully imported, you can then navigate through the select box in the sidebar to view the text analysis: -! [second image] (resources/images/select_box.png) +select box ##### Reflection Documents @@ -132,10 +132,10 @@ format of json reports GatorMiner gathers from AWS. ### Analysis -! [third image} (resources/images/frequency.png) -! [fourth image] (resources/images/sentiment.png) -! [fifth image] (resources/images/similarity.png) -! [sixth image] (resources/images/topic.png) +frequency +sentiment +similarity +topic ### Contribution From 974cc1fb378862195675a387617d854b86c941ea Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 19:10:22 -0400 Subject: [PATCH 09/11] fixing mdl rules --- .mdlrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.mdlrc b/.mdlrc index b7e08259..9ce78869 100644 --- a/.mdlrc +++ b/.mdlrc @@ -1 +1,2 @@ rules "~MD013" +rules "~MD033" From 0a190143ab82e08e11ccba763efbb9431ee498cc Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 19:16:07 -0400 Subject: [PATCH 10/11] edited readme file line length (121) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f305023..894965a7 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,9 @@ the select box in the sidebar to view the text analysis: ##### Reflection Documents We are using markdown format for the student reflection documents. -Its organized structure allows us to parse and perform text analysis easily. With that -said, there are few requirements for the reflection document before it could be -seamlessly processed and analyzed with GatorMiner. A +Its organized structure allows us to parse and perform text analysis easily. +With that said, there are few requirements for the reflection document before it +could be seamlessly processed and analyzed with GatorMiner. A [template](resources/reflection_template.md) is provided within the repo. Note that the headers with the assignment's and student's ID/name are required. GatorMiner is set in default to take the first header as assignment name and the From 3d7bc07be22345f45e3105a17b9f29d0ecd07b3c Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 30 Mar 2021 19:50:41 -0400 Subject: [PATCH 11/11] fixed .mdlrc --- .mdlrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mdlrc b/.mdlrc index 9ce78869..6755fba7 100644 --- a/.mdlrc +++ b/.mdlrc @@ -1,2 +1 @@ -rules "~MD013" -rules "~MD033" +rules "~MD013, ~MD033"