From 01b0da8a25b22f4dc7109a4bcb1652b9c36896d6 Mon Sep 17 00:00:00 2001 From: eliselavy Date: Tue, 26 Sep 2023 14:02:04 +0000 Subject: [PATCH] Apply automatic changes --- report.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 report.md diff --git a/report.md b/report.md new file mode 100644 index 0000000..f97a0c4 --- /dev/null +++ b/report.md @@ -0,0 +1,68 @@ +# Report for author_guideline_template.ipynb ❤ + +## Cell Counts +**all cells: 20 ** +code_empty: 2 +markdown: 14 +code: 6 + +## Action Outputs + +### Size +**total cells: 20** + +### Citations Not Found + + +### Check Output Sizes and Rules + - No valid tags found for image output in cell 7 +- Table found in output of cell 19 +> First words of input cell: df = pd.read_csv("https://raw.githubusercontent.com/lux-org/lux-datasets/master/data/college.csv") df + +Total output size: 12.14 KB +Total number of images: 1 +Total number of tables: 1 + +### Check HTML + + +### Check JavaScript +No JavaScript code found in output cells. + + +### Check Tags +- Cell 1: Tags: ['title'] +- Cell 2: Tags: ['contributor'] +- Cell 3: Tags: ['contributor'] +- Cell 4: Tags: ['contributor'] +- Cell 5: Tags: ['copyright'] +- Cell 6: Tags: ['copyright'] +- Cell 7: Tags: ['cover'] +- Cell 8: Tags: ['disclaimer'] +- Cell 9: Tags: ['keywords'] +- Cell 10: Tags: ['abstract'] +- Cell 14: Tags: ['hermeneutics'] +- Cell 15: Tags: ['table-1'] +- Cell 16: Tags: ['hidden'] + +All mandatory tags are present in the cells. + + +### Check URLs + +**Invalid URLs (404 - 2):** + +Invalid URL (404): https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/ +Invalid URL (404): https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/ + +**Impossible to verify (Other - 2):** + +Invalid URL (Other - 301): https://orcid.org/sites/default/files/images/orcid_16x16.png)](https://orcid.org/ORCID_ID +Invalid URL (Other - 301): https://orcid.org/sites/default/files/images/orcid_16x16.png)](https://orcid.org/ORCID_ID_IF_EXIST + +**Valid URLs (200 - 2):** + +Valid URL (200): https://creativecommons.org/licenses/by/4.0/ +Valid URL (200): https://creativecommons.org/licenses/by-nc-nd/4.0/ + + -- GitLab