From 4c1c80292eb84f1ec336757948ff7939ca2e6004 Mon Sep 17 00:00:00 2001 From: nightingal3 Date: Fri, 18 Sep 2020 08:15:43 -0400 Subject: [PATCH] Update for 2019-2020 issue (#25) * files for for 2019-2020 issue * enable syntax highlighting * add Akhundov paper * follow naming format * Cheng wip * Finish Cheng post * Add new assets dir * Add Callahan paper * Add Zhao paper * add LftE and link to articles * add 2019 pdfs as assets * add download button partial and original pdfs * add team (1) * add rest of team photos * archive old issue * link new issue on small screen * edit banner Co-authored-by: Danya Lette --- _config.yml | 1 + _includes/2019/issue.html | 58 +++++++ _includes/2019/letter.html | 19 +++ _includes/2019/team.html | 63 +++++++ _includes/archive.html | 3 +- _includes/head.html | 2 + _includes/partials/download-button.html | 6 + _includes/table_of_contents.html | 4 +- _posts/2019/2019-08-13-Y-Cheng.md | 107 ++++++++++++ _posts/2019/2019-08-15-L-OCallahan.md | 161 ++++++++++++++++++ _posts/2019/2019-08-16-S-Zhao.md | 89 ++++++++++ _posts/2019/2020-08-13-M-Akhundov.md | 130 +++++++++++++++ _sass/post.scss | 17 ++ _sass/style.scss | 6 +- archive_2018.html | 8 + assets/2019/Cheng-1.png | Bin 0 -> 56174 bytes assets/2019/Cheng-2.png | Bin 0 -> 67333 bytes assets/2019/Cheng-3.png | Bin 0 -> 24081 bytes assets/2019/Cheng-4.png | Bin 0 -> 18011 bytes assets/2019/Cheng-5-a.png | Bin 0 -> 24849 bytes assets/2019/Cheng-5-b.png | Bin 0 -> 23973 bytes assets/2019/OCallahan-1.png | Bin 0 -> 104385 bytes assets/2019/OCallahan-2.png | Bin 0 -> 35348 bytes assets/2019/OCallahan-3.png | Bin 0 -> 27158 bytes assets/2019/OCallahan-4.png | Bin 0 -> 154820 bytes assets/2019/OCallahan-5.png | Bin 0 -> 61049 bytes assets/2019/Zhao-1.PNG | Bin 0 -> 144855 bytes assets/2019/Zhao-2.PNG | Bin 0 -> 167073 bytes assets/2019/Zhao-3.PNG | Bin 0 -> 39718 bytes assets/2019/banner-small.png | Bin 0 -> 33496 bytes assets/2019/banner.png | Bin 0 -> 125050 bytes assets/2019/pdf/Akhundov_2020.pdf | Bin 0 -> 379207 bytes assets/2019/pdf/Cheng_2020.pdf | Bin 0 -> 199389 bytes assets/2019/pdf/OCallahan_2020.pdf | Bin 0 -> 659695 bytes assets/2019/pdf/Zhao_2020.pdf | Bin 0 -> 414337 bytes assets/icons/download.svg | 1 + css/post.css | 18 ++ css/syntax.css | 209 ++++++++++++++++++++++++ resources/team_photos/arif_photo.jpg | Bin 0 -> 217207 bytes resources/team_photos/danya_photo.png | Bin 0 -> 177909 bytes resources/team_photos/emmy_photo.jpg | Bin 84257 -> 1162127 bytes resources/team_photos/evan_photo.jpg | Bin 0 -> 212432 bytes resources/team_photos/fiona_photo.jpg | Bin 0 -> 926751 bytes resources/team_photos/yaseen_photo.jpg | Bin 0 -> 1178040 bytes 44 files changed, 896 insertions(+), 6 deletions(-) create mode 100644 _includes/2019/issue.html create mode 100644 _includes/2019/letter.html create mode 100644 _includes/2019/team.html create mode 100644 _includes/partials/download-button.html create mode 100644 _posts/2019/2019-08-13-Y-Cheng.md create mode 100644 _posts/2019/2019-08-15-L-OCallahan.md create mode 100644 _posts/2019/2019-08-16-S-Zhao.md create mode 100644 _posts/2019/2020-08-13-M-Akhundov.md create mode 100644 archive_2018.html create mode 100644 assets/2019/Cheng-1.png create mode 100644 assets/2019/Cheng-2.png create mode 100644 assets/2019/Cheng-3.png create mode 100644 assets/2019/Cheng-4.png create mode 100644 assets/2019/Cheng-5-a.png create mode 100644 assets/2019/Cheng-5-b.png create mode 100644 assets/2019/OCallahan-1.png create mode 100644 assets/2019/OCallahan-2.png create mode 100644 assets/2019/OCallahan-3.png create mode 100644 assets/2019/OCallahan-4.png create mode 100644 assets/2019/OCallahan-5.png create mode 100644 assets/2019/Zhao-1.PNG create mode 100644 assets/2019/Zhao-2.PNG create mode 100644 assets/2019/Zhao-3.PNG create mode 100755 assets/2019/banner-small.png create mode 100755 assets/2019/banner.png create mode 100755 assets/2019/pdf/Akhundov_2020.pdf create mode 100755 assets/2019/pdf/Cheng_2020.pdf create mode 100755 assets/2019/pdf/OCallahan_2020.pdf create mode 100755 assets/2019/pdf/Zhao_2020.pdf create mode 100644 assets/icons/download.svg create mode 100644 css/syntax.css create mode 100644 resources/team_photos/arif_photo.jpg create mode 100644 resources/team_photos/danya_photo.png create mode 100644 resources/team_photos/evan_photo.jpg create mode 100644 resources/team_photos/fiona_photo.jpg create mode 100644 resources/team_photos/yaseen_photo.jpg diff --git a/_config.yml b/_config.yml index 7b43000..75cc416 100644 --- a/_config.yml +++ b/_config.yml @@ -9,3 +9,4 @@ github_username: rucs-uoft # Build settings markdown: kramdown permalink: /:title +highlighter: rouge \ No newline at end of file diff --git a/_includes/2019/issue.html b/_includes/2019/issue.html new file mode 100644 index 0000000..0ea7937 --- /dev/null +++ b/_includes/2019/issue.html @@ -0,0 +1,58 @@ + diff --git a/_includes/2019/letter.html b/_includes/2019/letter.html new file mode 100644 index 0000000..6a44d31 --- /dev/null +++ b/_includes/2019/letter.html @@ -0,0 +1,19 @@ +

Dear reader,

+ +

+ I will not dedicate this letter to addressing for the $nth$ time "the unprecedented times" that we all find ourselves in, except + in passing. For many of us, including myself, it has been a disorienting year. If we have the privilege of having loved ones, hobbies, and intellectual pursuits in our lives, + we should by all means enjoy them, and remind ourselves that these are the things that ultimately anchor our lives, not the changeable circumstances we happen to find ourselves in. +

+

+ We will be bringing you a reduced number of articles this year - this is by no means a statement on their quality. I am happy to have read each of these works + and I hope that you will be as well. It's great to see that research still continues on at U of T, and that many undergrads are continuing to lend their ideas, work ethic, and fresh perspectives to the department. +

+

+ I would also like to thank the team that made this issue possible - thank you for your hard work. I would also like to thank Sam Toueg for his guidance, as well as Danya Lette and John Chen for their tireless support + and guidance. It's heartening to think that so many people who have led RUCS in the past continue to be involved. Though things haven't gone the way that I intended this year, I plan to continue to be involved in RUCS + in the future as well, and I hope that those who have submitted their work have also been encouraged to do research, or expand their horizons. +

+



Emmy Liu
+ 2019-2020 Editor-in-Chief,
RUCS +

diff --git a/_includes/2019/team.html b/_includes/2019/team.html new file mode 100644 index 0000000..3a8c0ea --- /dev/null +++ b/_includes/2019/team.html @@ -0,0 +1,63 @@ + +
+
+
+ +
+
+

Emmy Liu

+
Editor-in-Chief
+

Emmy is a computer science specialist and cognitive science major in her fourth year. She has worked in several labs on work ranging from computational linguistics to human-computer interaction to machine learning. Outside of school and work, she enjoys listening to audiobooks, playing video games, and taking long walks.

+
+
+
+
+ +
+
+

Danya Lette

+
Senior Advisor
+

Danya is a computer science specialist with an interest in theory and programming languages. She has an eclectic background, and formerly completed a degree in philosophy at U of T. Danya spends her free time playing with her dog, reading novels, eating popcorn, and thinking about thinking.

+
+
+
+
+ +
+
+

Arif Aulakh

+
Editor
+

Arif Aulakh is a Mathematics and Computer Science student entering his 2nd year. He is passionate about topics in Computer Science as Artificial Intelligence, Data Science, and Algorithms. In his free time, Arif likes to go biking, play poker, and watch basketball.

+
+
+
+
+ +
+
+

Evan Kanter

+
Editor
+

Evan Kanter is a Computer Science Specialist (AI Focus) and Ethics, Society, and Law Major at the University of Toronto, in his 3rd academic year. Evan is passionate about Artificial Intelligence, in particular, the intersection between AI, Ethics, and Law. Evan has volunteered as an editor of RUCS to contribute to Computer Science research, learn more about the publishing process, and help fellow CS students publish their work. Outside of school, Evan enjoys playing guitar, skiing, reading, volunteering on political campaigns, competing in Mock Trial and Moot competitions, and following baseball.

+
+
+
+
+ +
+
+

Qiyuan He

+
Editor
+

Qiyuan He is a computer science specialist with a focus in artificial intelligence. With mathematics and statistical science backgrounds, she loves learning new things and turning ideas into reality. In her free time, Qiyuan enjoys traveling, drinking coffee, and listening to Bach.

+
+
+
+
+ +
+
+

Yaseen Hoque

+
Social Media Coordinator
+

I am a computer science major at UTM that loves to make robots and stuff.I watch music and listen to anime like a weeb. Listen to me on soundcloud if you are true to the streets. Peace out.

+
+
+
diff --git a/_includes/archive.html b/_includes/archive.html index 1a2627e..4c060aa 100644 --- a/_includes/archive.html +++ b/_includes/archive.html @@ -3,7 +3,8 @@

Past Issues