Lennart Nacke Profile picture
Oct 22 9 tweets 4 min read
During my academic career, I've spent 10,000+ hours editing LaTeX.

Want to know a secret?

I use these 5 easy-to-follow LaTeX snippets every time I submit a CHI paper, and this thread will save you the time of searching for how to do them.

You'll want to bookmark this. 🧵👇
1. Use the right documentclass options before submitting your paper to CHI

How it works:

- Comment out this line of code with % \documentclass[sigconf,authordraft]{acmart}
- Then add \documentclass[manuscript,screen,review, anonymous]{acmart}

This is the right review format. Screenshot of the replacement of the LaTeX code from the ACM
2. Format nicer-looking research questions

How it works:

Load in LaTeX doc header:
\usepackage{enumerate}
\usepackage[shortlabels]{enumitem}

Type in LaTeX doc body:
\begin{enumerate}[label= \textbf{RQ\arabic*:}]
\item x
\end{enumerate} The image shows the described code in the Overleaf editor an
3. Make sure to always define acronyms before use

How it works:

Load in LaTeX doc header:
\usepackage[nolist]{acronym}

Define acronyms:
\begin{acronym}
\acro{ANOVA}{Analysis of Variance}
\end{acronym}

Write the acronym in your text like this:
"We conducted an \ac{ANOVA}." The image shows the described LaTeX for the acronym package
4. Create pretty quotes for qualitative findings

How it works:

Define a new command called \quoting:
\newcommand{\quoting}[2][P]{``\emph{#2}''\emph{[\textbf{#1}]}}

Use the command like this to quote participants:
\quoting[P13]{This prototype rocked my world.}. The image shows the described LaTeX for the new quoting comm
5. Leave highlighted comments

How it works:

Load in LaTeX doc header:
\usepackage{xcolor}

Define:
\definecolor{highlighterYellow}{HTML}{fff100}
\newcommand{\lennartNote}[1]{\colorbox{highlighterYellow}{\textbf{Lennart:} \textit{#1}}}

Use:
\lennartNote{My nice comment} The image shows the described LaTeX for code to created high
TL;DR: 5 drops of my secret LaTeX sauce to write smooth #chi2023 papers

1. Use the right documentclass options for submission
2. Format nicer-looking RQs
3. Always define acronyms before use
4. Create pretty quotes for qualitative findings
5. Leave highlighted comments
Done like disco.

If you enjoyed this thread:

1. Follow me @acagamic for more tips on writing research papers
2. Buy my How to Write Better Research Papers course: chicourse.com
3. RT the tweet below to share this thread with your writing crew
When you're ready for it, there are two ways I can help you:

1. My newsletters inform you about UX, design, research, and writing. acagamic.com/newsletter

2. My writing course teaches you how to write research papers for CHI and other academic venues: acagamic.com/writingcourse

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Lennart Nacke

Lennart Nacke Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @acagamic

Oct 8
21 sentences that’ll get you ahead of 95% of CHI authors.
If you're not passionate about it, don't write it.
Peer review is a game of privilege, it doesn't actually tell you how good your research is.
Read 23 tweets
Oct 7
5 stupid easy tips to win at University
1. When writing papers, never end your writing session on a completed section.

Always write a little bit into your next section before you finish.

Makes it easier to pick up your train of thought when you come back.
2. CC your personal email on University communication.

Most Universities delete your email address when you graduate.

If you need that info later, you won't be able to get to it if you didn't make a copy.
Read 7 tweets
Sep 16
5 UX design tools for designers worried about Figma joining the Adobe fold. ↓
1. @uxpin has a free version and is also web-based.

It does mockups, prototyping, and wireframing with handoff and collaboration features.

Some deceptive and unclear design about their pricing schemes on their website, though.
2. @sketch used to be fixed pricing but is now on a SaaS model as well.

Lots of Mac folks like it.

Unfortunately not cross-platform or web-based.

Love the clear pricing structure on their website though.
Read 8 tweets
Sep 7
Every successful CHI author follows these 13 rules of writing.

Most people do not know them.

Here they are for free to help you become a better research writer.

🧵⬇️
1. Your credibility comes from using specific numbers and explaining things with specific language.

p = 0.003 not p < .05

Add additional materials/appendix with exact numbers or OSF

NOT: The study had various effect.
INSTEAD: Y increased X under Z conditions.

Be specific.
2. All killer, no filler.

Cut out the fat in your writing, delete these filler words:

Basically
Rather
Just
As a matter of fact
At all times

Write like lettuce, not like whip cream.
Read 18 tweets
Jul 5
Every UX researcher worth their salt knows about cognitive biases.

Here are 5 that you secretly wish you knew about when starting your project.

They are exceptionally bad when you are
- observing,
- understanding and
- interacting with users.

🧵⬇️
1. Selective Attention

You filter out things from your environment when in focus.

(Look up Broadbent's filter model if you want to find out more.)
2. Confirmation Bias

You seek, interpret, prefer, and recall information that reinforces your personal beliefs.

This mindset can lead to polarization, false beliefs, reliance on priming, and false correlations.
Read 8 tweets
Jul 4
I've spent a good part of a decade getting a Ph.D. in UX.

I'm a leading professor in the field now.

Let me save you $500k+ dollars and give you back 100 hours of your time every week.

Here are 10 simple-to-follow formulas for UX design I wish I knew when I started. 🧵↓
1. Grasp the problem before you chase the solution.

You may spend hours fitting your solutions to specific problems.

Rather take time to explore the problem space.
2. Don't force-fit old solutions to new problems.

You may be stuck in existing processes.

Rather invent new methods to solve new problems.
Read 13 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(