diff --git a/.gitignore b/.gitignore index 97d3d92..79a8482 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ __pycache__/ local_settings.py db.sqlite3 db.sqlite3-journal -media # If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/ # in your Git repository. Update and uncomment the following line accordingly. diff --git a/stade/core/static/media/DermoscopyImageAnalysisPPT_3.pdf b/stade/core/static/media/DermoscopyImageAnalysisPPT_3.pdf new file mode 100644 index 0000000..9ad3d3e Binary files /dev/null and b/stade/core/static/media/DermoscopyImageAnalysisPPT_3.pdf differ diff --git a/stade/core/static/media/DermoscopyImageAnalysisPPT_3.png b/stade/core/static/media/DermoscopyImageAnalysisPPT_3.png new file mode 100644 index 0000000..069e2ee Binary files /dev/null and b/stade/core/static/media/DermoscopyImageAnalysisPPT_3.png differ diff --git a/stade/core/static/media/Globules-and-Streaks-tutorial-for-ISBI-landing-page.png b/stade/core/static/media/Globules-and-Streaks-tutorial-for-ISBI-landing-page.png new file mode 100644 index 0000000..9c525d7 Binary files /dev/null and b/stade/core/static/media/Globules-and-Streaks-tutorial-for-ISBI-landing-page.png differ diff --git a/stade/core/static/media/Globules-and-Streaks-tutorial-for-ISBI-landing-page.pptx b/stade/core/static/media/Globules-and-Streaks-tutorial-for-ISBI-landing-page.pptx new file mode 100644 index 0000000..59c11fc Binary files /dev/null and b/stade/core/static/media/Globules-and-Streaks-tutorial-for-ISBI-landing-page.pptx differ diff --git a/stade/core/static/media/Melanoma-tutorial-for-ISBI-challenge.png b/stade/core/static/media/Melanoma-tutorial-for-ISBI-challenge.png new file mode 100644 index 0000000..dd86424 Binary files /dev/null and b/stade/core/static/media/Melanoma-tutorial-for-ISBI-challenge.png differ diff --git a/stade/core/static/media/Melanoma-tutorial-for-ISBI-challenge.pptx b/stade/core/static/media/Melanoma-tutorial-for-ISBI-challenge.pptx new file mode 100644 index 0000000..7a3c6d9 Binary files /dev/null and b/stade/core/static/media/Melanoma-tutorial-for-ISBI-challenge.pptx differ diff --git a/stade/core/templates/index.html b/stade/core/templates/index.html index c27e873..a80dce0 100644 --- a/stade/core/templates/index.html +++ b/stade/core/templates/index.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static %} {% block content %}
@@ -78,9 +79,9 @@

About Melanoma

significant, when detected early, melanoma survival exceeds 95%.

- + Melanoma Tutorial

@@ -106,9 +107,9 @@

About Dermoscopy

+ "{% static 'media/DermoscopyImageAnalysisPPT_3.pdf' %}"> Dermoscopic Image Analysis

diff --git a/stade/core/templates/landing/2016/38.html b/stade/core/templates/landing/2016/38.html index 10c50cf..930d395 100644 --- a/stade/core/templates/landing/2016/38.html +++ b/stade/core/templates/landing/2016/38.html @@ -124,9 +124,9 @@

Dermoscopic Feature Tutorial

The following tutorial is designed to assist participants in understanding the underlying semantics of the "globules" and "streaks" dermoscopic features:

- + Globules and Streaks Tutorial

diff --git a/stade/core/templates/landing/2016/40.html b/stade/core/templates/landing/2016/40.html index 2158345..9cb0367 100644 --- a/stade/core/templates/landing/2016/40.html +++ b/stade/core/templates/landing/2016/40.html @@ -61,9 +61,9 @@

Dermoscopic Feature Tutorial

The following tutorial is designed to assist participants in understanding the underlying semantics of the "globules" and "streaks" dermoscopic features:

- + Globules and Streaks Tutorial