From 771167fc1620cdef8e765f27c59ba2280df61c9e Mon Sep 17 00:00:00 2001 From: Lelseac <157942857+Lelseac@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:11:05 -0800 Subject: [PATCH] added text effect and bar chart --- .DS_Store | Bin 6148 -> 6148 bytes index.html | 80 +++++++++++++++++++++++++- projects/d3_bar_chart/d3-chart-hw.csv | 15 +++++ projects/d3_bar_chart/index.html | 71 +++++++++++++++++++++++ 4 files changed, 164 insertions(+), 2 deletions(-) create mode 100644 projects/d3_bar_chart/d3-chart-hw.csv create mode 100644 projects/d3_bar_chart/index.html diff --git a/.DS_Store b/.DS_Store index 15766170005fc58b99bd34dd5395c03e9b87a367..88d647346a314bb27eb056108ff49c8263e3465b 100644 GIT binary patch delta 361 zcmZoMXfc=|#>B)qF;Q%yo+2a9!~pBf3XBbmKvqw6JqJSpLlHwhLl#3SLo!1NLvc>J zVQ_MOZUF-rC{6}a7;19!U0jlK@{_=F3=HeummYJ(t}caux_XGE1sTYeIsnaLU}Go- zI;WB$2k00>=>vTIW&t<9Kx2cS&%V>WivYmKL;=X dft>Hmllesq1sH+$Hvln^1~C~n2Z(H81^_AhP+b53 delta 64 zcmZoMXfc=|#>CJ*F;Q%yo+2a5!~knXmdQL!)tk362eE8Ez`TxWGdl-A2T;l8jm+Pf UC-aLKGBQlI;gQ}PBeH@S08^e47ytkO diff --git a/index.html b/index.html index 1bdb68a..453036f 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,13 @@
-

Chelsea Long is a journalist based in Berkeley, California.

+ +

Chelsea Long is a journalist who + +

Chelsea Long is a master's student at UC Berkeley's Graduate School of Journalism.

-

This summer, she'll join the Mississippi Center for Investigative Reporting team at Mississippi Today as a data reporting intern.

+

This summer, she'll join the Investigative Reporting team at Mississippi Today as an investigative reporting intern.

She was born and raised on Florida's Space Coast and received her bachelor's degree from Florida State Univeristy.

Here's her resume.

@@ -79,6 +85,76 @@

Other Clips

+
+

Class Projects

+ +
+
+ + \ No newline at end of file diff --git a/projects/d3_bar_chart/d3-chart-hw.csv b/projects/d3_bar_chart/d3-chart-hw.csv new file mode 100644 index 0000000..c207ed9 --- /dev/null +++ b/projects/d3_bar_chart/d3-chart-hw.csv @@ -0,0 +1,15 @@ +cause,count +Unknown,24 +Cardiovascular condition,13 +Cardiac arrest,10 +Suicide,4 +Unknown ,1 +Suicide ,1 +Severe burns and steam inhalation,1 +Sepsis,1 +Respitory infection,1 +Pulmonary thromboesolism,1 +Induced abortion,1 +Hypovolemic shock,1 +Febrile thrombocytopenia,1 +Aortic dissection,1 \ No newline at end of file diff --git a/projects/d3_bar_chart/index.html b/projects/d3_bar_chart/index.html new file mode 100644 index 0000000..403adbb --- /dev/null +++ b/projects/d3_bar_chart/index.html @@ -0,0 +1,71 @@ + + + + + + Bar Chart + + + + + + + + \ No newline at end of file