diff --git a/admin-portal-frontend/public/citations.html b/admin-portal-frontend/public/citations.html new file mode 100644 index 0000000..eb71a83 --- /dev/null +++ b/admin-portal-frontend/public/citations.html @@ -0,0 +1,41 @@ + + + + + + Sideline Sidekick Citations + + + + Citations/Support For Sideline Sidekick App +

+ The following are citations for the information used in the Sideline Sidekick app. For support/questions + about the app and its content, contact sidelinesidekickucsd@gmail.com. +

+
    +
  1. Achar, Suraj A., and Kenneth S. Taylor. The 5-Minute Sports Medicine Consult. Wolters + Kluwer, 2020.
  2. +
  3. Am. Fam Physician. 1998 Jul;58(1):118-24
  4. +
  5. Casa, Douglas J et al. “National Athletic Trainers’ Association Position Statement: Exertional + Heat Illnesses.” Journal of athletic training vol. 50,9 (2015): 986-1000. + doi:10.4085/1062-6050-50.9.07
  6. +
  7. Chaudhry M, Arain A. Anatomy, Shoulder and Upper Limb, Forearm Compartments. [Updat- + ed 2019 Mar 18]. In: StatPearls [Internet]. Treasure Island (FL): StatPearls Publishing; + 2020 Jan-. Available from: https://www.ncbi.nlm.nih.gov/books/NBK539784/
  8. +
  9. Karbach, Lauren E, and John Elfar. “Elbow Instability: Anatomy, Biomechanics, Diagnostic + Maneuvers, and Testing.” The Journal of hand surgery vol. 42,2 (2017): 118-126. + doi:10.1016/j.jhsa.2016.11.025
  10. +
  11. Grassi, Alberto, et al. “An Update on the Grading of Muscle Injuries: a Narrative Review from + Clinical to Comprehensive Systems.” Joints, vol. 04, no. 01, 2016, pp. 039–046., + doi:10.11138/jts/2016.4.1.039.
  12. +
  13. Nauth A, McKee MD, Ristevski B, Hall J, Schemitsch EH. J Bone Joint Surg Am. 2011 Apr 6; + 93(7):686-700.
  14. +
  15. NCAA Sports Medicine Handbook. Natl Collegiate Ath Assn, 2013.
  16. +
+ + diff --git a/firebase.json b/firebase.json index a1ea5c1..fab4807 100644 --- a/firebase.json +++ b/firebase.json @@ -18,6 +18,10 @@ "source": "/privacypolicy", "destination": "/privacypolicy.html" }, + { + "source": "/citations", + "destination": "citations.html" + }, { "source": "**", "destination": "/index.html"