Mental Health Services Template
Author
Caleb McWhorter
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
A template to create a mental health resource sheet for a students in your course.
\documentclass[11pt,a4paper]{article}
\usepackage[lmargin=1in,rmargin=1in,tmargin=1in,bmargin=1in]{geometry}
% -------------------
% Packages
% -------------------
\usepackage{
amsmath, % Math Environments
amssymb, % Extended Symbols
enumerate, % Enumerate Environments
graphicx, % Include Images
hyperref, % Linked Text
lastpage, % Reference Lastpage
}
\hypersetup{
colorlinks = true,
linkcolor = blue,
urlcolor = blue
}
\renewcommand\UrlFont{\normalfont}
\newcommand{\pspace}{\par\vspace{\baselineskip}}
% -------------------
% Font
% -------------------
\usepackage[T1]{fontenc}
\usepackage{charter}
% -------------------
% Header & Footer
% -------------------
\usepackage{fancyhdr}
\fancypagestyle{pages}{
%Headers
\fancyhead[L]{}
\fancyhead[C]{}
\fancyhead[R]{}
\renewcommand{\headrulewidth}{0pt}
%Footers
\fancyfoot[L]{}
\fancyfoot[C]{}
\fancyfoot[R]{}
\renewcommand{\footrulewidth}{0.0pt}
}
\headheight=0pt
\footskip=10pt
\pagestyle{pages}
% -------------------
% Content
% -------------------
\begin{document}
\begin{center}{\LARGE\bfseries\underline{Student Mental Health Resources}}\end{center}
\noindent Your emotional and mental health is as important as your physical health. If at any point during the semester you feel overwhelmed with your class work, feel thoughts of depression or suicide, experience sexual assault or rape, have problems with substance abuse or relationship abuse, or have any other struggles with your mental health, \emph{\textbf{\underline{please seek help}}}! The Counseling Center Services at Syracuse University is a \emph{free resource} offering assistance with any issue you might have---both individually and through group sessions. The Office of Student Assistance also provides students struggling with academic issues, personal growth, or general well-being with assistance. There is \emph{\underline{\textbf{never}}} any shame in seeking help. If you or someone you know is struggling with any of these issues, speak out! \pspace
\noindent\textbf{Counseling Services (Barnes Center at the Arch):} The Counseling Center Services website can be found at is located at 150 Sims Drive, Syracuse NY 13244-4350. They can be contacted at 315.443.4715, or visit their website at \url{https://ese.syr.edu/bewell/}. \pspace
\noindent\textbf{Office of Student Assistance:} The Office of Student Assistance can be found at 306 Steele Hall, Syracuse, NY 13244--4350. They can be contacted at 315.443.4357, or visit their website at \url{http://studentassistance.syr.edu/}. \pspace
\noindent\textbf{LGBT[QIA]$+$ Center:} If you or someone you know is having issues with gender or sexual identity, the LGBT[QIA]$+$ Center is there to create a safe space for those with marginalized genders and sexualities. The LGBT[QIA]$+$ Center website can be found at \url{http://lgbt.syr.edu/}, is located at 548 Bird Library, Syracuse, New York 13244, and can be contacted at 315.443.3983. Know that my office is a safe space and should you prefer any gender specific pronoun/name, please be sure to make me aware! \pspace
\noindent\textbf{Department of Public Safety:} If you are concerned about a students welfare, especially immediate welfare, please call the Department of Public Safety's (DPS) 24-hour line at 315.443.2224, or in case of emergency dial 911. DPS can be found at 130 College Place 005 Sims Hall, Syracuse, NY 13244-4350, or visit their website at \url{https://dps.syr.edu/}. DPS also provides escort services daily Monday through Friday should you want them. Call DPS to request this service. You can also access many of the DPS services through the LiveSafe Mobile App, see \url{https://dps.syr.edu/public-information/livesafe-mobile-app/} for further details. \pspace
Should you feel uncomfortable with any of the Syracuse University resources, know there are many hotlines available to you as well: \pspace
\noindent\textbf{National Suicide Prevention Hotline:} 1.800.273.8255 \pspace
\noindent\textbf{Trevor LGBT Suicide Hotline:} 1.866.488.7386 \pspace
\noindent\textbf{Trans Lifeline Suicide Hotline:} 1.877.565.8860 \pspace
\noindent\textbf{Rape, Sexual Assault, Abuse and Incest National Network (RAINN)} 1.800.656.4673 \pspace
\noindent\textbf{National Domestic Violence Hotline:} 1.800.799.7233 \pspace
\noindent\textbf{Veteran's Crisis Line:} 1.800.273.8255 \pspace
\noindent\textbf{Gay and Lesbian National Hotline:} 1.888.843.4564 \pspace
\noindent\textbf{CDC National STD Hotline:} 1.800.227.8922 \pspace
\noindent\textbf{Substance and Mental Health Services Administration (SAMHSA):} 1.800.662.4357 \pspace
\noindent\textbf{National Alliance on Mental Health Illness (NAMI):} 1.800.950.6264 \pspace
\noindent\textbf{American Cancer Society:} 1.800.227.2345 \pspace
\noindent\textbf{CDC National AIDS Hotline:} 1.800.232.4636 \pspace
\noindent\textbf{Crisis Pregnancy Hotline:} 1.800.712.4357 \pspace
\noindent\textbf{Eating Disorder Hotline:} 1.800.931.2237 \pspace
\noindent\textbf{S.A.F.E. (Self Abuse Finally Ends):} 1.800.366.8288 \pspace
\noindent\textbf{Sex Addicts Anonymous:} 1.800.477.8191 \pspace
\noindent\textbf{National Help Line for Substance Abuse:} 1.800.262.2463 \pspace
\noindent\textbf{Marijuana Anonymous:} 1.800.766.6779 \pspace
\noindent\textbf{Cocaine Anonymous:} 1.800.347.8998 \pspace
\noindent\textbf{Compulsive Gambling Hotline:} 1.800.522.4700 \pspace
\noindent\textbf{GriefShare:} 1.800.395.5755
\end{document}