-
Notifications
You must be signed in to change notification settings - Fork 17
/
hw03.tex
43 lines (24 loc) · 2.14 KB
/
hw03.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\documentclass[12pt]{article}
\usepackage{fullpage,hyperref}\setlength{\parskip}{3mm}\setlength{\parindent}{0mm}
\begin{document}
\begin{center}\bf
Homework 3. Due by 11:59pm on Sunday 9/22.
Academic misconduct
\end{center}
Read pages 15--23 of {\em On Being a Scientist} and the UM Rackham statement on academic misconduct at \url{https://rackham.umich.edu/academic-policies/section8/}. We are going to focus on plagiarism, a subtle topic that has gray areas. Write brief answers to the following questions, by editing the tex file available at \url{https://github.com/ionides/810f24}, and submit the resulting pdf file via Canvas.
\begin{enumerate}
\item Over several years, I have found it is not unusual when reading STATS 810 homeworks (especially early in the semester) to find responses that include sentences matching the assigned reading word for word, without explicit attribution. Is this plagiarism?
YOUR ANSWER HERE.
\item How do you think a GSI should respond when grading homework which they suspect contains an unattributed cut-and-paste contribution from ChatGPT or any other source?
YOUR ANSWER HERE.
\item If you look, you will find common academic practices that are uncomfortably close to plagiarism, if this is strictly interpreted. For example,
(i) Homework problems may be copied or adapted from a textbook, without attribution.
(ii) Figures taken from papers and other internet sources may be presented in talks, class lectures, or GSI lab presentations, without attribution.
Should a responsible researcher attempt to avoid these RCRS gray areas? How?
YOUR ANSWER HERE.
\item Are there any forms of inappropriate scientific conduct that you think have the combination of severity and prevalence to threaten the proper functioning of modern science? Are you more concerned about the total effect of serious (and presumably rare) misconduct, or milder (and potentially more common) misconduct?
YOUR ANSWER HERE.
\item Self-plagiarism is a subtle topic. When is it acceptable to copy/paste material you have already written into a draft you are currently working on? When is it inappropriate?
YOUR ANSWER HERE.
\end{enumerate}
\end{document}