From f601f0f1555bcb4f5bf42cc4b81128709e3c8484 Mon Sep 17 00:00:00 2001 From: Ukyeon Date: Fri, 26 May 2023 18:06:56 -0400 Subject: [PATCH 1/3] add alumni page --- .idea/.gitignore | 8 ++ .idea/inspectionProfiles/Project_Default.xml | 13 +++ .../inspectionProfiles/profiles_settings.xml | 6 ++ .idea/misc.xml | 4 + .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 ++ .idea/weissmanlab.iml | 8 ++ _layouts/default.html | 3 + _pages/alumni.html | 80 +++++++++++++++++++ index.html | 1 + 10 files changed, 137 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/weissmanlab.iml create mode 100644 _pages/alumni.html diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..17b1273 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..95701c4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2b480ca --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/weissmanlab.iml b/.idea/weissmanlab.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/weissmanlab.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index a42ae3e..e8457ad 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -58,6 +58,9 @@ + diff --git a/_pages/alumni.html b/_pages/alumni.html new file mode 100644 index 0000000..13a3b32 --- /dev/null +++ b/_pages/alumni.html @@ -0,0 +1,80 @@ +--- +layout: default +title: "Alumni" +permalink: /alumni/ +--- + +{ site.baseurl }/old_site_and_survey_people.csv + + + + + Alumni + + + + + + + + +
+ + + + + + diff --git a/index.html b/index.html index c844c45..c79f112 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,7 @@
Research
People
Publications
Protocols and Resources
+
Alumni
From 9f07efae0797cbd8b6a02cd7ba6afd0f98dbd849 Mon Sep 17 00:00:00 2001 From: Ukyeon Date: Fri, 26 May 2023 18:11:34 -0400 Subject: [PATCH 2/3] Revert "add alumni page" This reverts commit f601f0f1555bcb4f5bf42cc4b81128709e3c8484. --- .idea/.gitignore | 8 -- .idea/inspectionProfiles/Project_Default.xml | 13 --- .../inspectionProfiles/profiles_settings.xml | 6 -- .idea/misc.xml | 4 - .idea/modules.xml | 8 -- .idea/vcs.xml | 6 -- .idea/weissmanlab.iml | 8 -- _layouts/default.html | 3 - _pages/alumni.html | 80 ------------------- index.html | 1 - 10 files changed, 137 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/weissmanlab.iml delete mode 100644 _pages/alumni.html diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 17b1273..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 95701c4..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 2b480ca..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/weissmanlab.iml b/.idea/weissmanlab.iml deleted file mode 100644 index d0876a7..0000000 --- a/.idea/weissmanlab.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index e8457ad..a42ae3e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -58,9 +58,6 @@ - diff --git a/_pages/alumni.html b/_pages/alumni.html deleted file mode 100644 index 13a3b32..0000000 --- a/_pages/alumni.html +++ /dev/null @@ -1,80 +0,0 @@ ---- -layout: default -title: "Alumni" -permalink: /alumni/ ---- - -{ site.baseurl }/old_site_and_survey_people.csv - - - - - Alumni - - - - - - - - -
- - - - - - diff --git a/index.html b/index.html index c79f112..c844c45 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,6 @@
Research
People
Publications
Protocols and Resources
-
Alumni
From 83ba1be35362e76b18f6a31d9d45e8181772f6e9 Mon Sep 17 00:00:00 2001 From: Ukyeon Date: Fri, 26 May 2023 18:20:18 -0400 Subject: [PATCH 3/3] fixed --- _layouts/default.html | 3 ++ _pages/alumni.html | 69 +++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 3 files changed, 73 insertions(+) create mode 100644 _pages/alumni.html diff --git a/_layouts/default.html b/_layouts/default.html index a42ae3e..e8457ad 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -58,6 +58,9 @@ + diff --git a/_pages/alumni.html b/_pages/alumni.html new file mode 100644 index 0000000..c010fb0 --- /dev/null +++ b/_pages/alumni.html @@ -0,0 +1,69 @@ +--- +layout: default +title: "Alumni" +permalink: /alumni/ +--- + + + + + + Alumni + + + + + + + + +
+ + + + + + diff --git a/index.html b/index.html index c844c45..c79f112 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,7 @@
Research
People
Publications
Protocols and Resources
+
Alumni