From dea84297f04eef97a87373ca1343bffc4e0e950e Mon Sep 17 00:00:00 2001
From: Spencer Smith <smiths@mcmaster.ca>
Date: Wed, 30 Sep 2020 15:39:14 -0400
Subject: [PATCH] Addition of a file to help provide some orientation for the
 existing examples

---
 Examples/WhereToStart.txt | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 Examples/WhereToStart.txt

diff --git a/Examples/WhereToStart.txt b/Examples/WhereToStart.txt
new file mode 100644
index 0000000..707315c
--- /dev/null
+++ b/Examples/WhereToStart.txt
@@ -0,0 +1,31 @@
+The following projects provide a good cross-section of scientific computing projects:
+
+0. Projectile: https://jacquescarette.github.io/Drasil/examples/Projectile/srs/Projectile_SRS.html
+
+1. Solar Water Heating System (SWHS)
+1.1 Original version: https://github.com/smiths/swhs
+1.2 Drasil version: https://github.com/smiths/caseStudies/tree/master/CaseStudies/glass
+
+2. noPCM
+2.1 Original version: https://github.com/smiths/caseStudies/tree/master/CaseStudies/noPCM
+2.2 Drasil version: https://github.com/smiths/caseStudies/tree/master/CaseStudies/glass
+
+3. GlassBR
+3.1 Original version: https://github.com/smiths/caseStudies/tree/master/CaseStudies/glass
+3.2 Drasil version: https://github.com/smiths/caseStudies/tree/master/CaseStudies/glass
+
+4. Spectrum Image Analysis: https://github.com/icbicket/SpectrumImageAnalysisPy
+
+5. Conformer Searching using Evolutionary Computation: https://github.com/PeaWagon/Kaplan
+
+6. Medical Image Segmentation: https://github.com/Ao99/MISEG
+
+7. Fourier Series: https://github.com/caobo1994/FourierSeries
+
+8. Library of Lighting Models: https://github.com/sorainsm/library-of-lighting-models
+
+9. Scanning Transmission Electron Microscopy: https://github.com/slimpotatoes/STEM_Moire_GPA
+
+10. Chemical Speciation: https://github.com/palmerst/cas741_sp
+
+11. Soil-Water-Structure Interaction (Finite Element Method): https://gitlab.cas.mcmaster.ca/smiths/cas741/-/tree/master/Examples/SoilWaterStructureInteraction
\ No newline at end of file
-- 
GitLab