Skip to content

Commit

Permalink
added honors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyu-Li committed May 23, 2021
1 parent 5e87799 commit 6576168
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ See original:

* Specialization general (Compute + X) - https://www.ualberta.ca/computing-science/media-library/docs/program-planners/specialization-and-x-program-planner-2021.pdf
* Specialization Software Practice - https://www.ualberta.ca/computing-science/media-library/docs/program-planners/specialization-software-practice-program-planner-2021.pdf
* Specialization Business Minor - https://www.ualberta.ca/computing-science/media-library/docs/program-planners/specialization-with-business-minor-program-planner-2021.pdf
* Honors - https://www.ualberta.ca/computing-science/media-library/docs/program-planners/honors-program-planner-2021.pdf

These PDF are found on this website: https://www.ualberta.ca/computing-science/undergraduate-studies/programs-and-admissions/specialization.html

Binary file added honors.pdf
Binary file not shown.
79 changes: 79 additions & 0 deletions honors.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
\documentclass[12pt]{article}
\usepackage[left=1in, right=1.0in, top=1.0in, bottom=1.0in]{geometry}

\usepackage{multicol}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{soul}
\renewcommand{\baselinestretch}{1.5}

\begin{document}

% title
\begin{center}
\textbf{HONORS PROGRAM}
\end{center}
\textbf{Required Courses}
% all the required courses
\begin{center}
\begin{tabular}{| l | l | }
\hline
CMPUT 274\qquad\qquad\qquad\qquad \hfill\raisebox{-3px}{\CheckBox[\symbolchoice{check},height=.25in,width=.25in, name=c]{}} & ENGL 1xx* \qquad\qquad\qquad\qquad\qquad\hfill\raisebox{-3px}{\CheckBox[height=.25in,width=.25in, name=d]{}}\\
\hline
CMPUT 275 \hfill\raisebox{-3px}{\CheckBox[height=0.25in,width=0.25in, name=a]{}}& ENGL 1xx* \hfill\raisebox{-3px}{\CheckBox[width=0.25in,height=0.25in, name=b]{}}\\
\hline
CMPUT 272 \hfill\raisebox{-3px}{\CheckBox[height=0.25in,width=0.25in, name=1]{}}& \\
\hline
\end{tabular}
\end{center}

\noindent No more than *42 (14 courses) at 100-level: \hfill\raisebox{-3px}{\CheckBox[height=0.25in,width=0.25in, name=209]{}}\\
\noindent *Note, ENGL can be 1 ENGL course and 1 WRS course

\vspace{-1cm}
% elective courses
\begin{center}
\begin{tabular}{c c c c c}
*18 CMPUT $\ge300$ & *12 $\ge400$ & *33 Science Options & *12 Arts Options & *30 any Faculty
\end{tabular}
\end{center}

\vspace{-1cm}

\begin{center}
\begin{tabular}{| c | c | c | c | c |}
\hline
\TextField[width=1.15in, name=12]{ } & \TextField[width=.9in, name=13]{ } & \TextField[width=1.2in, name=14]{ } & \TextField[width=1.15in, name=15]{ } & \TextField[width=1.15in, name=16]{ } \\
\hline
\TextField[width=1.15in, name=17]{ } & \TextField[width=.9in, name=18]{ } & \TextField[width=1.2in, name=19]{ } & \TextField[width=1.15in, name=20]{ } & \TextField[width=1.15in, name=21]{ } \\
\hline
\TextField[width=1.15in, name=22]{ } & \TextField[width=.9in, name=300]{ } & \TextField[width=1.2in, name=23]{ } & \TextField[width=1.15in, name=24]{ } & \TextField[width=1.15in, name=25]{ } \\
\hline
\TextField[width=1.15in, name=26]{ } & \TextField[width=.9in, name=301]{ } & \TextField[width=1.2in, name=27]{ } & \TextField[width=1.15in, name=28]{ } & \TextField[width=1.15in, name=29]{ } \\
\hline
\TextField[width=1.15in, name=30]{ } & - & \TextField[width=1.2in, name=31]{ } & - & \TextField[width=1.15in, name=32]{ } \\
\hline
\TextField[width=1.15in, name=33]{ } & - & \TextField[width=1.2in, name=34]{ } & - & \TextField[width=1.15in, name=35]{ } \\
\hline
- & - & \TextField[width=1.2in, name=36]{ } & - & \TextField[width=1.15in, name=37]{ } \\
\hline
- & - & \TextField[width=1.2in, name=304]{ } & - & \TextField[width=1.15in, name=38]{ } \\
\hline
- & - & \TextField[width=1.2in, name=305]{ } & - & \TextField[width=1.15in, name=39]{ } \\
\hline
- & - & \TextField[width=1.2in, name=306]{ } & - & \TextField[width=1.15in, name=40]{ } \\
\hline
- & - & \TextField[width=1.2in, name=307]{ } & - & - \\
\hline
\end{tabular}
\end{center}

% form must be here so things can be checked off
\begin{Form}
\end{Form}
% other misc stuff
\noindent \small{Take 495 every semester}\hfill \CheckBox[height=0.25in,width=0.25in, name=gpa]{}
\thispagestyle{empty}


\end{document}

0 comments on commit 6576168

Please sign in to comment.