This repository has been archived on 2026-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
Diablo_ClaudeMD_Ricing_example/skills/firecrawl-research/assets/templates/pandoc-scholarly-paper.md
diablo 50fa79407d
Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
CoM Claude Command Center — sanitized public configuration
Public, sanitized mirror of an AI orchestration command center: agents, skills,
MCP servers, slash-command workflows. All infrastructure identifiers, hostnames,
mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics
scrubbed to <placeholders>; session debug logs and host-specific memory removed.
No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md.

churchofmalware.org . authorized research only
2026-06-10 02:02:03 -04:00

2.3 KiB
Raw Blame History

title subtitle author date abstract keywords bibliography csl link-citations number-sections urlcolor
Your Paper Title Optional Subtitle
name email affiliation
John Doe john@example.com 1
name email affiliation corresponding
Jane Smith jane@example.com
1
2
true
2025-11-22 This is the abstract of your paper. It should be a concise summary of your research, typically 150-250 words. Include the main objective, methods, key results, and conclusions. Use multiple paragraphs if needed for clarity.
keyword1
keyword2
keyword3
keyword4
references.bib nature.csl true true blue

Affiliations

^1^ Department Name, Institution Name, City, Country ^2^ Second Institution Name, City, Country ^*^ Corresponding author

Introduction

Start your introduction here. You can cite references using [@AuthorYear] syntax, for example: recent research [@Smith2024] has shown that...

For multiple citations, use [@Author2023; @Jones2024].

Inline equations can be written as E=mc^2 within text.

Methods

Describe your methodology here. You can include block equations:


\frac{\partial f}{\partial t} + \nabla \cdot (f\mathbf{v}) = S
$$ {#eq:transport}

Reference the equation using @eq:transport in your text.

## Subsection Example

Use subsections to organize your content logically.

# Results

Present your findings here. You can include tables:

| Parameter | Value | Unit |
|-----------|-------|------|
| α         | 0.05  | rad  |
| β         | 1.23  | m/s  |
| γ         | 42.0  | kg   |

: Sample measurement results {#tbl:results}

Reference the table as @tbl:results in your text.

You can also include figures:

![This is the figure caption describing what the figure shows. Be detailed and specific.](figures/example.png){#fig:example width=80%}

Reference figures using @fig:example in the text.

# Discussion

Interpret your results here. Compare with previous work [@PreviousStudy2023] and discuss implications.

Multiple citations can be grouped: [@Study1; @Study2; @Study3].

# Conclusion

Summarize your main findings and their significance. Suggest future research directions.

# Acknowledgments

Acknowledge funding sources, collaborators, and resources here.

# References

::: {#refs}
:::

# Supplementary Material {.unnumbered}

Optional supplementary information can be included here.