Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Github Pages Validate papers

CCA Research Index

An currated overview of academic research on Arm Confidential Compute Architecture.
https://cca-research.github.io

Adding a paper

Create a new file at data/papers/<year>-<id>.yml, where <id> is a name.

See data/template.yml and data/papers/* as an example:

title: "Paper Title"
authors:
  - Author 1
  - Author 2
institutions:
  - University 1
  - University 2

year: 2025
venue: Short Name of conference
paper: https://github.com/paper.pdf

And open a pull request with your new file.

Fields

Field Required Type Notes
title yes string
authors yes list of strings at least one
institutions yes list of strings at least one
year yes number year published
venue yes string e.g. conference/workshop short name
paper yes string (URL) link to the paper, if possible find direct PDF

Optional Fields:

Field Required Type Notes
month no number month, useful to sort papers
day no number day, useful to sort papers
code no string (URL) link to code
slides no string (URL) link to slides
web no string (URL) link to a website

Validate Paper files

# On linux
make validate

See Makefile for details.

About

CCA Research Index Website

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages