Skip to content

Commit 7f2e233

Browse files
committed
add week 34
1 parent 30087f6 commit 7f2e233

File tree

7 files changed

+125
-1
lines changed

7 files changed

+125
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Need a **reminder**? There are [extensions](https://chrome.google.com/webstore/d
155155
| 31 | `2022-08-02` | [Oregon Spotted Frog](data/2022/2022-08-02) | [usgs.gov spotted frog data](https://www.sciencebase.gov/catalog/item/60ba5a00d34e86b9388d86bc) | [usgs.gov spotted-frog-article](https://www.usgs.gov/centers/forest-and-rangeland-ecosystem-science-center/science/oregon-spotted-frog) |
156156
| 32 | `2022-08-09` | [Ferris Wheels](data/2022/2022-08-09) | [`ferriswheels`](https://github.com/EmilHvitfeldt/ferriswheels) | [`ferriswheels`](https://github.com/EmilHvitfeldt/ferriswheels) |
157157
| 33 | `2022-08-16` | [Open Source Psychometrics](data/2022/2022-08-16) | [Open-Source Psychometrics Project](https://openpsychometrics.org/) | [Character Personality](https://openpsychometrics.org/tests/characters/documentation/) |
158+
| 34 | `2022-08-23` | [CHIP dataset](data/2022/2022-08-23) | [CHIP Dataset](https://chip-dataset.vercel.app/) | [arxiv paper](https://arxiv.org/abs/1911.11313) |
158159

159160
***
160161

data/2022/2022-08-23/chips.csv

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
year,process_size_nm,tdp_w,die_size_mm_2,transistors_million
2+
2000,186,39.16129032258065,113.28260869565217,30.045454545454543
3+
2001,147.53731343283582,54.41999999999999,118.62121212121212,57.18796992481204
4+
2002,146.2037037037037,61.95744680851064,116.42156862745098,50.5377358490566
5+
2003,136.64864864864865,62.010000000000005,144.0759493670886,79.84530386740329
6+
2004,115.41353383458646,70.5,158.43965517241384,113.56573705179282
7+
2005,100.34136546184739,76.77659574468086,159.90909090909085,147.67094017094018
8+
2006,84.35606060606061,65.30136986301369,171.65217391304347,241.99156118143463
9+
2007,77.2466960352423,62.12972972972973,160.8697674418605,282.75
10+
2008,61.52631578947368,83.08988764044943,183.64122137404576,446.9613899613899
11+
2009,49.155251141552505,73.16666666666666,181.2262443438914,572.2171945701358
12+
2010,41.6896551724138,65.89752650176678,170.87152777777774,746.5
13+
2011,36.47878787878787,75.03470031545737,200.67073170731706,1081.2624999999996
14+
2012,30.69486404833836,71.16109422492401,190.4049079754601,1595.4839857651248
15+
2013,27.381088825214903,82.94545454545452,196.41925465838509,1919.7886435331222
16+
2014,26.125,82.5764705882353,191.80526315789473,2110.8729281767955
17+
2015,24.197183098591548,84.61077844311379,199.97633136094674,2525.4875000000006
18+
2016,21.69465648854962,111.19090909090909,231.91919191919192,4585.560747663551
19+
2017,15.798165137614678,98.44444444444444,227.42580645161286,5459.148387096774
20+
2018,13.793103448275861,95.40099009900987,274.4306569343067,7789.741935483871
21+
2019,12.119402985074625,92.13636363636364,221.8506493506494,6204.722972972973
22+
2020,10.235632183908047,97.47976878612715,286.41237113402053,12660.561797752813
23+
2021,10.426573426573427,145.17391304347825,371.8,17785
24+
NA,66.38888888888889,126.25757575757575,254.5,3983.3384615384616

data/2022/2022-08-23/pic1.png

184 KB
Loading

data/2022/2022-08-23/pic2.png

126 KB
Loading

data/2022/2022-08-23/readme.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
### Please add alt text to your posts
2+
3+
Please add alt text (alternative text) to all of your posted graphics for `#TidyTuesday`.
4+
5+
Twitter provides [guidelines](https://help.twitter.com/en/using-twitter/picture-descriptions) for how to add alt text to your images.
6+
7+
The DataViz Society/Nightingale by way of Amy Cesal has an [article](https://medium.com/nightingale/writing-alt-text-for-data-visualization-2a218ef43f81) on writing _good_ alt text for plots/graphs.
8+
9+
> Here’s a simple formula for writing alt text for data visualization:
10+
> ### Chart type
11+
> It’s helpful for people with partial sight to know what chart type it is and gives context for understanding the rest of the visual.
12+
> Example: Line graph
13+
> ### Type of data
14+
> What data is included in the chart? The x and y axis labels may help you figure this out.
15+
> Example: number of bananas sold per day in the last year
16+
> ### Reason for including the chart
17+
> Think about why you’re including this visual. What does it show that’s meaningful. There should be a point to every visual and you should tell people what to look for.
18+
> Example: the winter months have more banana sales
19+
> ### Link to data or source
20+
> Don’t include this in your alt text, but it should be included somewhere in the surrounding text. People should be able to click on a link to view the source data or dig further into the visual. This provides transparency about your source and lets people explore the data.
21+
> Example: Data from the USDA
22+
23+
Penn State has an [article](https://accessibility.psu.edu/images/charts/) on writing alt text descriptions for charts and tables.
24+
25+
> Charts, graphs and maps use visuals to convey complex images to users. But since they are images, these media provide serious accessibility issues to colorblind users and users of screen readers. See the [examples on this page](https://accessibility.psu.edu/images/charts/) for details on how to make charts more accessible.
26+
27+
The `{rtweet}` package includes the [ability to post tweets](https://docs.ropensci.org/rtweet/reference/post_tweet.html) with alt text programatically.
28+
29+
Need a **reminder**? There are [extensions](https://chrome.google.com/webstore/detail/twitter-required-alt-text/fpjlpckbikddocimpfcgaldjghimjiik/related) that force you to remember to add Alt Text to Tweets with media.
30+
31+
# CHIP Dataset
32+
33+
The data this week comes from [CHIP Dataset](https://chip-dataset.vercel.app/).
34+
35+
- [Moore's Law](https://www.synopsys.com/glossary/what-is-moores-law.html#:~:text=Definition,as%20E%20%3D%20mc2).)
36+
- [Wikipedia - Moore's Law](https://en.wikipedia.org/wiki/Moore%27s_law)
37+
38+
> Moore's law is the observation that the number of transistors in a dense integrated circuit (IC) doubles about every two years. Moore's law is an observation and projection of a historical trend. Rather than a law of physics, it is an empirical relationship linked to gains from experience in production.
39+
40+
Paper for citation: [Summarizing CPU and GPU Design Trends with Product Data](https://arxiv.org/abs/1911.11313)
41+
42+
Note that the authors prohibit resharing the dataset, so I've created a simple summary. You can easily download the full dataset at the bottom of: <https://chip-dataset.vercel.app/>
43+
44+
> Here are some interesting findings:
45+
>
46+
> - Moore's Law still holds, especially in GPUs.
47+
> - Dannard Scaling is still valid in general.
48+
> - CPUs have higher frequencies, but GPUs are catching up.
49+
> - GPU performance doubles every 1.5 years.
50+
> - GPU performance improvement is a joint effect of smaller transistors, larger die size, and higher frequency.
51+
> - High-end GPUs tends to first use new semiconductor technologies. Low-end GPUs may use old technologies for a few years.
52+
53+
### Get the data here
54+
55+
```{r}
56+
# Get the Data
57+
58+
# Read in with tidytuesdayR package
59+
# Install from CRAN via: install.packages("tidytuesdayR")
60+
# This loads the readme and all the datasets for the week of interest
61+
62+
# Either ISO-8601 date or year/week works!
63+
64+
tuesdata <- tidytuesdayR::tt_load('2022-08-23')
65+
tuesdata <- tidytuesdayR::tt_load(2022, week = 34)
66+
67+
chips <- tuesdata$chips
68+
69+
# Or read in the data manually
70+
71+
chips <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-08-23/chips.csv')
72+
73+
```
74+
### Data Dictionary
75+
76+
# `chips.csv`
77+
78+
|variable |class |description |
79+
|:------------------------|:---------|:-----------|
80+
|date |double |Date of release |
81+
|type |character |Type of chip |
82+
|foundry |character | Creator |
83+
|vendor |character | Vendor |
84+
|process_size_nm_mean |double | Process size in nanometer |
85+
|process_size_nm_sd |double | Process size in nanometer |
86+
|tdp_w_mean |double | Thermal design profile |
87+
|tdp_w_sd |double |Thermal design profile |
88+
|die_size_mm_2_mean |double | Die size in millimeters^2 |
89+
|die_size_mm_2_sd |double |Die size in millimeters^2 |
90+
|transistors_million_mean |double | Transitor count in millions |
91+
|transistors_million_sd |double |Transitor count in millions |
92+
|freq_m_hz_mean |double | Frequency (Mhz) |
93+
|freq_m_hz_sd |double |Frequency (Mhz) |
94+
|n |integer | Total number of observations for date, type, foundry, vendor grouping |
95+
96+
### Cleaning Script
97+

data/2022/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ Archive of datasets and articles from the 2022 series of `#TidyTuesday` events.
3636
| 30 | `2022-07-26` | Bring your own data | None | None |
3737
| 31 | `2022-08-02` | [Oregon Spotted Frog](2022-08-02) | [usgs.gov spotted frog data](https://www.sciencebase.gov/catalog/item/60ba5a00d34e86b9388d86bc) | [usgs.gov spotted-frog-article](https://www.usgs.gov/centers/forest-and-rangeland-ecosystem-science-center/science/oregon-spotted-frog) |
3838
| 32 | `2022-08-09` | [Ferris Wheels](2022-08-09) | [`ferriswheels`](https://github.com/EmilHvitfeldt/ferriswheels) | [`ferriswheels`](https://github.com/EmilHvitfeldt/ferriswheels) |
39-
| 33 | `2022-08-16` | [Open Source Psychometrics](2022-08-16) | [Open-Source Psychometrics Project](https://openpsychometrics.org/) | [Character Personality](https://openpsychometrics.org/tests/characters/documentation/) |
39+
| 33 | `2022-08-16` | [Open Source Psychometrics](2022-08-16) | [Open-Source Psychometrics Project](https://openpsychometrics.org/) | [Character Personality](https://openpsychometrics.org/tests/characters/documentation/) |
40+
| 34 | `2022-08-23` | [CHIP dataset](2022-08-23) | [CHIP Dataset](https://chip-dataset.vercel.app/) | [arxiv paper](https://arxiv.org/abs/1911.11313) |

static/tt_data_type.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Week,Date,year,data_files,data_type,delim
2+
34,2022-08-23,2022,chips.csv,csv,","
23
33,2022-08-16,2022,characters.csv,csv,","
34
33,2022-08-16,2022,myers_briggs.csv,csv,","
45
33,2022-08-16,2022,psych_stats.csv,csv,","

0 commit comments

Comments
 (0)