Concepts, Variables, & Code?¶
Agenda¶
- Collaborative paper discussion
- Hack-time: Academic citations in typst & package manager
- For next time
Hack-time¶
Citing?¶
Installing a Package Manager¶
- This will make installing software much easier!
- Windows: Chocolatey
- Mac: Homebrew
- Linux: You already have a package manager (e.g.,
apt
,dnf
,pacman
).
- Can you install VS Code using your package manager ?
- Can you install Python using your package manager ?
Can you upload the codebooks to GitHub?¶
- Make sure everyone joined the shared GitHub repository.
- Upload the some relevant codebooks or docs to our shared repository.
- Add a relevant commit message to describe your contribution.
- Push your changes to GitHub.
For next time¶
Writers
- Cleanup the
.bib
file with the references using authorYEARkeyword. Export directly from Google scholar - Cleanup the references in the shared typst docucment (
main.typ
) - Develop the introduction and cite accordingly, introduce the puzzle, and the hypotheses.
Hackers
- Find the sources for CSES and EES add them to bib, and cite where relevant
- Find and add links to download the most recent dataset for CSES & EES (create a Resources section)
- Find and add links to download the codebooks for the most recent datasets.
- Find/extract variables names to tackle the hypotheses
- EXTRA: Find other recent datasets?
Recommended Practice