Skip to content

Commit 8276ad3

Browse files
committed
put images in seperate folder
1 parent 1b941ff commit 8276ad3

31 files changed

+34
-34
lines changed

docs/final_presentation/final_presentation.Rmd

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ class: inverse, center, middle
2525

2626
.pull-left[
2727
### R Studio
28-
![](rstudio-og.png)
28+
![](imgs/rstudio-og.png)
2929
]
3030

3131

3232
.pull-right[
3333
### Dr. Greg Wilson
34-
![](gvwilson-tpl-2017-small.jpg)
34+
![](imgs/gvwilson-tpl-2017-small.jpg)
3535
]
3636

3737
---
@@ -106,7 +106,7 @@ We only have **data** to answer one of these questions
106106

107107
## Our Data
108108

109-
![](workflow.png)
109+
![](imgs/workflow.png)
110110

111111
---
112112

@@ -160,28 +160,28 @@ class: inverse, center
160160

161161
## Graph2Vec Overview
162162

163-
![](d2v-g2v.png)
163+
![](imgs/d2v-g2v.png)
164164

165165
---
166166
## Are there identifiable workflow patterns?
167167

168-
![](global_clustering.png)
168+
![](imgs/global_clustering.png)
169169

170170

171171
---
172172
## Language Distributions by Clusters
173173

174-
<img src='language_radial.png' height=600 width=750>
174+
<img src='imgs/language_radial.png' height=600 width=750>
175175

176176
---
177177
## Greater than 10 commits
178178

179-
![](gt_10_commits.png)
179+
![](imgs/gt_10_commits.png)
180180

181181
---
182182
## Greater than 100 commits
183183

184-
![](gt_100_commits.png)
184+
![](imgs/gt_100_commits.png)
185185

186186
---
187187

@@ -224,7 +224,7 @@ So why don't we only cluster on large projects?
224224
]
225225

226226
.pull-right[
227-
![](blob.png)
227+
![](imgs/blob.png)
228228
]
229229

230230
---
@@ -240,7 +240,7 @@ So why don't we only cluster on large projects?
240240

241241
--
242242

243-
<div style="text-align: center"><img src="motif_example.png">
243+
<div style="text-align: center"><img src="imgs/motif_example.png">
244244

245245
---
246246
## Challenges
@@ -252,7 +252,7 @@ So why don't we only cluster on large projects?
252252
- No easy way to associate them algorthmically.
253253
- Challenging to do visually for longer motifs.
254254

255-
<div style="text-align: center"><img src="similar_motifs.png">
255+
<div style="text-align: center"><img src="imgs/similar_motifs.png">
256256

257257
--
258258
<div style="text-align: left">
@@ -264,7 +264,7 @@ So why don't we only cluster on large projects?
264264
- Given these challenges, what motif length should we study?
265265
- Looked at what percentage of projects in our dataset had motifs with at least one branch or merge for different motif lengths.
266266

267-
<div style="text-align: center"><img src="mcp_histograms.png">
267+
<div style="text-align: center"><img src="imgs/mcp_histograms.png">
268268

269269
--
270270

@@ -276,12 +276,12 @@ So why don't we only cluster on large projects?
276276
---
277277
## Most Common Git Motifs
278278

279-
<div style="text-align: center"><img src="motif_5_visual.png">
279+
<div style="text-align: center"><img src="imgs/motif_5_visual.png">
280280

281281
---
282282
## Most Common Git Motifs
283283

284-
<div style="text-align: center"><img src="motif_25_visual.png">
284+
<div style="text-align: center"><img src="imgs/motif_25_visual.png">
285285

286286
---
287287

@@ -306,7 +306,7 @@ So why don't we only cluster on large projects?
306306

307307
## Secondary Finding: A Project's Graph Complexity is Related to it's Usage of GitHub Features
308308

309-
<div style="text-align: center"><img src="GH_features_by_complexity.png">
309+
<div style="text-align: center"><img src="imgs/GH_features_by_complexity.png">
310310

311311
<div style="text-align: left">
312312
- GitHub projects with more complex graphs have more issues, pull requests, and code reviews than projects with simpler graphs.
@@ -400,5 +400,5 @@ background-image: url("http://avante.biz/wp-content/uploads/2017/04/Computer-Sci
400400
]
401401

402402
.pull-right[
403-
![](we_promise_we_like_eachother.jpg)
403+
![](imgs/we_promise_we_like_eachother.jpg)
404404
]

docs/final_presentation/final_presentation.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>RStudio Github Analysis</title>
55
<meta charset="utf-8" />
66
<meta name="author" content="Juno Chen, Ian Flores, Rayce Rossum, Richie Zitomer Dr. Tiffany Timbers" />
7-
<meta name="date" content="2019-06-17" />
7+
<meta name="date" content="2019-06-21" />
88
<link rel="stylesheet" href="xaringan-themer.css" type="text/css" />
99
</head>
1010
<body>
@@ -14,7 +14,7 @@
1414
# RStudio Github Analysis
1515
## What the Git is going on here?
1616
### Juno Chen, Ian Flores, Rayce Rossum, Richie Zitomer<br><br>Dr. Tiffany Timbers
17-
### 2019-06-17
17+
### 2019-06-21
1818

