Write the analysis run manifest to {runDir}/manifest.json.
{runDir}/manifest.json
The manifest records the run metadata for downstream consumers of the analysis output, including the framework version, article types analysed, and methods applied.
Date-stamped run directory (from initializeAnalysisDirectory)
Article types included in this run
Classification methods applied
Optional
Optional ISO timestamp for when the run started; defaults to now
The completed manifest object
const manifest = writeAnalysisManifest( runDir, [ArticleCategory.COMMITTEE_REPORTS], ['impact-matrix']); Copy
const manifest = writeAnalysisManifest( runDir, [ArticleCategory.COMMITTEE_REPORTS], ['impact-matrix']);
Write the analysis run manifest to
{runDir}/manifest.json.The manifest records the run metadata for downstream consumers of the analysis output, including the framework version, article types analysed, and methods applied.