-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
\documentclass[11pt]{article} | ||
\documentclass[10pt]{article} | ||
|
||
\usepackage[tagged]{accessibility} | ||
|
||
|
@@ -26,7 +26,7 @@ | |
{ \end{itemize} } | ||
|
||
\hypersetup{ | ||
pdftitle={PHY 546: Python for Scientific Computing (Spring 2023)}, | ||
pdftitle={PHY 546: Python for Scientific Computing (Spring 2024)}, | ||
pdflang={en-US} | ||
} | ||
|
||
|
@@ -35,8 +35,8 @@ | |
\begin{center} | ||
{\LARGE \sffamily \bfseries PHY 546: Python for Scientific Computing} \\[3mm] | ||
{\em Instructor}\/: Michael Zingale, ESS 452, [email protected] \\ | ||
{\em Date/Location}\/: Mondays, 4:25--5:20~pm in Humanities 3017 \\ | ||
{\em Web:}\/ {\small \url{https://sbu-python-class.github.io/python-science/Introduction.html}} | ||
{\em Date/Location}\/: Mondays, 4:00--4:55~pm in Humanities 3017 \\ | ||
{\em Web:}\/ {\small \url{https://sbu-python-class.github.io/python-science}} | ||
\end{center} | ||
|
||
\subsection*{Learning Goals:} | ||
|
@@ -100,21 +100,24 @@ \subsection*{Lecture Topics:} | |
|
||
\item {\em Introduction to the NumPy array library} (2 lecture) | ||
|
||
\item {\em Pandas and the data frame} (1 lecture) | ||
|
||
\item {\em matplotlib / bokeh / plot.ly for visualization} (1 lecture) | ||
|
||
\item {\em SciPy and numerical methods} (2 lectures) | ||
|
||
\item {\em Introduction to SymPy} (1 lecture) | ||
|
||
\item {\em Machine learning} (1 lecture) | ||
|
||
\item {\em Building applications / packaging} (1 lecture) | ||
\end{itemsquish} | ||
|
||
\noindent Time-permitting, we will also discuss: | ||
\begin{itemsquish} | ||
\item {\em NetworkX} | ||
|
||
\item {\em Pandas and the data frame} (1 lecture) | ||
|
||
|
||
\item {\em Cython / Numba / extensions} | ||
|
||
\end{itemsquish} | ||
|
@@ -139,7 +142,7 @@ \subsection*{Slack:} | |
% | ||
We will use the slack team communication tool for all discussion. You | ||
will be added to the slack team at the start of the semester and then | ||
can join in on the conversation at: {\sf phy546-S22} | ||
can join in on the conversation at: {\sf phy546-S24} | ||
|
||
|
||
\subsection*{Evaluation:} | ||
|
@@ -188,23 +191,25 @@ \subsection*{Student Accessibility Support Center Statement} | |
Students who require assistance during emergency evacuation are | ||
encouraged to discuss their needs with their professors and the | ||
Student Accessibility Support Center. For procedures and information | ||
go to the following website: | ||
{\small \url{https://ehs.stonybrook.edu//programs/fire-safety/emergency-evacuation/evacuation-guide-disabilities}} | ||
go to the following website:\\ | ||
{\small \url{https://ehs.stonybrook.edu//programs/fire-safety/emergency-evacuation/evacuation-guide-disabilities}}\linebreak | ||
and search Fire Safety and Evacuation and Disabilities. | ||
|
||
|
||
\subsection*{Academic Integrity} | ||
|
||
Each student must pursue his or her academic goals honestly | ||
and be personally accountable for all submitted work. Representing | ||
another person's work as your own is always wrong. Faculty are | ||
required to report any suspected instances of academic dishonesty to | ||
the Academic Judiciary. Faculty in the Health Sciences Center (School | ||
of Health Technology \& Management, Nursing, Social Welfare, Dental | ||
Medicine) and School of Medicine are required to follow their | ||
school-specific procedures. For more comprehensive information on | ||
academic integrity, including categories of academic dishonesty, | ||
please refer to the academic judiciary website at | ||
\url{http://www.stonybrook.edu/commcms/academic\_integrity/} | ||
Each student must pursue his or her academic goals honestly and be | ||
personally accountable for all submitted work. Representing another | ||
person's work as your own is always wrong. Faculty is required to | ||
report any suspected instances of academic dishonesty to the Academic | ||
Judiciary. Faculty in the Health Sciences Center (School of Health | ||
Professions, Nursing, Social Welfare, Dental Medicine) and School of | ||
Medicine are required to follow their school-specific procedures. For | ||
more comprehensive information on academic integrity, including | ||
categories of academic dishonesty please refer to the academic | ||
judiciary website at\\ | ||
{\small \url{http://www.stonybrook.edu/commcms/academic\_integrity/}} | ||
|
||
|
||
\subsection*{Critical Incident Management} | ||
|
||
|
@@ -229,19 +234,20 @@ \subsection*{Electronic Communication} | |
{\em It is your responsibility to read your email received at this | ||
account.} For instructions about how to verify your University | ||
email address see this: \\ | ||
{\footnotesize \url{http://it.stonybrook.edu/help/kb/checking-or-changing-your-mail-forwarding-address-in-the-epo}}\\ | ||
{\small \url{http://it.stonybrook.edu/help/kb/checking-or-changing-your-mail-forwarding-address-in-the-epo}}\\ | ||
If you choose to forward your University email to another account, we | ||
are not responsible for undeliverable messages. | ||
|
||
|
||
\subsection*{Religious Observances} | ||
|
||
See the policy statement regarding religious holidays at\hfill\\ | ||
{\footnotesize \url{http://www.stonybrook.edu/commcms/provost/faculty/handbook/employment/religious_holidays_policy.php}} \\ | ||
{\small \url{https://www.stonybrook.edu/commcms/registrar/calendars/religious_holidays.php#2022}} \linebreak | ||
% | ||
|
||
Students are expected to notify the course professors by email of | ||
their intention to take time out for religious observance. This | ||
should be done as soon as possible but definitely before the end of | ||
the `add/drop' period. At that time they can discuss with the | ||
instructor(s) how they will be able to make up the work covered. | ||
|
||
\end{document} |