-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.typ
More file actions
70 lines (58 loc) · 1.66 KB
/
main.typ
File metadata and controls
70 lines (58 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#import "@preview/clean-acmart:0.0.1": acmart, acmart-ccs, acmart-keywords, acmart-ref, to-string
#let cuhk = super(sym.suit.spade)
#let title = [
Computer Hamster: The logical evolution of the mouse
]
#let authors = (
// You can use grouped affiliations with mark
(
name: [Hamsti Hamsterton],
email: [hamsti\@uni-kassel.de],
),
)
#let affiliations = (
(
name: [University of Kassel],
department: [Department of revolutionary computer peripheral devices],
city: [Kassel],
),
)
#let conference = (
name: [ACM SIGOPS 31th Symposium on Operating Systems Principles],
short: [SOSP ’25],
year: [2025],
date: [October 13–16],
venue: [Seoul, Republic of Korea],
)
#let doi = "https://doi.org/10.1145/0000000000"
#show: acmart.with(
title: title,
authors: authors,
affiliations: affiliations,
conference: conference,
doi: doi,
copyright: none,
// Set review to submission ID for the review process or to "none" for the final version.
// review: [\#001],
)
#let ccs = (
(
generic: [Human-centered computing],
specific: ([Human computer interaction (HCI)], [Interaction devices], ),
),
(
generic: [Bio-Inspired Computing],
specific: ([Modeling and simulation], ),
),
)
#let keywords = ("Computer Hamster", "Novel Input Devices", "Bio-Inspired Computing", )
#include "text/abstract.typ"
#acmart-ccs(ccs)
#acmart-keywords(keywords)
// include your text here
#include "text/paper.typ"
#bibliography("refs.bib", title: "References", style: "association-for-computing-machinery")
#colbreak(weak: true)
#set heading(numbering: "A.a.a")
= Artifact Appendix
In this section we show how to reproduce our findings.