CommunityData:Introduction to CDSC Resources: Difference between revisions
Line 38: | Line 38: | ||
=== Paper building === | === Paper building === | ||
We typically write LaTeX documents. One option to do this is to use the web-based [https://www.overleaf.com/ Overleaf]. Another option, using CDSC TeX templates, is detailed [https://wiki.communitydata.science/CommunityData:TeX here]. These comes with some assumptions about your workflow, which you can learn about here: [[CommunityData:Build papers]]. | We typically write LaTeX documents when writing papers. One option to do this is to use the web-based [https://www.overleaf.com/ Overleaf]. Another option, using CDSC TeX templates, is detailed [https://wiki.communitydata.science/CommunityData:TeX here]. These comes with some assumptions about your workflow, which you can learn about here: [[CommunityData:Build papers]]. | ||
If you're creating graphs and tables or formatting numbers in R that you want to put into a TeX document, you should look at the [https://wiki.communitydata.science/CommunityData:Knitr knitr package]. | If you're creating graphs and tables or formatting numbers in R that you want to put into a TeX document, you should look at the [https://wiki.communitydata.science/CommunityData:Knitr knitr package]. | ||
Some more specific things that might crop up: | Some more specific things that might crop up in building the La/TeX document: | ||
* [[CommunityData:Embedding fonts in PDFs]] — <code>ggplot2</code> creates PDFs with fonts that are not embedded which, in turn, causes the ACM to bounce our papers back. This page describes how to fix it. | * [[CommunityData:Embedding fonts in PDFs]] — <code>ggplot2</code> creates PDFs with fonts that are not embedded which, in turn, causes the ACM to bounce our papers back. This page describes how to fix it. | ||
Revision as of 01:51, 8 August 2019
If you're new to the group, welcome!
This is an introduction to the various technical tools we use (as we use many) in our research work. It may be helpful to look at before diving into everything and starting your research with/in this group. You can find any of the resources mentioned below on the Resources page, (mostly) organized by alphabetical order for quick finding.
To start, here's some common shorthand that members might use.
Communication Channels
- One might contact specific members directly.
- We use email lists to communicate things relevant to the entire group or subgroup, like upcoming events or circulating papers for feedback: CDSC - Email
- We communicate (chat) much more frequently on IRC
- For weekly meetings and other (video)calls, we videocall using Jitsi. There are a lot of us, which can make calls a little hectic, so please keep in mind some Jitsi etiquette.
- We also have a calendar of group-wide events: CDSC Calendar.
- We maintain a large shared Zotero directory that is really helpful for finding relevant papers and smooths the process of collaboration (as one can see the papers and sources stored by collaborators as well).
- We also have a Git repository with some shared resources (both technical and non-technical) on it:
- CommunityData:Git — Getting set up on the git server
- CommunityData:Code — List of software projects maintained by the collective.
Servers and Data Stuff
Hyak is a supercomputer system that may or may not be relevant to your research project. For example, if you're running code on a huge dataset, you might want to use Hyak. You can learn more about it here. If you want to get an account and get set up on Hyak, look at the Hyak Set-Up page:
When using Hyak (or other servers), these pages might be helpful:
- CommunityData:Tmux — You can use tmux (terminal multiplexer) to keep a persistent session on a server. Check out the tmux git repo or its Wikipedia page for more information about this.
- CommunityData:Hyak Spark — Spark is a powerful tool that helps build programs dealing with large datasets.
Nada is used for backups.
- CommunityData:Backups (nada) — Details on what is, and what isn't, backed up from nada.
Re: Wiki Data
- CommunityData:ORES - Using ORES with wikipedia data
- CommunityData:Wikia data — Documents information about how to get and validate wikia dumps.
Creating Documents and Presentations
Planning
You can develop a research plan in whatever way works best, but one thing that may be useful is the outline of a Matsuzaki-style planning documents. You can see a detailed outline description here to help guide the planning process. If you scroll to the bottom, you'll see who to contact to get some good examples of planning documents.
Paper building
We typically write LaTeX documents when writing papers. One option to do this is to use the web-based Overleaf. Another option, using CDSC TeX templates, is detailed here. These comes with some assumptions about your workflow, which you can learn about here: CommunityData:Build papers.
If you're creating graphs and tables or formatting numbers in R that you want to put into a TeX document, you should look at the knitr package.
Some more specific things that might crop up in building the La/TeX document:
- CommunityData:Embedding fonts in PDFs —
ggplot2
creates PDFs with fonts that are not embedded which, in turn, causes the ACM to bounce our papers back. This page describes how to fix it.
Building presentation slides
Below are some options to creating presentation slides (though, feel free to use what you want nd are most comfortable with):
- CommunityData:Beamer — Beamer is a LaTeX document class for creating presentation slides. This is a link to installing/using Mako's beamer templates.
- Again, like the CDSC TeX templates, these Beamer templates also come with some assumptions about your workflow, which you can learn about here (again): CommunityData:Build papers.
- CommunityData:reveal.js — Using RMarkdown to create reveal.js HTML presentations
Misc. Resources
Technical
- CommunityData:Exporting from Python to R
- CommunityData:Northwestern VPN - How to use the Northwestern VPN
Non-technical
- CommunityData:Advice on writing a background section to an academic paper
- See some past and upcoming lab retreats [here].