forked from ionides/810f24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign_here.html
26 lines (24 loc) · 1.56 KB
/
sign_here.html
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
<h2>Sign here for STATS 810 Fall 2024 Homework 8</h2>
This is a very simple HTML file, consisting of a header, a paragraph break, and an un-numbered list. You should edit this file with a plain text editor. Check before placing your pull request that you have only edited the line with your own name. The most common reason for failing at this is using an inappopriate text editor: Do not use a web page editor, as these concern themselves only with the rendered presentation of the html, not the underling text. You are also advised not to use MS Word or Mac Notes or TextEdit, since these may add hidden lines and are not good for editing plain text files. It is useful to become familiar with one or more plain text editors such as nano, emacs, vi, pico. Code editors such as vscode and the RStudio editor can be effective for this, too, but they also may suppress some lines of text to try to improve your coding experience.
<p>
Please check your name with an <b>X</b> on the following list in your fork of the git repository, and then submit a pull request. Please edit only the line with your name on it.
<ul>
<li> <b>X</b> Edward Ionides
<li> <b></b> Parijat Chakraborty
<li> <b></b> Mihir Dhanakshirur
<li> <b></b> Khoa Bach Do
<li> <b></b> Jiwoo Han
<li> <b>X</b> Surtai Han
<li> <b></b> Jialin He
<li> <b></b> Seyong Hwang
<li> <b></b> Hanbin Lee
<li> <b></b> Jiaxun Li
<li> <b></b> Filippo Michelis
<li> <b></b> Dhruba Nandi
<li> <b></b> Chandler Nielsen
<li> <b></b> An Nhat Pho
<li> <b></b> Xiaoyu Qiu
<li> <b></b> Ethan Schubert
<li> <b></b> Elvin Tseng
<li> <b></b> Yue Yu
</ul>