generated from MPSLab-ASU/Paper_Page_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (41 loc) · 1.36 KB
/
_config.yml
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
######################## Paper Information ########################################
# Personal info
paper_name: "MPS-LAB Paper Page Template"
organization: Arizona State University
sub_organization: School of Computing and Augmented Intelligence
######################## Paper Resources ########################################
paper_pdf: https://dl.acm.org/doi/pdf/10.1145/3358198
# supplementary_pdf: Supplementary PDF here
code: https://github.com/MPSLab-ASU/Project_Page_Template
arXiv : https://arxiv.org/abs/1512.01274
IEEE: https://ieeexplore.ieee.org/document/9187262
# Additional icon links
favicon: assets/images/MPS_Lab.ico
main_media:
source: https://labs.engineering.asu.edu/mps-lab/wp-content/uploads/sites/8/2019/12/dataflow-accelerators-768x251.png
caption: Executing applications on dataflow accelerators require explicit management of computational, communication, and memory resource
######################## DO NOT EDIT BELOW THIS LINE ########################################
# Footer
footer_show_references: true
#sass
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
- jekyll-coffeescript
markdown: kramdown
permalink: pretty
exclude : [
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
"README.md",
]