Official LaTeX templates for submission to the Conference on Cognitive Computational Neuroscience (CCN). See the CCN documentation for detailed instructions on submission to CCN.
ccn_proceedings.tex- Full proceedings paper (8 pages + references)ccn_extended_abstract.tex- Extended abstract (2 pages + references)
% Anonymized
\documentclass{ccn} % for submission (default): anonymous, line numbers
% Deanonymized
\documentclass[proceedings]{ccn} % for accepted proceedings papers only
\documentclass[extended-abstract]{ccn} % for accepted extended abstracts only
\documentclass[preprint]{ccn} % for dissemination on preprint servers before acceptanceFirst, click the green Code button above, then Download ZIP.
Upload the zip to Overleaf via New Project → Upload Project.
Unzip and build with a tool such as latexmk that has support for biber:
latexmk -pdf ccn_proceedings.tex