flowchart LR
A[Observation] --> B[Question]
B --> C[Hypothesis]
C --> D[Prediction]
D --> E[Test]
E --> F[Revise]
F --> B
style A fill:#2471a3,color:#fff
style E fill:#c0392b,color:#fff
Research Methods — Week 1
This module is about learning to do research honestly.
Two strands, woven together:
Submit questions anonymously throughout the session:
PollEv.com/geol
or text geol to 07480 781235
Top-voted questions rise to the top — we’ll address them at natural break points.
Scaffolded mini-project:
“Is UK biomass electricity carbon-neutral?”
Real data. Real ambiguity. Culminates in a peer-reviewed policy briefing — with a twist.
Your investigation:
Choose a sustainable energy question. Design the study. Analyse the data. Write a 4-page policy report.
This is your summative assessment (30%).
You’ve done GEOL1151 — you can code in Python, use Jupyter, work with data.
This module uses R instead of Python.
Why? R is built for statistics. The syntax is different, but the ideas are identical. You’ve done pre-term preparation to bridge the gap.
🎓 Concept block 1
flowchart LR
A[Observation] --> B[Question]
B --> C[Hypothesis]
C --> D[Prediction]
D --> E[Test]
E --> F[Revise]
F --> B
style A fill:#2471a3,color:#fff
style E fill:#c0392b,color:#fff
Observation → Question → Hypothesis → Prediction → Test → Revise
General → Specific
If plate tectonics is correct, then we predict matching fossils on separated continents.
We test the prediction.
Specific → General
We observe matching fossils on separated continents. We infer the continents were once joined.
We build toward a theory.
The lesson: good science can survive a wrong mechanism. What matters is whether the evidence accumulates.
✏️ Exercise 1
I’ll show you some statements.
For each one, decide: Is this a testable hypothesis?
Think for 30 seconds, then discuss with your neighbour.
Testable — and extensively tested (radiometric dating, meteorite ages, lunar samples). One of the best-constrained numbers in geoscience.
Not testable as stated — no observable prediction that distinguishes this from natural causes.
Testable — but tricky. How do you control for the nocebo effect? Awareness bias? The design of the study matters enormously.
Testable? It depends.
This is the question that will drive the next four weeks.
🎓 Concept block 2
We can never prove a theory.
We can only fail to disprove it.
Every test that could have disproven our hypothesis but didn’t makes us a little more confident — but never certain.
We naturally seek evidence for what we already believe.
This is not a character flaw — it’s how human cognition works.
Science is a set of tools for overcoming this tendency.
Each card has a letter on one side and a number on the other.
Rule: “If a card shows a vowel, then the other side has an even number.”
A
K
4
7
Which cards must you turn over to test the rule?
PollEv.com/geol
text geol to 07480 781235
A ✓
K
4
7 ✓
Humans are wired to confirm, not disconfirm.
In this module, you’ll learn to:
🎓💻 Concept block 3
You know Python (NumPy, Jupyter, pandas)
Same ideas. Different syntax.
R is built for statistics
t.test(), lm(), aov() — one line eachYou’ll see why this matters starting in Week 2.
🖥️ Switching to WebR
head(df) · summary(df) · plot(df$x, df$y)
✏️💬 Integrative exercise
The UK burns millions of tonnes of imported wood pellets for electricity.
Most come from forests in the southeastern United States.
Under international carbon accounting rules, the CO₂ released at the chimney is counted as zero.
Work in pairs. You have 10 minutes.
Collect 3–4 examples from the room.
Application session: “Meet the data (and Git)”
You’ll:
If you haven’t done the pre-term preparation, do it before the next session.