-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.qmd
491 lines (368 loc) · 38.1 KB
/
README.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
---
format:
gfm:
toc: true
toc-depth: 1
execute:
echo: false
message: false
warning: false
---
```{r}
#| label: banner
knitr::include_graphics("assets/banner.png")
```
------------------------------------------------------------------------
<!-- README.md is generated from README.qmd. Please edit the qmd file, as edits to the md file will be overwritten! -->
<!-- Badges begin -->
![GitHub last commit](https://img.shields.io/github/last-commit/ryanstraight/resources)
<!-- Badges end -->
I'll do my best to keep this organized but I apologize if it's perhaps a little untidy. If you feel like something should be added, go ahead and do a pull request and I'll check it out. You may find the occasional affiliate link.
# R
Anything related to the R language, specifically.
- [Live Updates and Bloggers from Data Science Community \| RWeekly.org - Blogs to Learn R from the Community](https://rweekly.org/live)
- [arisp99/RTidbits: GitHub repository to store various tricks and tips for R](https://github.com/arisp99/RTidbits)
- [Tips and tricks in RStudio and R Markdown - Stats and R](https://statsandr.com/blog/tips-and-tricks-in-rstudio-and-r-markdown/)
- [An Introduction to R](https://intro2r.com/)
- [r-assist/assignr: Tools for Educators Writing Assignments in RMarkdown](https://github.com/r-assist/assignr)
- [A dive into R Markdown \| Computing for the Social Sciences](https://cfss.uchicago.edu/notes/r-markdown/#r-markdown-basics)
- [My easy R script header template – Tim Farewell](https://timfarewell.co.uk/my-r-script-header-template/#:~:text=Open%20RStudio,of%20the%20snippets%20code%20block.)
## Learning and Teaching with R
- [RStudio Education](https://education.rstudio.com/)
- [An Introduction to R](https://intro2r.com/)
- [Welcome \| Data Science in a Box](https://datasciencebox.org/)
- [Interactive Tutorials for R](https://rstudio.github.io/learnr/)
- [rstudio/gradethis: Tools for teachers to use with learnr](https://github.com/rstudio/gradethis)
- [Feed me back now: Tales of automated feedback in R and Python \| feed-me-back](https://mine-cetinkaya-rundel.github.io/feed-me-back/)
- [rfordatascience/tidytuesday: Official repo for the #tidytuesday project](https://github.com/rfordatascience/tidytuesday)
- (This isn't instructive, per se, but it's a great resource for seeing just how others work.)
- [Tidymodels: tidy machine learning in R](https://www.rebeccabarter.com/blog/2020-03-25_machine_learning/)
- (A great walkthrough using `tidymodels`.)
- [Welcome to Text Mining with R \| Text Mining with R](https://www.tidytextmining.com/index.html)
- [Telling Stories With Data](https://www.tellingstorieswithdata.com/)
- [MAT381E/About-course: This repository involves Course info for MAT381E: Introduction to Data Science and some useful links for data sources available on the web.](https://github.com/MAT381E/About-course)
- [The Mockup Blog: Displaying verbatim code chunks in RMarkdown and Xaringan presentations](https://themockup.blog/posts/2021-08-27-displaying-verbatim-code-chunks-in-xaringan-presentations/)
- [koncina/unilur: A rmarkdown template to create tutorials/practicals or examination papers.](https://github.com/koncina/unilur)
- [r-assist/assignr: Tools for Educators Writing Assignments in RMarkdown](https://github.com/r-assist/assignr)
- [GitHub - walkerke/tidycensus: Load US Census boundary and attribute data as 'tidyverse' and 'sf'-ready data frames in R](https://github.com/walkerke/tidycensus)
- [The Grammar of Experimental Designs](https://emitanaka.org/edibble-book/index.html)
- [rebecca-weiss/Data-Science: projects and reports for data science courses focusing on collecting, analyzing and visualizing data. Primarily in R](https://github.com/rebecca-weiss/Data-Science)
- [Acronyms and Glossaries Support for RMarkdown • acronymsdown](https://rchaput.github.io/acronymsdown/)
## Tools
- [DesiQuintans/librarian: Install, Update, Load Packages from CRAN, Bioconductor, and GitHub in One Step](https://github.com/DesiQuintans/librarian)
- [tidyverse/reprex: Render bits of R code for sharing, e.g., on GitHub or StackOverflow.](https://github.com/tidyverse/reprex)
- [mwip/beautifyR: RStudio addin for formatting Rmarkdown tables](https://github.com/mwip/beautifyR)
- [swsoyee/pagemapR: 📦 Quickly and easily add a mini map to web page](https://github.com/swsoyee/pagemapR)
- [Download Qualtrics Survey Data • rOpenSci: qualtRics](https://docs.ropensci.org/qualtRics/)
- [dreamRs/shinyWidgets: shinyWidgets : Extend widgets available in shiny](https://github.com/dreamRs/shinyWidgets)
- [r-lib/waldo: Find differences between R objects](https://github.com/r-lib/waldo/)
- [HTML Metadata Tags for R Markdown and Shiny • metathis](https://pkg.garrickadenbuie.com/metathis/)
- [R-CoderDotCom/calendR: Ready to print calendars with ggplot2](https://github.com/R-CoderDotCom/calendR#further-customization)
- [yonicd/details: R Package to Create Details HTML Tag for Markdown and Package Documentation](https://github.com/yonicd/details)
- [emitanaka/edibble: An R-package to construct designs using the grammar of experimental design](https://github.com/emitanaka/edibble)
- [MilesMcBain/datapasta: On top of spaghetti, all covered in cheese....](https://github.com/milesmcbain/datapasta)
- [Call R from R • callr](https://callr.r-lib.org/)
- [stla/findInFiles: Find a pattern in some files.](https://github.com/stla/findInFiles)
- [progressr 0.8.0: RStudio's progress bar, Shiny progress updates, and absolute progress](https://www.jottr.org/2021/06/11/progressr-0.8.0/)
- [Extract text from pdf in R and word Detection » finnstats](https://finnstats.com/index.php/2021/06/15/extract-text-from-pdf-in-r-and-word-detection/)
- [ConviviaR Tools: Post-Publication Collecting ORCIDs for the Authors](https://dwayzer.netlify.app/posts/2021-06-28-post-publication-collecting-orcids-for-the-authors/)
- [rorcid introduction • rorcid](https://docs.ropensci.org/rorcid/articles/rorcid.html)
- [yonicd/details: R Package to Create Details HTML Tag for Markdown and Package Documentation](https://github.com/yonicd/details)
- [ConviviaR Tools: Importing Author Information from CrossRef to Wikidata via QuickStatements](https://dwayzer.netlify.app/posts/2021-07-02-importing-author-information-from-crossref-to-wikidata-via-quickstatements/)
- [Generate QRcodes with R • qrcode](https://thierryo.github.io/qrcode/index.html)
- [Data Visualization with R](https://rkabacoff.github.io/datavis/)
- This provides a variety of visualization suggestions depending on what number and types of variables you're working with.
- [dokato/todor: TODOr - RStudio add-in for finding TODO, FIXME, CHANGED etc. comments in your code.](https://github.com/dokato/todor)
- Amazingly useful if you use comments in your code/markdown/project as notes-to-self.
- [JohnCoene/countup: ⏱️ countup.js R htmlwidget](https://github.com/JohnCoene/countup)
- [swsoyee/pagemapR: 📦 Quickly and easily add a mini map to web page](https://github.com/swsoyee/pagemapR)
- [GuangchuangYu/hexSticker: Hexagon sticker in R](https://github.com/GuangchuangYu/hexSticker)
- [GuangchuangYu/badger: Badge for R Package](https://github.com/GuangchuangYu/badger)
- [yonicd/glossaries: glossary functionality for Rmarkdown documents](https://github.com/yonicd/glossaries)
- [njtierney/syn: syn - the thesaurus](https://github.com/njtierney/syn)
- [tholman/github-corners: A fresher "Fork me on GitHub" callout.](https://github.com/tholman/github-corners/)
- [GitHub - gaborcsardi/prompt: Dynamic R prompt](https://github.com/gaborcsardi/prompt)
- [Interpreted String Literals • glue](https://glue.tidyverse.org/)
- [gadenbuie/epoxy: Extra-strength glue engines for R Markdown and Quarto](https://github.com/gadenbuie/epoxy)
- [deepanshu88/summaryBox: Value and Info Boxes in Shiny Apps and Rmarkdown (Bootstrap 4)](https://github.com/deepanshu88/summaryBox)
## Project management
- [dlab-berkeley/RStudio-Project-Management: Resources to help you start managing data science projects.](https://github.com/dlab-berkeley/RStudio-Project-Management)
- [A Framework for Reproducible and Collaborative Data Science • workflowr](https://jdblischak.github.io/workflowr/index.html)
- [Reproducible Research Data and Project Management in R](https://annakrystalli.me/rrresearchACCE20/index.html)
- [GitHub workflow for data science project proposals](http://www.citizen-statistician.org/2020/11/github-workflow-for-data-science-project-proposals/)
- Related to [IDS](https://www.introds.org/) and [Welcome \| Data Science in a Box](https://datasciencebox.org/)
- [RealityBending/TemplateResults: A template for a data analysis folder that can be easily exported as a webpage or as Supplementary Materials](https://github.com/RealityBending/TemplateResults)
- [startyourlab/r-project-template: A template to start R projects with R Studio, using version control via Git and GitHub by default.](https://github.com/startyourlab/r-project-template)
- [svmiller/codename: Codename Generation for Organizations, People, Projects, and Whatever Else](https://github.com/svmiller/codename/)
- [My easy R script header template -- Tim Farewell](https://timfarewell.co.uk/my-r-script-header-template/#:~:text=Open%20RStudio,of%20the%20snippets%20code%20block.)
- [jrcalabrese/tablecloth: An R package to create and format APA-style tables.](https://github.com/jrcalabrese/tablecloth)
## Quarto
- [schochastics/rtoot: R package to interact with the mastodon API](https://github.com/schochastics/rtoot)
- [nmfs-opensci/quarto-thesis: Quarto extension for a masters or PhD thesis](https://github.com/nmfs-opensci/quarto-thesis)
- [sellorm/quarto-social-embeds: A Quarto extension to embed social media content](https://github.com/sellorm/quarto-social-embeds)
- [Simulating color-vision deficiency- RPubs - quarto-cvd-widget](https://rpubs.com/ijlyttle/quarto-cvd-widget)
- [6 Productivity Hacks for Quarto - RStudio](https://www.rstudio.com/blog/6-productivity-hacks-for-quarto/)
## RMarkdown
- [Quarto - Get Started](https://quarto.org/docs/get-started/)
- Not RMarkdown, specifically, but a related method of writing that I'm really enjoying.
- [papaja: Reproducible APA manuscripts with R Markdown](http://frederikaust.com/papaja_man/)
- [A rmarkdown Template that Can be Highly Customized • memor](https://hebrewseniorlife.github.io/memor/)
- [GerkeLab/betterposter: Another R Markdown Better Scientific Poster](https://github.com/GerkeLab/betterposter)
- [Introducing the flipdownr package. Create a CountDown in Rmarkdown Documents and Shiny Apps \| Mohamed El Fodil IHADDADEN](https://ihaddadenfodil.com/post/introducing-the-flipdownr-package-create-a-countdown-in-rmarkdown-documents-and-shiny-apps/)
- [feddelegrand7/GomoGomonoMi: 👑 Animate Text in Rmd documents and shiny using the Animate.css Library](https://github.com/feddelegrand7/GomoGomonoMi)
- [R Markdown Template for Responses to Reviewers • respondR](https://pjbouchet.github.io/respondR/index.html)
- [rstudio/rticles: LaTeX Journal Article Templates for R Markdown](https://github.com/rstudio/rticles)
- [Pakillo/rticles-examples: Examples of rendered PDF articles produced from Rmarkdown templates in rticles package](https://github.com/Pakillo/rticles-examples)
- [Chapter 13 Journals \| R Markdown: The Definitive Guide](https://bookdown.org/yihui/rmarkdown/journals.html)
- [dpprdan/rmdwiki: Wiki Markup Output Formats and Templates for RMarkdown](https://github.com/dpprdan/rmdwiki)
- [deepanshu88/summaryBox: Value and Info Boxes in Shiny Apps and Rmarkdown (Bootstrap 4)](https://github.com/deepanshu88/summaryBox)
- [Inserting pages from an external PDF document within a LaTeX document](http://blog.bharatbhole.com/inserting-pages-from-an-external-pdf-document-within-a-latex-document/)
- (This works in RMarkdown files.)
- [Getting Started with R Markdown](https://ourcodingclub.github.io/tutorials/rmarkdown/#insert)
- [Embed Video in HTML • vembedr](https://ijlyttle.github.io/vembedr/index.html)
- [dreamRs/gfonts: Offline Google Fonts for rmarkdown and shiny](https://github.com/dreamRs/gfonts)
- [eddelbuettel/linl: Linl Is Not Letter -- Markdown-based LaTeX Letter Template](https://github.com/eddelbuettel/linl)
- [Another Academic R Markdown Article/Manuscript Template \| Steven V. Miller](http://svmiller.com/blog/2020/09/another-rmarkdown-article-template/)
- [cynkra/indiedown: Individual RMarkdown Templates](https://github.com/cynkra/indiedown)
- [carpentries/glosario: A multilingual glossary package.](https://github.com/carpentries/glosario)
- [Is Your Code Ready for Publication? A Practical Guide to R Markdown](https://www.jvcasillas.com/rmd_workshop/index.html#1)
- [rchaput/acronymsdown: Adds support for List of Acronyms to RMarkdown documents (rmarkdown, bookdown, pagedown, ...).](https://github.com/rchaput/acronymsdown)
- [Toniiiio/imageclipr: RStudio Addin: Copy Image from Clipboard into RMarkdown .Rmd file](https://github.com/Toniiiio/imageclipr)
- [oniani/docprep: Various templates for document preparation purposes](https://github.com/oniani/docprep)
- [sebastiansauer/yart: RMarkdown Template for writing PDF reports](https://github.com/sebastiansauer/yart)
- [cynkra/indiedown: Individual RMarkdown Templates](https://github.com/cynkra/indiedown/)
- [agricolamz/checkdown: R package for Rmarkdown for creating autocheck questions and hints](https://github.com/agricolamz/checkdown/)
- [R Markdown Lesser-Known Tips & Tricks #2: Cleaning Up Your Code - RStudio](https://www.rstudio.com/blog/r-markdown-tips-tricks-2-cleaning-up-your-code/)
- [GitHub - gadenbuie/tweetrmd: Embed Tweets in R Markdown](https://github.com/gadenbuie/tweetrmd)
- [Changing fonts in RMarkdown PDFs \| Cecina Babich Morrow](https://babichmorrowc.github.io/post/changing-fonts-in-rmarkdown-pdfs/)
- [Font typefaces - Overleaf, Online LaTeX Editor](https://www.overleaf.com/learn/latex/Font_typefaces)
- This is a list of fonts to use in YAML as per above.
- [jumpingrivers/namer: R package for labelling chunks of RMarkdown files!](https://github.com/jumpingrivers/namer)
- [Toniiiio/imageclipr: RStudio Addin: Copy Image from Clipboard into RMarkdown .Rmd file](https://github.com/Toniiiio/imageclipr)
### Xaringan-specific
- [xaringanExtra](https://pkg.garrickadenbuie.com/xaringanExtra/#/)
- [Professional, Polished, Presentable](https://presentable-user2021.netlify.app/)
## Visualization
Tables, figures, EDA, et cetera.
- [htmlwidgets for R - gallery](http://gallery.htmlwidgets.org/)
- [Introduction to metricsgraphics](http://hrbrmstr.github.io/metricsgraphics/)
- [rstudio/r2d3: R Interface to D3 Visualizations](https://github.com/rstudio/r2d3)
- [davidgohel/flextable: table farming](https://github.com/davidgohel/flextable)
- [arthurwelle/codehover: Hoverable HTML Table for Displaying Intermediary Code Results (e.g. Pipes)](https://github.com/arthurwelle/codehover/)
- [erikgahner/awesome-ggplot2: A curated list of awesome ggplot2 tutorials, packages etc.](https://github.com/erikgahner/awesome-ggplot2)
- (A huge, truly awesome list.)
- [Axes (ggplot2)](http://www.cookbook-r.com/Graphs/Axes_(ggplot2)/#axis-labels-and-text-formatting)
- [Graphics in R with ggplot2 - Stats and R](https://statsandr.com/blog/graphics-in-r-with-ggplot2/#axis-ticks)
- [rolkra/explore: R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)](https://github.com/rolkra/explore)
- [feddelegrand7/cronologia: 🌱 🌱 🌱 Create an HTML Vertical Timeline Widget in RMarkdown and Shiny](https://github.com/feddelegrand7/cronologia)
- [rstudio/gt: Easily generate information-rich, publication-quality tables from R](https://github.com/rstudio/gt)
- [Collapsible Tree: Geography Example](https://adeelk93.github.io/collapsibleTree/)
- [slickR Basics](https://cran.r-project.org/web/packages/slickR/vignettes/basics.html)
- [Make ggplot2 Graphics Interactive • ggiraph package](https://davidgohel.github.io/ggiraph/index.html)
- [daattali/timevis: 📅 Create interactive timeline visualizations in R](https://github.com/daattali/timevis#readme)
- [Easily Arrange External Figures with Patchwork Alongside ggplot2 Figures • figpatch](https://bradyajohnston.github.io/figpatch/)
- [kassambara/ggpubr: 'ggplot2' Based Publication Ready Plots](https://github.com/kassambara/ggpubr)
- [BBC Visual and Data Journalism cookbook for R graphics](https://bbc.github.io/rcookbook/)
- [Some minimal examples • mmtable2](https://ianmoran11.github.io/mmtable2/articles/Some-minimal-examples.html)
- [Exploring Histograms](https://tinlizzie.org/histograms/)
- [GitHub - ddsjoberg/gtsummary: Presentation-Ready Data Summary and Analytic Result Tables](https://github.com/ddsjoberg/gtsummary)
- [marinebon/infographiqR: R functions for creation of interactive intelligent infographics, ie infographiq](https://github.com/marinebon/infographiqR)
- Example: [info-demo \| Infographiq boilerplate & demo](https://marinebon.org/info-demo/)
# Statistics
- [Discovering Statistics -- The adventure begins ...](https://www.discoveringstatistics.com/)
- [homepage \| Stats Video Textbook](https://bryankoenig.wixsite.com/statsvideotextbook)
- [Stats and R](https://statsandr.com/)
- [Statistics glossary - Google Docs](https://docs.google.com/document/d/1dsiubZK689KwdiVj2Uv0vLAGkV_BtCuaEIOgg_BaGm8/edit#heading=h.3ajbdlewhre5)
- [yuzaR-Blog: Correlation Analysis in R \| Pearson, Spearman, Robust, Bayesian \| How to conduct, visualise and interpret](https://yuzar-blog.netlify.app/posts/2021-12-29-correlationinr/)
- [Bayesian power analysis: Part I. Prepare to reject $H_0$ with simulation. \| A. Solomon Kurz](https://solomonkurz.netlify.app/post/bayesian-power-analysis-part-i/)
- [Bayesian Statistics Explained in Simple English For Beginners](https://www.analyticsvidhya.com/blog/2016/06/bayesian-statistics-beginners-simple-english/)
- [Tidy t-Tests with infer • infer](http://infer.tidymodels.org/articles/t_test.html)
- [psych252/psych252slides: Slides](https://github.com/psych252/psych252slides)
- This repository contains the slides and RMarkdown notes for the course "Psych 252: Statistical methods for the behavioral and social sciences" taught by Tobias Gerstenberg at Stanford University.
- [Bayesian Data Analysis course \| bookdown](https://jhrcook.github.io/bayesian-data-analysis-course/)
- [Marginal Effects, Marginal Means, Predictions, and Contrasts • marginaleffects](https://vincentarelbundock.github.io/marginaleffects/)
- [Test for Normal Distribution in R-Quick Guide - Data Science Tutorials](https://datasciencetut.com/test-for-normal-distribution-in-r-quick-guide/)
# Git
- [Introduction to GitHub \| GitHub Learning Lab](https://lab.github.com/githubtraining/introduction-to-github)
- [github:buttons](https://buttons.github.io/)
# Web3
- [Research at Web3 Foundation --- Research at W3F](https://research.web3.foundation/en/latest/)
- [Ethereum Foundation & community grant programs \| ethereum.org](https://ethereum.org/gl/community/grants/)
## News, Education, and Commentary
- [Web3 is going just great](http://web3isgoinggreat.com/)
- [Tech Trends in Higher Ed: Metaverse, NFT and DAO - UPCEA](https://upcea.edu/tech-trends-in-higher-ed-metaverse-nft-and-dao/)
- [Web3's Impact on Higher Education - Grant's Writing](https://grantnissly.substack.com/p/web3s-impact-on-higher-education)
- [Crypto, Culture, & Society](https://cryptosociety.notion.site/Crypto-Culture-Society-01f39bcff26b422183061e6011b16892)
- [Paradigm -- Medium](https://medium.com/paradigm-fund)
- [Coin University - Decentralized Crypto Learning Platform](https://www.coinuniversity.io/)
- [Nontechnical Explanation of DeFi Components, Understanding & Using Decentralized Exchanges --- The Cronicle Level Three Education -- The Cronicle -- Crypto.com & Cronos News](https://thecronicle.com/tutorials/nontechnical-explanation-of-defi-components-understanding-and-using-decentralized-exchanges-the-cronicle-level-three-education/fiyucrypto/)
## Identity
- [Introducing Worldcoin](https://worldcoin.org/)
- [Proof Of Humanity](https://www.proofofhumanity.id/)
- [Decentralized Society: Finding Web3's Soul by E. Glen Weyl, Puja Ohlhaver, Vitalik Buterin :: SSRN](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4105763)
## Decentralized Finance (DeFi)
- [Lets Do DeFi - DeFi Guides Grandma Can Follow 👵🏻](https://letsdodefi.com/)
### Wallets
- [Frame: A privacy focused Ethereum wallet that runs natively on macOS, Windows and Linux](https://frame.sh/)
### Creating tokens
- [Mint a Token (unbacked) on xDai in 5 minutes - Gnosis Chain](https://www.xdaichain.com/for-developers/developer-resources/burner-wallet-factory/mint-a-token-unbacked-on-xdai-in-5-minutes)
- [How to Create a Cryptocurrency (Token) Without a Single Line of Code 💰](https://cronuts.digital/en/how-to-create-cryptocurrency-token/)
- [Create MRC20 Token - CoinTool.App](https://cointool.app/createToken/matic)
## Decentralized Education
- [Resources --- edChain](https://www.edchain.io/resources/#documentation)
- [We Are Getting Dumber: Can Decentralized Education Make Us Smarter Again? - BeInCrypto](https://beincrypto.com/we-are-getting-dumber-can-decentralized-education-make-us-smarter-again/)
- [Could Crypto Kill College?](https://www.forbes.com/sites/ryancraig/2022/03/04/could-crypto-kill-college/?sh=1ee658f93cec)
- [Why Bitcoiners Are Turning to Unschooling for Decentralized Education -- Op-Ed Bitcoin News](https://news.bitcoin.com/why-bitcoiners-are-turning-to-unschooling-for-decentralized-education/)
- [It's Time to Decentralize College: How to Make Higher Education Great Again Using Blockchain \| HackerNoon](https://hackernoon.com/decentralize-college-blockchain-higher-education-d25104f2cdee)
- [The Rise of Crypto in Higher Education - BlockSocial](https://www.blocksocial.com/articles/the-rise-of-crypto-in-higher-education/)
- [Universities Are Flunking Blockchain Tech](https://www.coindesk.com/policy/2021/10/06/universities-are-flunking-blockchain-tech/)
- [Blockchain, Cryptocurrency (like Bitcoin), and Higher Education -- Sovorel](https://sovorelpublishing.com/index.php/2021/03/14/blockchain-cryptocurrency-like-bitcoin-and-higher-education/)
- [An Investigation into the use of Non-Fungible Tokens on College Campuses \| by Jake DiBattista \| Coinmonks \| Jun, 2022 \| Medium](https://medium.com/coinmonks/an-investigation-into-the-use-of-non-fungible-tokens-on-college-campuses-3ffa6686c2f4)
- [Ed3 DAO & Ed3 Educators Events](https://www.notion.so/cbd68034f8e14df9b930b22cecc25a9e?v=6b29d78bbc874e4f82f1736e4141c62f)
## Non-Fungible Tokens (NFTs)
- [Create an NFT on MintGate - MintGate Docs](https://mintgate.gitbook.io/mintgate-docs/create-an-nft/how-to-create-a-token-and-mint-it-into-an-nft)
- [GitHub - smakosh/nft-mint-app: Easily mint NFTs](https://github.com/smakosh/nft-mint-app)
## Decentralized Autonomous Organizations (DAOs)
- [A beginner's guide to DAOs --- Mirror](https://linda.mirror.xyz/Vh8K4leCGEO06_qSGx-vS5lvgUqhqkCz9ut81WwCP2o)
- [DAO Aims to Fund Cryptocurrency Projects by University Students](https://markets.businessinsider.com/news/currencies/edudao-bitdao-fund-cryptocurrency-projects-university-students-dao-blockchain-web3-2021-12?op=1)
- [Universities to Build Blockchain DAO for Affordable Education - CoinDesk](https://www.coindesk.com/markets/2018/05/28/universities-to-build-blockchain-dao-for-affordable-education/)
- [Edu DAO](https://edudao.io/)
- [What is a DAO? -- DAO Central](https://daocentral.com/blog/what-is-a-dao)
- [Discover, contribute and earn at DAO](https://www.daolens.com/blog/why-dao/)
- [Why use a DAO for Crypto Education? \| by Joel \| BaconDAO \| Medium](https://medium.com/bacondao/why-use-a-dao-for-crypto-education-9869107ec7e0)
## Non-Profits
- [Cryptocurrency and the Nonprofit: A Beginner's Guide - BWF](https://www.bwf.com/cryptocurrency-and-the-nonprofit-a-beginners-guide/)
- [Potential Legal Frameworks for DAOs --- FinTech BitBlog](https://www.polsinellibitblog.com/new-blog/2021/11/16/potential-legal-frameworks-for-daos)
- [DAO: What is it? What does it mean for nonprofits? -- Nonprofit Law Blog](https://nonprofitlawblog.com/dao-what-is-it-what-does-it-mean-for-nonprofits/)
## Services and dApps
- [Cryptosurvey - Create reward-based surveys](https://dapp.cryptosurvey.market/sign-in)
# Scholarship
General scholarship content, like research advice, how to cite, find funding opportunities, and so on.
## P&T
- [Tips on Getting Tenure---From Those Who've Done It](https://us.aicpa.org/interestareas/accountingeducation/newsandpublications/how-to-get-tenure)
- [Insiders' tactics for securing tenure](https://www.apa.org/monitor/2019/10/tactics-tenure)
- [Tips for success on your path to tenure](https://www.elsevier.com/connect/tips-for-success-on-your-path-to-tenure)
## Writing and Doing Research
- [How to do Graduate Research, Some Advice](https://www.ece.rutgers.edu/~cps/assets/extras/HowToDoResearch_ANRG_WP02001.pdf)
- [8 Finding a Topic and Beginning Research](https://www.cs.umd.edu/~oleary/gradstudy/node9.html)
- [Comprehensive Academic Workflow from Reading to Writing in Markdown](https://chris-grieser.de/Comprehensive-Academic-Workflow-from-Reading-to-Writing-in-Markdown)
- [colearendt/gitlink: An R package to simplify placing GitHub links in your Shiny applications and R Markdown documents](https://github.com/colearendt/gitlink)
- [GitHub - KaleabTessera/Research-Paper-Reading-Template: A markdown template for taking notes to summarize research papers.](https://github.com/KaleabTessera/Research-Paper-Reading-Template)
- [Science Topics - Terms, Concepts & Definitions \| ScienceDirect](https://www.sciencedirect.com/topics/index)
- [How to Design Your Own Personal Knowledge Management System --- Martine Ellis](https://www.martineellis.com/writing/personal-knowledge-management)
- [Create Your Summer Writing Plan in 3 Steps](https://www.annaclemens.com/blog/create-summer-writing-plan-scientific-writing)
- [The Four Cornerstones to Writing More: Write with Focus - cathy mazak](https://www.cathymazak.com/write-with-focus/)
### Obsidian
[Obsidian](https://obsidian.md) is a markdown-focused notetaking application that means to serve as a "second brain," more or less.
- [marcusolsson/obsidian-projects: Project management for Obsidian](https://github.com/marcusolsson/obsidian-projects)
- [How to create Indexes & Citation notes - Resolved help - Obsidian Forum](https://forum.obsidian.md/t/how-to-create-indexes-citation-notes/18116)
- [platers/obsidian-linter: An Obsidian plugin that enforces consistent markdown styling](https://github.com/platers/obsidian-linter)
- [George-debug/obsidian-timeline: Obisdian.md plugin for creating timelines](https://github.com/George-debug/obsidian-timeline/)
- [zsviczian/obsidian-excalidraw-plugin: A plugin to edit and view Excalidraw drawings in Obsidian](https://github.com/zsviczian/obsidian-excalidraw-plugin)
- [My Tech Toolkit for Academic Research and Study --- Martine Ellis](https://www.martineellis.com/writing/my-tech-toolkit-for-academic-research-and-study)
- [How I Use Obsidian for Note-Taking and Note-Making --- Martine Ellis](https://www.martineellis.com/writing/how-i-use-obsidian-for-note-taking-and-note-making)
- [A set a periodic note templates for Obsidian.md](https://codetea.com/a-set-a-periodic-note-templates-for-obsidian-md/)
- [liamcain/obsidian-lapel: 🤵 Dress up your editor. Obsidian plugin to show the heading level in the gutter.](https://github.com/liamcain/obsidian-lapel)
- [IdreesInc/Waypoint: Obsidian plugin that gives you the power to generate dynamic MOCs in your folder notes. Enables folders to show up in the graph view and removes the need for messy tags!](https://github.com/IdreesInc/Waypoint)
- [My Obsidian Daily Note is Growing Up! \| Produclivity](https://medium.com/produclivity/aww-its-2022-and-my-obsidian-daily-note-is-growing-up-b113c919552c)
And for fun:
- [DUNGEONS & DRAGONS (D&D)... Knowledge management - Obsidian Forum](https://forum.obsidian.md/t/dungeons-dragons-d-d-or-any-ttrpg-question/15625)
- [valentine195/obsidian-5e-statblocks: Create Dungeons and Dragons style statblocks for Obsidian.md](https://github.com/valentine195/obsidian-5e-statblocks)
## Project Management
- [The PARA Method: A Universal System for Organizing Digital Information - Forte Labs](https://fortelabs.co/blog/para/)
- [Create a dynamic dashboard with R, flexdashboard, and Shiny \| Andrew Heiss](https://www.andrewheiss.com/blog/2020/01/01/flexdashboard-dynamic-data/)
- (The successor to the original [dashboard to show the status of the pipeline](https://twitter.com/andrewheiss/status/1201892963451842562), based on [Matt Lebo's "Managing Your Research Pipeline"](https://doi.org/10.1017/S1049096516000160).)
- [Documenting your projects on GitHub · GitHub Guides](https://guides.github.com/features/wikis/)
- [Go beyond Bookmarks with BrainTool, the online Topic Manager \| BrainTool - Beyond Bookmarks](https://braintool.org/)
- [GitHub - mindymallory/research-project-template: This template can be used to begin projects that are reproducible from raw data through published paper or thesis.](https://github.com/mindymallory/research-project-template)
- [An R Markdown Approach to Academic Workflow for the Social Sciences \| Steven V. Miller](http://svmiller.com/blog/2019/07/academic-workflow-rmarkdown-guide-template/)
## Citation
- [papaja: Reproducible APA manuscripts with R Markdown](http://frederikaust.com/papaja_man/)
- (It's important enough that it's here *and* in the R section.)
- [Reference List: Author/Authors // Purdue Writing Lab](https://owl.purdue.edu/owl/research_and_citation/apa_style/apa_formatting_and_style_guide/reference_list_author_authors.html)
- [APA Style 7th ed. Numbers and Statistics guide](https://apastyle.apa.org/instructional-aids/numbers-statistics-guide.pdf)
## Surveys
- [Sending Respondents a Copy of their Survey - Qualtrics Tutorials - LibGuides at Kent State University](https://libguides.library.kent.edu/qualtrics/response-reports)
## Funding Opportunities
- [Research Grants on Education: Small \| The Spencer Foundation](https://www.spencer.org/grant_types/small-research-grant)
## Grant Writing
- [What a \$500,000 grant proposal looks like - Austin Z. Henley](https://austinhenley.com/blog/500kgrant.html)
- [How to Nail Broader Impacts in Your Next NSF Grant Application](https://asm.org/Articles/2018/June/how-to-nail-broader-impacts-in-your-next-nsf-grant)
- [how-to-write-a-winning-nsf-proposal.pdf](https://www.unomaha.edu/college-of-information-science-and-technology/research/how-to-write-a-winning-nsf-proposal.pdf)
- [Example of accepted NSF proposal](https://www.usf.edu/arts-sciences/research-scholarship/proposal-tools/sylvain-charbonnier-nsf-geo-career.pdf)
- [Another funded NSF proposal](https://jabunce.files.wordpress.com/2014/11/bunce_nsf_proposal_2012_funded.pdf) from [Sample NSF Proposals \| John Bunce](https://jabunce.wordpress.com/sample-nsf-proposals/)
- [TysonStanley/biosketchr: An R package built on RMarkdown to create biosketches (e.g. for NIH)](https://github.com/TysonStanley/biosketchr)
- [Lessons from serving on NSF panels \| Small Pond Science](https://smallpondscience.com/2017/01/02/lessons-from-serving-on-nsf-panels/)
- [Advice on Writing Proposals - particularly to NSF](https://www.cs.cmu.edu/~sfinger/advice/advice.html)
## Peer review
- [Ten simple rules for writing a response to reviewers](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005730)
- (Related to `respondR`)
# Communication
- [Teamflow - Feel like a team again \| Virtual Office Space](https://www.teamflowhq.com/)
- [Their public roadmap kanban board.](https://airtable.com/shrTZ3T2M7AMJ9ZJF/tblyX8IE5T7V8BzKu)
# Security and Privacy
## General
- [PrivacyTools - Encryption Against Global Mass Surveillance](https://privacytools.io/)
- (Big collection of privacy tools ranging from providers, browsers, software, operating systems, and more.)
- [Sign Git Commits With A Keybase GPG Key -- Stephen's Thoughts](https://stephenreescarter.net/signing-git-commits-with-a-keybase-gpg-key/)
- [ExifCleaner - FREE Desktop app to clean image metadata](https://exifcleaner.com/)
- [Pixelfed - Federated Image Sharing](https://pixelfed.org/)
- (Privacy-focused, federalized Instagram replacement.)
- [Giving social networking back to you - Mastodon](https://joinmastodon.org/)
- [jivoi/awesome-ml-for-cybersecurity: Machine Learning for Cyber Security](https://github.com/jivoi/awesome-ml-for-cybersecurity)
## File storage and sharing
- [canton7/SyncTrayzor: Windows tray utility / filesystem watcher / launcher for Syncthing](https://github.com/canton7/SyncTrayzor)
- [🧅 OnionShare](https://onionshare.org/)
- ("an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.")
## Collaboration
- [CryptPad: Collaboration suite, encrypted and open-source](https://cryptpad.fr/)
- (Has fully encrypted alternatives for Google Drive, surveys, Slack teams, and so on.)
- [Turtl: The secure, collaborative notebook \| Turtl](https://turtlapp.com/)
- (Can be used to save bookmarks and whatnot with the browser extension.)
## Network
- [Mullvad VPN - Privacy is a universal right](https://mullvad.net/en/)
# Mixed Reality
- [Matterport: Capture, share, and collaborate the built world in immersive 3D](https://matterport.com/)
- [Build mixed reality digital twins with Azure Digital Twins and Unity - Learn \| Microsoft Docs](https://docs.microsoft.com/en-us/learn/paths/build-mixed-reality-azure-digital-twins-unity/?wt.mc_id=AID3034732_QSG_EML_NLTR_535611&ocid=AID3034732_QSG_EML_NLTR_535611#msdynttrid=frqFGqwf-Rq_ZwiP1IyZKam19SthJ235QA8xP9vuvpc)
- [Volumetric Video Capture Booth \| Capture HD Static & Dynamic 3D Models](https://mantis-vision.com/3d-studio-3iosk/)
- [Home \| XR Access Initiative](https://xraccess.org/)
- [Making VR a Reality in the Classroom \| EDUCAUSE](https://er.educause.edu/articles/2021/4/making-vr-a-reality-in-the-classroom?m_i=QtSCd1kwMt4ufLb31pY2T4iKbEMKe1ssE%2BDz_jkqp%2BH7jTCTry5MLwunOB3PCXcohU_u6yUmNer0ShG7XwPOg0GxVSl0b%2BBQQ_&M_BT=2225012242)
# Graphics and Design
- [Make Images, Videos and Web Stories for Free in Minutes \| Adobe Spark](https://spark.adobe.com/sp/)
- [Stock photos, royalty-free images, graphics, vectors & videos \| Adobe Stock](https://stock.adobe.com/)
- [Canva: Collaborate & Create Amazing Graphic Design for Free](https://www.canva.com/)
- [Beautiful Free Images & Pictures \| Unsplash](https://unsplash.com/)
- [Artlist - Royaly Free Music Licensing For VideosMusic Licensing For Video](https://artlist.io/)
- [Krita \| Digital Painting. Creative Freedom.](https://krita.org/en)
- [Simple Icons \| 1965 Free SVG icons for popular brands](https://simpleicons.org/)
- [Browse Your Life in Pictures -- PhotoPrism](https://photoprism.app/)
- Privately hosted, open source photo organization tool (think Google Photos but local).
- [DEVICON \| All programming languages and development tools related icons font](https://devicon.dev/)
- [Excalidraw: Virtual whiteboard for sketching hand-drawn like diagrams. Collaborative and end-to-end encrypted.](https://excalidraw.com)
## Twine
- [Twine + email integration? : twinegames](https://www.reddit.com/r/twinegames/comments/rqgkyw/twine_email_integration/)
- [Mailto Links \| CSS-Tricks - CSS-Tricks](https://css-tricks.com/snippets/html/mailto-links/)
- [SugarCube - Twine Cookbook](http://www.twinery.org/cookbook/settingandshowing/sugarcube/sugarcube_settingandshowing.html)
- [New to Twine, how do I make a text box or input text? - Twine Forum](https://twinery.org/forum/discussion/8722/new-to-twine-how-do-i-make-a-text-box-or-input-text)
- [Question about functionality : twinegames](https://www.reddit.com/r/twinegames/comments/cvmivu/question_about_functionality/)
- [Making game remember player's chosen name : twinegames](https://www.reddit.com/r/twinegames/comments/uhatlx/making_game_remember_players_chosen_name/)
- [Twine Game Data to Google Sheets via Javascript version 2 - John Stewart](https://johnastewart.org/coding/twine-game-data-to-google-sheets-via-javascript-version-2/)
- [Text box prompt - Twine Forum](https://twinery.org/forum/discussion/7477/text-box-prompt)
- [Twine 2 Tutorial: Getting the Player's Name](https://www.jezner.com/twine-2-tutorial-getting-the-players-name/)
- [A Total Beginner's Guide to Twine 2.1 -- Adam Hammond](https://www.adamhammond.com/twineguide/)
# Podcasting
- [Headliner - Promote your podcast, radio show or blog with video](https://www.headliner.app/)
# Streaming
(Note that OBS Studio is the standard. The Streamlabs OBS links below are good for beginners. You may or may not want to use Streamlabs depending on how you feel about their business practices. OBS Studio is free and open source.)
## Streamlabs OBS
- [The Essential Toolkit for Pro Streamers \| Streamlabs Prime](https://streamlabs.com/goprime?promo=ma%7Bvr%7Dxlab-5f2e-10)
- [How to Live Stream Your Classroom for Teachers \| Streamlabs](https://streamlabs.com/content-hub/post/how-to-live-stream-your-classroom-for-teachers)
- [How to Record on Streamlabs OBS (Best Settings for 2021) \| by Ethan May \| Streamlabs Blog \| Streamlabs Blog](https://blog.streamlabs.com/how-to-record-on-streamlabs-obs-best-settings-for-2020-62697e078ae)
- [How to Stream VR Games With Streamlabs \| Streamlabs](https://streamlabs.com/content-hub/post/how-to-stream-vr-games-with-streamlabs)
# Fun
- [DOOM Captcha - Captchas don't have to be boring](https://vivirenremoto.github.io/doomcaptcha/)
- [Image Dithering in R - Publishable Stuff](https://www.sumsar.net/blog/2019/01/image-dithering-in-r/)
------------------------------------------------------------------------
# License
<!-- CC license begin -->
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img src="https://i.creativecommons.org/l/by/4.0/88x31.png" alt="Creative Commons License" style="border-width:0"/></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. <!-- CC license end -->