Research progress tracking is the habit of recording, at a fixed interval, what you planned, what you did, what the data showed and what stopped you, so that a project running over months or years can be seen moving. A research journal is where that record lives, and this guide sets one up: why tracking works, what affects how people do it, six ways to measure progress, a weekly log template you can copy, and the file, folder, metadata and backup conventions that keep the underlying data findable.

Key Takeaways

Why Progress Tracking Matters

Tracking progress keeps a research project organised and focused on its original aims, and it surfaces delays and roadblocks early, while they can still be fixed. Those three benefits are the whole case for keeping a research journal at all.

Benefit Description
Staying organisedKeeps the record of the project neat and in one place.
Catching problems earlyShows delays and blockers while there is time to act.
Focus on goalsKeeps the project aligned with its original aims.

For the broader practice of academic journaling, see the academic journaling guide.

What Affects How You Track Progress

Several things change how people measure progress. The largest is self-belief: studies summarised by NCBI found that people are more likely to monitor progress when they believe they can reach the goal. The type of goal matters too, with financial and work-related goals monitored less regularly than other kinds. And most people look at how close they are to finishing rather than comparing current progress with what they have already done.

Factor Influence
Self-beliefMore tracking when confident of reaching the goal.
Type of goalFinancial and work goals tend to be tracked less.
Focus of measurementDistance to the finish, more than effort so far.

The method of checking also makes a difference. The start/finish method, for instance, only records when a task begins and ends, which suits short tasks (Plan Academy). For setting the goals themselves, see the academic journaling guide.

Six Ways to Measure Project Progress

Plan Academy describes six standard methods. Pick one per task type and use it consistently.

Method Description
Units completedCount the pieces finished: interviews done, samples processed, pages drafted.
Incremental milestonesMark defined achievements along the way.
Start/finishZero until the task starts, complete when it ends. Suits short tasks.
Cost ratioProgress read from spend against budget.
Experience/opinionAn experienced judgement of how far along the work is.
Weighted unitsDifferent tasks weighted by size so the total reflects effort.

For a bullet-journal layout that suits these, see the academic bullet journal; the file and folder conventions that make the counts trustworthy are in the Organising Research Files and Folders section below.

A Weekly Research Log Template

The log is one entry a week, always with the same five fields. Keeping the structure fixed means the entry takes ten minutes and a month of entries reads as a story of the project.

Field What to write
PlannedWhat this week was supposed to deliver, copied from last week’s priority.
DoneWhat was actually completed, counted where possible (units, milestones).
What the data showedAny result, pattern or surprise, with the file name it lives in.
BlockersWhat slowed or stopped progress, and whether it needs someone else.
Next week’s priorityOne thing. If everything else slips, this is the week’s deliverable.

Date each entry, and record the metadata for any new data set (see below) in the same sitting.

Organising Research Files and Folders

Naming Files So You Can Find Them Later

Four rules cover it: say what is inside, order the parts from general to specific, write dates as YYYYMMDD, and zero-pad version numbers. A name built that way sorts correctly by itself:

project_name-rawdata-20231010-v01.csv
File part Meaning
project_nameIdentifier for the project
rawdataWhat kind of file it is
20231010Date the file was created, YYYYMMDD
v01Version 01, zero-padded so versions sort in order

A Folder Structure That Scales

Give each project its own top-level folder with the same subfolders every time, following the structure recommended by the OHSU Library.

Folder Contents
/project_nameMain folder for the project
/project_name/raw_dataData exactly as collected, never edited
/project_name/processed_dataCleaned and transformed data
/project_name/figuresCharts and graphs
/project_name/scriptsCode and scripts for analysis

Metadata, Backups and Version Control

What to Record About Each File

Metadata is the note that explains a file to someone who did not create it, including you in a year’s time. Record seven fields for each data set, and add the entry to the week’s log when the data set is created:

Citations and references are a separate record; the academic reading journal covers reference managers.

The 3-2-1 Backup Rule

Rule What it means
3 copiesKeep three copies of the data.
2 kinds of storageUse two different media, such as a hard drive and cloud storage.
1 off siteKeep one copy somewhere else entirely.

Four security habits go with it:

Version Control

Version control keeps the history of a file that changes, so any earlier state can be recovered and compared. It matters for anyone whose analysis scripts, survey instruments or drafts change over the life of a project, not only for programmers.

System Capabilities
GitBranching and merging, works offline and anywhere
SVN (Apache Subversion)Centralised, with a steady, linear workflow
MercurialSimple and scalable

Tools for Tracking a Research Project

A project tool can hold the timeline and milestones that the weekly log summarises. Three common options:

Tool What it offers
GanttPROGantt timelines, milestones, baselines against the original plan and task dependencies
A spreadsheetUnits-completed and milestone tracking with no setup, easy to share
The research journal itselfThe weekly log above, with counts and milestones written in by hand

Why Research Progress Tracking Matters

Research progress tracking matters because a long project offers no natural feedback: there is no weekly result to tell you whether the last month moved anything. The log supplies that feedback, the counts make it honest, and the file conventions make sure the evidence behind each entry can still be found when the write-up begins.

Conclusion

Keep one weekly entry with five fixed fields, measure progress by units or milestones, name and file data so it sorts itself, record metadata as each data set is created, keep three copies of everything, and put anything that changes under version control. Do that and the research journal becomes a record you can read back at any point and see the project moving.

Related reading

Sources

  • Plan Academy – Methods for measuring project progress
  • GanttPRO – Progress tracking for research projects
  • PMC – Research data organisation and metadata
  • Git – Distributed version control
  • Apache Subversion – Centralised version control
  • Mercurial – Version control system