1919
---
2020

@@ -27,13 +27,13 @@
2727

2828
.pull-left[
2929
### R Studio
30-
![](rstudio-og.png)
30+
![](imgs/rstudio-og.png)
3131
]
3232

3333

3434
.pull-right[
3535
### Dr. Greg Wilson
36-
![](gvwilson-tpl-2017-small.jpg)
36+
![](imgs/gvwilson-tpl-2017-small.jpg)
3737
]
3838

3939
---
@@ -108,7 +108,7 @@
108108

109109
## Our Data
110110

111-
![](workflow.png)
111+
![](imgs/workflow.png)
112112

113113
---
114114

@@ -162,28 +162,28 @@
162162

163163
## Graph2Vec Overview
164164

165-
![](d2v-g2v.png)
165+
![](imgs/d2v-g2v.png)
166166

167167
---
168168
## Are there identifiable workflow patterns?
169169

170-
![](global_clustering.png)
170+
![](imgs/global_clustering.png)
171171

172172

173173
---
174174
## Language Distributions by Clusters
175175

176-
&lt;img src='language_radial.png' height=600 width=750&gt;
176+
&lt;img src='imgs/language_radial.png' height=600 width=750&gt;
177177

178178
---
179179
## Greater than 10 commits
180180

181-
![](gt_10_commits.png)
181+
![](imgs/gt_10_commits.png)
182182

183183
---
184184
## Greater than 100 commits
185185

186-
![](gt_100_commits.png)
186+
![](imgs/gt_100_commits.png)
187187

188188
---
189189

@@ -226,7 +226,7 @@
226226
]
227227

228228
.pull-right[
229-
![](blob.png)
229+
![](imgs/blob.png)
230230
]
231231

232232
---
@@ -242,7 +242,7 @@
242242

243243
--
244244

245-
&lt;div style="text-align: center"&gt;&lt;img src="motif_example.png"&gt;
245+
&lt;div style="text-align: center"&gt;&lt;img src="imgs/motif_example.png"&gt;
246246

247247
---
248248
## Challenges
@@ -254,7 +254,7 @@
254254
- No easy way to associate them algorthmically.
255255
- Challenging to do visually for longer motifs.
256256

257-
&lt;div style="text-align: center"&gt;&lt;img src="similar_motifs.png"&gt;
257+
&lt;div style="text-align: center"&gt;&lt;img src="imgs/similar_motifs.png"&gt;
258258

259259
--
260260
&lt;div style="text-align: left"&gt;
@@ -266,7 +266,7 @@
266266
- Given these challenges, what motif length should we study?
267267
- Looked at what percentage of projects in our dataset had motifs with at least one branch or merge for different motif lengths.
268268

269-
&lt;div style="text-align: center"&gt;&lt;img src="mcp_histograms.png"&gt;
269+
&lt;div style="text-align: center"&gt;&lt;img src="imgs/mcp_histograms.png"&gt;
270270

271271
--
272272

@@ -278,12 +278,12 @@
278278
---
279279
## Most Common Git Motifs
280280

281-
&lt;div style="text-align: center"&gt;&lt;img src="motif_5_visual.png"&gt;
281+
&lt;div style="text-align: center"&gt;&lt;img src="imgs/motif_5_visual.png"&gt;
282282

283283
---
284284
## Most Common Git Motifs
285285

286-
&lt;div style="text-align: center"&gt;&lt;img src="motif_25_visual.png"&gt;
286+
&lt;div style="text-align: center"&gt;&lt;img src="imgs/motif_25_visual.png"&gt;
287287

288288
---
289289

@@ -308,7 +308,7 @@
308308

309309
## Secondary Finding: A Project's Graph Complexity is Related to it's Usage of GitHub Features
310310

311-
&lt;div style="text-align: center"&gt;&lt;img src="GH_features_by_complexity.png"&gt;
311+
&lt;div style="text-align: center"&gt;&lt;img src="imgs/GH_features_by_complexity.png"&gt;
312312

313313
&lt;div style="text-align: left"&gt;
314314
- GitHub projects with more complex graphs have more issues, pull requests, and code reviews than projects with simpler graphs.
@@ -402,7 +402,7 @@
402402
]
403403

404404
.pull-right[
405-
![](we_promise_we_like_eachother.jpg)
405+
![](imgs/we_promise_we_like_eachother.jpg)
406406
]
407407
</textarea>
408408
<style data-target="print-only">@media screen {.remark-slide-container{display:block;}.remark-slide-scaler{box-shadow:none;}}</style>

0 commit comments

Comments
 (0)