Files
internal-docs/arxiv-style
Markyan04 d8a805c162 Consolidate Future Work into Conclusion
Remove the separate "Future Work" section and replace the conclusion header with a combined "Conclusion and Future Work" section. Condense and rephrase the prior verbose future-work discussion into a shorter concluding paragraph that preserves the paper's contributions and reported metrics, and adds explicit future directions: strengthening control-theoretic foundations (structured state-space/causal priors, formal supervisory transitions), expanding to additional ICS/automotive protocols (Modbus/TCP, DNP3, IEC 104, OPC UA, CAN/CAN FD, automotive Ethernet), and enabling controllable attack/violation injection for reproducible adversarial benchmarks. No functional changes to figures or metrics; bibliography remains unchanged.
2026-04-14 15:20:58 +08:00
..
2026-02-01 11:44:24 +08:00
2026-02-06 15:51:07 +08:00
2026-02-05 17:06:27 +08:00

Files layout

  • arxiv.sty and template.tex: The arxiv template we are using.

  • equations.tex: Duplicated, contains equations in methodology section

  • main.tex and references.bib:This prints out our paper, currently using arxiv template. Note that references are template independent.

How to compile

It's recommanded to use MiKTeX as compiler on windows.

To compile latex into pdf, follow these steps:

pdflatex ./main.tex

# Build reference DB, run once unless references.bib updated
bibtex main

# Always running compiling command twice
pdflatex ./main.tex
pdflatex ./main.tex

Troubleshooting

If you encounter warnings during the compiling process, simply press Enter.

If you find the reference in pdf is like [??], compile twice.