16 Final Workshop
16.1 Introduction
The final workshop turns the course project into a complete research package. Students submit a paper, notebook, tables, figures, presentation, and revision memo. The package should allow another researcher to understand the question, reproduce the results, and evaluate the interpretation.
16.2 Final paper checklist
The paper should include:
- clear research question;
- policy motivation;
- region and sample definition;
- data sources;
- variable definitions;
- descriptive statistics;
- gravity model;
- baseline results;
- fixed-effects results;
- PPML results;
- robustness checks;
- cautious policy interpretation;
- limitations.
The paper should distinguish replication evidence from the student’s original extension.
16.3 Reproducibility checklist
Before submission, verify:
- the notebook runs from start to finish;
- all tables in the paper are produced by the notebook;
- all figures are produced by the notebook;
- file paths are relative and portable;
- required packages are listed;
- sample restrictions are documented;
- missing values and zero flows are reported;
- fixed effects are stated clearly;
- standard errors are identified;
- convergence status is checked for nonlinear models;
- replication notes are included.
Reproducibility is part of the grade because it is part of research quality.
16.4 Minimum tables
The final paper should include at least:
- descriptive statistics;
- sample or country coverage table;
- main regression table;
- robustness table.
Additional tables may include variable definitions, institutional coding, correlation matrix, or coefficient comparison with the replication paper.
16.5 Minimum figures
The final paper should include at least:
- trade distribution;
- top exporters/importers;
- selected coefficient comparison or trade network.
Figures should clarify the research argument. Do not include decorative figures.
16.6 Minimum model set
The empirical section must include:
- descriptive statistics;
- baseline OLS;
- fixed-effects OLS;
- PPML;
- at least one robustness check.
The robustness check can be an alternative estimator, alternative sample, alternative fixed-effect structure, or alternative trade-flow measure. It must be motivated in the text.
16.7 Presentation structure
A clear conference-style presentation should follow this structure:
- research question;
- why the region matters;
- data and sample;
- gravity specification;
- main result;
- robustness result;
- policy interpretation;
- limitation and next step.
Slides should not reproduce the entire paper. They should guide the audience through the argument.
16.8 Discussant and reviewer response memo
Students should prepare a short response memo after receiving feedback.
| Comment type | Response strategy |
|---|---|
| Data question | Clarify source, sample, variable construction, or missing values |
| Model question | Explain estimator, fixed effects, and standard errors |
| Interpretation question | Adjust claims to match the research design |
| Robustness request | Add a justified specification or explain why it is not appropriate |
| Writing issue | Revise structure, definitions, or table notes |
The memo should state what changed, what did not change, and why.
16.9 Revision workflow
Use a controlled revision process:
- list all comments;
- group comments by data, methods, results, and writing;
- decide which changes require new code;
- rerun the notebook;
- update tables and figures;
- revise the paper text;
- write a response memo;
- check that the final PDF and notebook agree.
Do not revise the paper manually without rerunning the notebook when empirical results change.
16.10 Final submission package
The final submission package should include:
- research paper PDF;
- reproducible Python notebook;
- cleaned dataset or documented data access instructions;
- generated tables;
- generated figures;
- presentation slides;
- revision or response memo;
- replication notes.
The package should be organized so another researcher can follow the empirical path from data to conclusion.
16.11 Beyond the course
The final project can become a thesis chapter, conference paper, working paper, or journal submission. The next step is not to add more regressions automatically. The next step is to sharpen the research question, improve the data documentation, and make the interpretation credible.