From 6f7110c43fbf5b9debad83cf44f4a5d01570bb1a Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 12 Jan 2021 15:16:53 -0500 Subject: [PATCH 01/65] "Renaming my model" --- ModelExamples/TestModel.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelExamples/TestModel.mo b/ModelExamples/TestModel.mo index 73a202b..0745a4e 100644 --- a/ModelExamples/TestModel.mo +++ b/ModelExamples/TestModel.mo @@ -1,5 +1,5 @@ within ModelExamples; -model TestModel +model TestModel "made a change for the tutorial" Real x(start=1); parameter Real a = 5; equation From 9248007fb53180b45555b47665893c9f5dc6f113 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 12 Jan 2021 15:20:53 -0500 Subject: [PATCH 02/65] "changing a value" --- ModelExamples/TestModel.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelExamples/TestModel.mo b/ModelExamples/TestModel.mo index 0745a4e..04d6d2d 100644 --- a/ModelExamples/TestModel.mo +++ b/ModelExamples/TestModel.mo @@ -1,7 +1,7 @@ within ModelExamples; model TestModel "made a change for the tutorial" Real x(start=1); - parameter Real a = 5; + parameter Real a = 10; equation der(x) = -a*x; annotation (experiment(StopTime=1)); From 01e65661704cd6917ee8ad5a30424e06243556d6 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 12 Jan 2021 15:21:48 -0500 Subject: [PATCH 03/65] changing back to 5 --- ModelExamples/TestModel.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelExamples/TestModel.mo b/ModelExamples/TestModel.mo index 04d6d2d..0745a4e 100644 --- a/ModelExamples/TestModel.mo +++ b/ModelExamples/TestModel.mo @@ -1,7 +1,7 @@ within ModelExamples; model TestModel "made a change for the tutorial" Real x(start=1); - parameter Real a = 10; + parameter Real a = 5; equation der(x) = -a*x; annotation (experiment(StopTime=1)); From e355cb2aad25fe70251407405ced91ec1e45b2de Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 12 Jan 2021 15:23:00 -0500 Subject: [PATCH 04/65] back to 10 --- ModelExamples/TestModel.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelExamples/TestModel.mo b/ModelExamples/TestModel.mo index 0745a4e..04d6d2d 100644 --- a/ModelExamples/TestModel.mo +++ b/ModelExamples/TestModel.mo @@ -1,7 +1,7 @@ within ModelExamples; model TestModel "made a change for the tutorial" Real x(start=1); - parameter Real a = 5; + parameter Real a = 10; equation der(x) = -a*x; annotation (experiment(StopTime=1)); From 9d89bcf425581c2ab75cfe8bb09982431ad802f7 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 12 Jan 2021 15:26:36 -0500 Subject: [PATCH 05/65] changing parameter value --- ModelExamples/TestModel.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelExamples/TestModel.mo b/ModelExamples/TestModel.mo index 04d6d2d..0745a4e 100644 --- a/ModelExamples/TestModel.mo +++ b/ModelExamples/TestModel.mo @@ -1,7 +1,7 @@ within ModelExamples; model TestModel "made a change for the tutorial" Real x(start=1); - parameter Real a = 10; + parameter Real a = 5; equation der(x) = -a*x; annotation (experiment(StopTime=1)); From ad4ab1339aedc15750899f79928603ddd5493db8 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 12 Jan 2021 18:44:01 -0500 Subject: [PATCH 06/65] Adding Luigi to the list --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index f39e0f4..d6a2dfc 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,2 +1,3 @@ This is a list of everyone that completed the workshop: -- Marcelo \ No newline at end of file +- Marcelo +- Luigi \ No newline at end of file From 52f5070b5bef6adee69d3aa6fea325bedfcaf920 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Wed, 13 Jan 2021 10:07:35 -0500 Subject: [PATCH 07/65] Luigi's example time --- Text-files/file-3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index d6a2dfc..eea1e3a 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,3 +1,3 @@ This is a list of everyone that completed the workshop: - Marcelo -- Luigi \ No newline at end of file +- Luigi, illustrating again \ No newline at end of file From 894ca4521c17f20e8741eed318b852025e6a00c3 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Wed, 13 Jan 2021 10:13:51 -0500 Subject: [PATCH 08/65] Update file-3.txt I edited this from Github's page --- Text-files/file-3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index eea1e3a..912bed3 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,3 +1,3 @@ This is a list of everyone that completed the workshop: - Marcelo -- Luigi, illustrating again \ No newline at end of file +- Luigi, illustrating again, editing again to illustrate fetch From 053c0fb15fdd63dfe874933c85a5ca31231586ba Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Wed, 13 Jan 2021 10:39:07 -0500 Subject: [PATCH 09/65] Changing a to 10 again! --- ModelExamples/TestModel.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelExamples/TestModel.mo b/ModelExamples/TestModel.mo index 0745a4e..04d6d2d 100644 --- a/ModelExamples/TestModel.mo +++ b/ModelExamples/TestModel.mo @@ -1,7 +1,7 @@ within ModelExamples; model TestModel "made a change for the tutorial" Real x(start=1); - parameter Real a = 5; + parameter Real a = 10; equation der(x) = -a*x; annotation (experiment(StopTime=1)); From 469061df9322a90c106d988492e52f417c2bfd81 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Wed, 13 Jan 2021 10:42:46 -0500 Subject: [PATCH 10/65] Added new test model for you! --- ModelExamples/TestForYou.mo | 4 ++++ ModelExamples/package.order | 1 + 2 files changed, 5 insertions(+) create mode 100644 ModelExamples/TestForYou.mo diff --git a/ModelExamples/TestForYou.mo b/ModelExamples/TestForYou.mo new file mode 100644 index 0000000..7ebe70f --- /dev/null +++ b/ModelExamples/TestForYou.mo @@ -0,0 +1,4 @@ +within ModelExamples; +model TestForYou + annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(coordinateSystem(preserveAspectRatio=false))); +end TestForYou; diff --git a/ModelExamples/package.order b/ModelExamples/package.order index 702382e..98a21d8 100644 --- a/ModelExamples/package.order +++ b/ModelExamples/package.order @@ -1 +1,2 @@ TestModel +TestForYou From 0a2205383b4a6d42c985bc0d60d12e881a2d2c34 Mon Sep 17 00:00:00 2001 From: LarissaBreuning Date: Thu, 14 Jan 2021 23:59:13 +0100 Subject: [PATCH 11/65] Adding Larissa Breuning to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 912bed3..c2f636e 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,3 +1,4 @@ This is a list of everyone that completed the workshop: - Marcelo - Luigi, illustrating again, editing again to illustrate fetch +- Larissa Breuning From 1c7e089d607f0f73bc271971a85645e9cbe43f97 Mon Sep 17 00:00:00 2001 From: LarissaBreuning Date: Fri, 15 Jan 2021 00:28:31 +0100 Subject: [PATCH 12/65] Adding Larissa Breuning (course 2021) to the list --- Text-files/file-3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index c2f636e..cb9954f 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,4 +1,4 @@ This is a list of everyone that completed the workshop: - Marcelo - Luigi, illustrating again, editing again to illustrate fetch -- Larissa Breuning +- Larissa Breuning (course 2021) From 67fbb232db86960427e8233882a1ea1ebca74064 Mon Sep 17 00:00:00 2001 From: RuihaoSong Date: Tue, 19 Jan 2021 01:18:48 +0100 Subject: [PATCH 13/65] Adding RuihaoSong to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 912bed3..3accee6 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,3 +1,4 @@ This is a list of everyone that completed the workshop: - Marcelo - Luigi, illustrating again, editing again to illustrate fetch +- Ruihao(Ray) Song From 9150b607f2b39121598285d1d8c2df2e00d74e59 Mon Sep 17 00:00:00 2001 From: SebGaertner Date: Thu, 21 Jan 2021 11:01:47 +0100 Subject: [PATCH 14/65] Adding Sebastian to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 912bed3..e1f55e6 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,3 +1,4 @@ This is a list of everyone that completed the workshop: - Marcelo - Luigi, illustrating again, editing again to illustrate fetch +- Sebastian From 3dfc27422d71abb01c7a754ed0f759947046d5da Mon Sep 17 00:00:00 2001 From: BGamisch Date: Mon, 25 Jan 2021 14:51:14 +0100 Subject: [PATCH 15/65] Adding Bernd to the list --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index fc0e2e3..2d294ea 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -3,4 +3,5 @@ This is a list of everyone that completed the workshop: - Luigi, illustrating again, editing again to illustrate fetch - Larissa Breuning (course 2021) - Ruihao(Ray) Song -- Sebastian \ No newline at end of file +- Sebastian +- Bernd \ No newline at end of file From 74757a24165974b4e2f1e5772ccb54f82f1cf688 Mon Sep 17 00:00:00 2001 From: kunjshah614 Date: Sat, 30 Jan 2021 21:48:59 -0500 Subject: [PATCH 16/65] Adding Kunj to the list --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index fc0e2e3..d2306f3 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -3,4 +3,5 @@ This is a list of everyone that completed the workshop: - Luigi, illustrating again, editing again to illustrate fetch - Larissa Breuning (course 2021) - Ruihao(Ray) Song -- Sebastian \ No newline at end of file +- Sebastian +- Kunj From 331673b08dddb1b2c05cf4a7afe45c67203510e1 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 2 Feb 2021 11:19:12 -0500 Subject: [PATCH 17/65] added my name once again --- Text-files/file-3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index fc0e2e3..d512877 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,6 +1,6 @@ This is a list of everyone that completed the workshop: - Marcelo -- Luigi, illustrating again, editing again to illustrate fetch +- Luigi, illustrating again, editing again to illustrate fetch, editing again for my MnS4CPS s'21 course demo - Larissa Breuning (course 2021) - Ruihao(Ray) Song - Sebastian \ No newline at end of file From fb21b81ed59f0fb17827a2c3dcf89412f736c792 Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 2 Feb 2021 11:24:00 -0500 Subject: [PATCH 18/65] now it works --- Text-files/file-3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index d512877..894ee8d 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,6 +1,6 @@ This is a list of everyone that completed the workshop: - Marcelo -- Luigi, illustrating again, editing again to illustrate fetch, editing again for my MnS4CPS s'21 course demo +- Luigi, illustrating again, editing again to illustrate fetch, editing again for my MnS4CPS s'21 course demo (fixed) - Larissa Breuning (course 2021) - Ruihao(Ray) Song - Sebastian \ No newline at end of file From 4c19c012c00a974f57b9414db4b4912ada19bd6c Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Tue, 2 Feb 2021 11:46:21 -0500 Subject: [PATCH 19/65] Adding comments and model --- ModelExamples/TestForMe.mo | 6 ++++++ ModelExamples/TestForYou.mo | 1 + ModelExamples/package.order | 1 + 3 files changed, 8 insertions(+) create mode 100644 ModelExamples/TestForMe.mo diff --git a/ModelExamples/TestForMe.mo b/ModelExamples/TestForMe.mo new file mode 100644 index 0000000..19e8058 --- /dev/null +++ b/ModelExamples/TestForMe.mo @@ -0,0 +1,6 @@ +within ModelExamples; +model TestForMe + //this test is for MnS4CPS S'21 + annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( + coordinateSystem(preserveAspectRatio=false))); +end TestForMe; diff --git a/ModelExamples/TestForYou.mo b/ModelExamples/TestForYou.mo index 7ebe70f..328e769 100644 --- a/ModelExamples/TestForYou.mo +++ b/ModelExamples/TestForYou.mo @@ -1,4 +1,5 @@ within ModelExamples; model TestForYou + // I've edited this for you! annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(coordinateSystem(preserveAspectRatio=false))); end TestForYou; diff --git a/ModelExamples/package.order b/ModelExamples/package.order index 98a21d8..f480cee 100644 --- a/ModelExamples/package.order +++ b/ModelExamples/package.order @@ -1,2 +1,3 @@ TestModel TestForYou +TestForMe From c844905c6c72d6820f0e9c2bb1da94b03bd9fd8b Mon Sep 17 00:00:00 2001 From: Hao2747 Date: Wed, 3 Feb 2021 12:51:34 -0500 Subject: [PATCH 20/65] Adding Hao's name --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..11d7d50 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Hao(Jerry) Zhang From 5ee5f30eda5b6fba0b945cba65685af535ddd2fe Mon Sep 17 00:00:00 2001 From: cjhees Date: Wed, 3 Feb 2021 15:25:12 -0500 Subject: [PATCH 21/65] Adding Jae Hoon James Choi to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..bbc8f22 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Jae Hoon (James) Choi \ No newline at end of file From 080651a7f9c70dc2955b70d6d555546bb4bc0c13 Mon Sep 17 00:00:00 2001 From: shunyao Date: Wed, 3 Feb 2021 16:09:51 -0500 Subject: [PATCH 22/65] Adding Shunyao Xu to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..93f8fcf 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Shunyao Xu From 271fa2b384def5529d6d297fc060a8fe6ec6e7a5 Mon Sep 17 00:00:00 2001 From: IronwoodAnvil Date: Wed, 3 Feb 2021 17:13:28 -0500 Subject: [PATCH 23/65] Adding Nathan Mascari to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..f4dcb35 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Nathan Mascari \ No newline at end of file From 0ed76e38aad4afa0ab14361f411eeef310701881 Mon Sep 17 00:00:00 2001 From: fachif Date: Wed, 3 Feb 2021 19:09:40 -0500 Subject: [PATCH 24/65] Adding Fernando Fachini to the list. --- Text-files/file-1.txt | 5 ----- Text-files/file-3.txt | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Text-files/file-1.txt b/Text-files/file-1.txt index ba660ee..e69de29 100644 --- a/Text-files/file-1.txt +++ b/Text-files/file-1.txt @@ -1,5 +0,0 @@ -2*7+1 = 15 -3*2*3 = 18 -6/2*3 = 9 -4*7-1 = 28 -1+2+1 = 4 \ No newline at end of file diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..dad3447 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Fernando Fachini From 9adc72290523cb592d771c744f7b2ab73f111bfe Mon Sep 17 00:00:00 2001 From: Ann-KathrinKoschlik Date: Thu, 4 Feb 2021 08:35:08 +0100 Subject: [PATCH 25/65] Ann-Kathrin added to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..6d5657e 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Ann-Kathrin \ No newline at end of file From 9465fe25cceb9243b84d7b9dd52a402f7ea7a677 Mon Sep 17 00:00:00 2001 From: Rin Donovan Date: Thu, 4 Feb 2021 19:02:50 -0500 Subject: [PATCH 26/65] adding rin to the list --- Text-files/file-3.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..a2a3ff6 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,7 +1 @@ -This is a list of everyone that completed the workshop: -- Marcelo -- Luigi, illustrating again, editing again to illustrate fetch, editing again for my MnS4CPS s'21 course demo (fixed) -- Larissa Breuning (course 2021) -- Ruihao(Ray) Song -- Sebastian -- Kunj +Rin Donovan \ No newline at end of file From d029afafa144baf464434819a8f984eb348d3aa9 Mon Sep 17 00:00:00 2001 From: stormhikari <2298812707@qq.com> Date: Fri, 5 Feb 2021 02:35:50 -0500 Subject: [PATCH 27/65] Adding Bowen to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..66ab4b5 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Bowen Tang \ No newline at end of file From 06e7e2c4426db05508dc0f4f70f9b7ba83f7425c Mon Sep 17 00:00:00 2001 From: XanderLaney Date: Fri, 5 Feb 2021 04:44:15 -0500 Subject: [PATCH 28/65] Adding Xander Laney to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..0aea8a6 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Xander Laney \ No newline at end of file From 0dab4d04bc01418b526036c49e16c39c0f5ff85b Mon Sep 17 00:00:00 2001 From: Haibin-Guo Date: Sat, 6 Feb 2021 00:50:40 +0800 Subject: [PATCH 29/65] Adding Haibin Guo to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..6850f54 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Haibin Guo \ No newline at end of file From 2607fb2eea11162ad3e4781f9349b20afda772ad Mon Sep 17 00:00:00 2001 From: Boris987 Date: Sat, 6 Feb 2021 15:56:09 -0500 Subject: [PATCH 30/65] Adding Boris Baklitskiy to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 50367c6..f956e25 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -5,3 +5,4 @@ This is a list of everyone that completed the workshop: - Ruihao(Ray) Song - Sebastian - Kunj +- Boris Baklitskiy \ No newline at end of file From 9d7ef6c609a98c250cafb549783733544e453ecd Mon Sep 17 00:00:00 2001 From: SqueezableWeasel Date: Sun, 7 Feb 2021 22:35:17 -0500 Subject: [PATCH 31/65] Adding Hayleigh Sanders to the list --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index dd3f4c0..e3d389a 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -18,4 +18,5 @@ This is a list of everyone that completed the workshop: 14- Bowen Tang 15- Xander Laney 16- Haibin Guo -17- Boris Baklitskiy \ No newline at end of file +17- Boris Baklitskiy +18- Hayleigh Sanders \ No newline at end of file From 6effae51b8b7854fbcb7319279659635225d0c29 Mon Sep 17 00:00:00 2001 From: MShiltsev <7151252+MShiltsev@users.noreply.github.com> Date: Mon, 8 Feb 2021 16:20:09 -0500 Subject: [PATCH 32/65] Added Misha Shiltsev to file-3 list --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index e3d389a..af476d0 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -19,4 +19,5 @@ This is a list of everyone that completed the workshop: 15- Xander Laney 16- Haibin Guo 17- Boris Baklitskiy -18- Hayleigh Sanders \ No newline at end of file +18- Hayleigh Sanders +19- Misha Shiltsev From d4180c100fa22be94b4ce3c4023e11fcb701cbb8 Mon Sep 17 00:00:00 2001 From: ProLeopard Date: Thu, 11 Feb 2021 17:34:31 -0500 Subject: [PATCH 33/65] Adding Hari Channagiri to the list --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index e3d389a..5530761 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -19,4 +19,5 @@ This is a list of everyone that completed the workshop: 15- Xander Laney 16- Haibin Guo 17- Boris Baklitskiy -18- Hayleigh Sanders \ No newline at end of file +18- Hayleigh Sanders +19- Hari Channagiri \ No newline at end of file From bf833f4d48e0657cfa4b0fa8350ff775bee67ffd Mon Sep 17 00:00:00 2001 From: TesterGB Date: Fri, 9 Apr 2021 17:24:21 +0200 Subject: [PATCH 34/65] Adding G. B. to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 91d944b..dd73346 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -22,3 +22,4 @@ This is a list of everyone that completed the workshop: 18- Hayleigh Sanders 19- Hari Channagiri 20- Misha Shiltsev +21- G. B. \ No newline at end of file From 3059bbe63f73805555bd92693d4cdc2cc954eb4f Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Sun, 25 Apr 2021 13:34:50 -0400 Subject: [PATCH 35/65] Update file-3.txt --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index dd73346..b3461f7 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -22,4 +22,5 @@ This is a list of everyone that completed the workshop: 18- Hayleigh Sanders 19- Hari Channagiri 20- Misha Shiltsev -21- G. B. \ No newline at end of file +*** Other's being trained before the next Modelica course! +21- G. B. From 40b8065111ce369653942a7e038b71d97cc44003 Mon Sep 17 00:00:00 2001 From: davispiercy Date: Wed, 26 May 2021 18:43:53 -0400 Subject: [PATCH 36/65] Adding Davis to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index b3461f7..df408e7 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22 - Davis Piercy \ No newline at end of file From 7efb8668695bc9ca6b2777a3266c6232222bf53e Mon Sep 17 00:00:00 2001 From: maguilerac Date: Wed, 14 Jul 2021 21:30:20 -0600 Subject: [PATCH 37/65] Adding Miguel Aguilera to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index b3461f7..acc9b20 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Miguel Aguilera From 24ae75c8d640e2f18b1ce8bd73c172c6670d5c48 Mon Sep 17 00:00:00 2001 From: shamimI09 Date: Mon, 19 Jul 2021 16:58:47 -0400 Subject: [PATCH 38/65] Adding to the list --- Text-files/file-3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index b3461f7..ab095a3 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,5 +1,5 @@ This is a list of everyone that completed the workshop: -0- Marcelo +0- Shamim 1- Luigi, illustrating again, editing again to illustrate fetch, editing again for my MnS4CPS s'21 course demo (fixed) *** Student's from 2020/2021 TUM Course 2- Larissa Breuning (course 2021) From 917edf11db82e3252d847ed3b2930cc5b33e9f81 Mon Sep 17 00:00:00 2001 From: dragonfatum Date: Mon, 17 Jan 2022 17:09:53 -0500 Subject: [PATCH 39/65] Adding Junyung Kim to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..d373bec 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Junyung Kim From 2970af1b6e652e731c7daadaf72e021221af22a8 Mon Sep 17 00:00:00 2001 From: Al-birdo Date: Mon, 17 Jan 2022 22:57:29 -0500 Subject: [PATCH 40/65] Adding Alberto Alamilla to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..2c0879b 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Alberto Alamilla \ No newline at end of file From c310441ab63d13b244db5ad3b5d385db49492c0b Mon Sep 17 00:00:00 2001 From: WLuechen Date: Tue, 18 Jan 2022 22:11:34 -0500 Subject: [PATCH 41/65] Adding Luechen Wang to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..daf4658 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -22,5 +22,6 @@ This is a list of everyone that completed the workshop: 18- Hayleigh Sanders 19- Hari Channagiri 20- Misha Shiltsev +21- Luechen Wang *** Other's being trained before the next Modelica course! 21- G. B. From f5af3d5c8fbe623a780860ac7ccc1e91bce75282 Mon Sep 17 00:00:00 2001 From: aguilm3 Date: Wed, 19 Jan 2022 12:16:30 -0500 Subject: [PATCH 42/65] Adding Miguel Aguilera to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..24afc2c 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Miguel Aguilera \ No newline at end of file From ae812d35b849f5069beb846ec2de9efb0a4e8c2d Mon Sep 17 00:00:00 2001 From: dziadl Date: Wed, 19 Jan 2022 12:44:52 -0500 Subject: [PATCH 43/65] Adding Leia Dziadosz to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..39d6853 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Leia Dziadosz From 69b694cb3e8bbf80a91806955db118c9d8f1c863 Mon Sep 17 00:00:00 2001 From: anonymoussisman Date: Wed, 19 Jan 2022 17:45:09 -0500 Subject: [PATCH 44/65] Adding Jayson Mintz to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..9e6dedb 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Jayson Mintz From 4c7b1d39734aad0e5663e5d1bfa93e305d7b7c29 Mon Sep 17 00:00:00 2001 From: shrmdjoshi3197 Date: Wed, 19 Jan 2022 18:51:37 -0500 Subject: [PATCH 45/65] Adding Sharmad Joshi to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..0c788b4 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Sharmad Joshi From f499376577633f451be8d7361ebd69593c82cda5 Mon Sep 17 00:00:00 2001 From: Nesathurai Date: Wed, 19 Jan 2022 19:18:03 -0500 Subject: [PATCH 46/65] Adding 'Allan Nesathurai' to the list --- Text-files/file-3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..92b526f 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,5 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +*** Student's from 2022 Spring Cyber Physical Systems +22- Allan Nesathurai From ce4c078d03b9ba40ba606d4d264982ad5ad4ba49 Mon Sep 17 00:00:00 2001 From: GGBYE Date: Wed, 19 Jan 2022 21:15:08 -0500 Subject: [PATCH 47/65] Adding to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..d132212 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Cheng Zhang From 46177688ffcd3515785f7610fe4f2e2f959dca4a Mon Sep 17 00:00:00 2001 From: L34ches Date: Thu, 20 Jan 2022 10:43:27 -0500 Subject: [PATCH 48/65] Adding Cole Belog to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..5c69239 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Cole Belog From 71cc9987b464557126f3d40265d5fefafed9452c Mon Sep 17 00:00:00 2001 From: asadullahamin Date: Thu, 20 Jan 2022 14:56:15 -0500 Subject: [PATCH 49/65] Adding Asad Ullah Amin Shah to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..9757cde 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Asad Ullah Amin Shah From 73a419f4d8870cd1829880908612af18a9af8f1b Mon Sep 17 00:00:00 2001 From: noblea2 Date: Thu, 20 Jan 2022 20:18:56 -0500 Subject: [PATCH 50/65] Adding Aly Noble to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..5902b54 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22 - Aly Noble \ No newline at end of file From a8bfec7fb6e27ac65f7843e323512f987d364451 Mon Sep 17 00:00:00 2001 From: Toner-64920 Date: Thu, 20 Jan 2022 22:49:01 -0500 Subject: [PATCH 51/65] Adding Max Toner to the list --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..2220243 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -22,5 +22,6 @@ This is a list of everyone that completed the workshop: 18- Hayleigh Sanders 19- Hari Channagiri 20- Misha Shiltsev +21- Max Toner *** Other's being trained before the next Modelica course! -21- G. B. +22- G. B. From e75255a56fc955a6cf62885d12718acf9568187a Mon Sep 17 00:00:00 2001 From: Hiroxandros Date: Fri, 21 Jan 2022 01:40:00 -0500 Subject: [PATCH 52/65] Adding Wenhao Shen to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..ddc9612 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Wenhao Shen From e7f3804984ccbc3ade496ecb416184741b25ad71 Mon Sep 17 00:00:00 2001 From: KyleWarns Date: Fri, 21 Jan 2022 02:59:29 -0500 Subject: [PATCH 53/65] Adding Kyle Warns to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..1069c42 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Kyle Warns From 5f83511f0047c0e11602281a2f11c3ecaec7b206 Mon Sep 17 00:00:00 2001 From: embeddedhao Date: Fri, 21 Jan 2022 04:37:04 -0500 Subject: [PATCH 54/65] adding hao chang to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..0242157 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Hao Chang From ad6183cf3b0887ede8d461608baf66d90a4a6138 Mon Sep 17 00:00:00 2001 From: Dbrainiac074 Date: Fri, 21 Jan 2022 06:57:35 -0500 Subject: [PATCH 55/65] Adding James Onyejizu to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..1ce296e 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- James Onyejizu \ No newline at end of file From bf9902d050efae468c5ae347e03f50b711bd4f05 Mon Sep 17 00:00:00 2001 From: esegerstrom Date: Fri, 21 Jan 2022 15:46:17 -0500 Subject: [PATCH 56/65] Adding Eric Segerstrom to the list --- Text-files/file-3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index ab095a3..fde4e29 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -1,5 +1,5 @@ This is a list of everyone that completed the workshop: -0- Shamim +0- Marcelo 1- Luigi, illustrating again, editing again to illustrate fetch, editing again for my MnS4CPS s'21 course demo (fixed) *** Student's from 2020/2021 TUM Course 2- Larissa Breuning (course 2021) @@ -24,3 +24,4 @@ This is a list of everyone that completed the workshop: 20- Misha Shiltsev *** Other's being trained before the next Modelica course! 21- G. B. +22- Eric Segerstrom \ No newline at end of file From 0f752e6dfc285ef64e4b49c402b25fb3e968fcd6 Mon Sep 17 00:00:00 2001 From: JiacenHou <724414969@qq.com> Date: Fri, 21 Jan 2022 16:28:24 -0500 Subject: [PATCH 57/65] Adding Jiacen Hou to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index df78afb..2ff4456 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -46,3 +46,4 @@ This is a list of everyone that completed the workshop: 40- Hao Chang 42- James Onyejizu 43- Eric Segerstrom +44-Jiacen Hou From 85a9b427faa35283d11f3b48313497d4e5e9e2df Mon Sep 17 00:00:00 2001 From: moselj2 Date: Fri, 21 Jan 2022 18:55:57 -0500 Subject: [PATCH 58/65] Adding Jack Moseley to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index df78afb..7c947e1 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -46,3 +46,4 @@ This is a list of everyone that completed the workshop: 40- Hao Chang 42- James Onyejizu 43- Eric Segerstrom +44- Jack Moseley \ No newline at end of file From e2e53b2ed82fd287b181165385196d4e9b421c91 Mon Sep 17 00:00:00 2001 From: choi0612 Date: Fri, 21 Jan 2022 19:42:04 -0500 Subject: [PATCH 59/65] Adding Justin Choi to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index df78afb..52987b3 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -46,3 +46,4 @@ This is a list of everyone that completed the workshop: 40- Hao Chang 42- James Onyejizu 43- Eric Segerstrom +44- Justin Choi From c59b8ed61ce298c964e07e02a304b895f8fd75a3 Mon Sep 17 00:00:00 2001 From: aomine-0831 <775253295@qq.com> Date: Fri, 21 Jan 2022 21:12:22 -0500 Subject: [PATCH 60/65] Adding XuxinWang to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index df78afb..50e4088 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -46,3 +46,4 @@ This is a list of everyone that completed the workshop: 40- Hao Chang 42- James Onyejizu 43- Eric Segerstrom +44- Xuxin Wang \ No newline at end of file From db09d7091edc5fe1639eaf4b3155ef601749d12f Mon Sep 17 00:00:00 2001 From: Diyanko Bhowmik Date: Sat, 22 Jan 2022 08:11:06 +0530 Subject: [PATCH 61/65] adding Diyanko Bhowmik to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index df78afb..63405fc 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -46,3 +46,4 @@ This is a list of everyone that completed the workshop: 40- Hao Chang 42- James Onyejizu 43- Eric Segerstrom +44 - Diyanko Bhowmik \ No newline at end of file From 3e97abd1a6e8bf5adb93b13ec600ec7b8c94495d Mon Sep 17 00:00:00 2001 From: loderb Date: Fri, 21 Jan 2022 22:13:15 -0500 Subject: [PATCH 62/65] Adding Brennan Loder to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index df78afb..6d5ff56 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -46,3 +46,4 @@ This is a list of everyone that completed the workshop: 40- Hao Chang 42- James Onyejizu 43- Eric Segerstrom +44- Brennan Loder \ No newline at end of file From aae37cfb2032e4072a5ace3fb251e4d10798891a Mon Sep 17 00:00:00 2001 From: cmbartolome808 Date: Sat, 22 Jan 2022 22:15:00 -0500 Subject: [PATCH 63/65] Adding Cortez Bartolome to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index df78afb..ba147ac 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -46,3 +46,4 @@ This is a list of everyone that completed the workshop: 40- Hao Chang 42- James Onyejizu 43- Eric Segerstrom +44- Cortez Bartolome From d70a5829c988a2c07d21bc3e72a1e0a5b0611ac5 Mon Sep 17 00:00:00 2001 From: nvmathew Date: Thu, 27 Jan 2022 21:42:00 -0500 Subject: [PATCH 64/65] Adding Nancy Mathew to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index a823507..8d918b0 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -53,3 +53,4 @@ This is a list of everyone that completed the workshop: 48 - Diyanko Bhowmik 49- Brennan Loder 50- Cortez Bartolome +51- Nancy Mathew From de000eadcf25fdfe6746c22dea77dc801a076734 Mon Sep 17 00:00:00 2001 From: weijiepan93 Date: Tue, 22 Nov 2022 16:21:24 -0500 Subject: [PATCH 65/65] Adding Weijie Pan to the list --- Text-files/file-3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-files/file-3.txt b/Text-files/file-3.txt index 8d918b0..1b67775 100644 --- a/Text-files/file-3.txt +++ b/Text-files/file-3.txt @@ -54,3 +54,4 @@ This is a list of everyone that completed the workshop: 49- Brennan Loder 50- Cortez Bartolome 51- Nancy Mathew +52- Weijie Pan