Skip to content

Commit 1d8e745

Browse files
authored
Add CITATION.cff file (#34)
Closes issue #13.
1 parent 969bb43 commit 1d8e745

File tree

2 files changed

+69
-4
lines changed

2 files changed

+69
-4
lines changed

CITATION.cff

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Citation file to help uses cite DFaaS.
2+
# See the GitHub's doc or the specifications: https://citation-file-format.github.io/
3+
cff-version: 1.2.0
4+
title: >-
5+
DFaaS: Decentralized Function-as-a-Service for Federated
6+
Edge Computing
7+
message: >-
8+
If you use this software, please cite it using the
9+
metadata from this file.
10+
type: software
11+
authors:
12+
- given-names: Michele
13+
family-names: Ciavotta
14+
orcid: 'https://orcid.org/0000-0002-2480-966X'
15+
affiliation: University of Milano-Bicocca
16+
- given-names: Davide
17+
family-names: Motterlini
18+
affiliation: University of Milano-Bicocca
19+
- given-names: Marco
20+
family-names: Savi
21+
orcid: 'https://orcid.org/0000-0002-8193-0597'
22+
affiliation: University of Milano-Bicocca
23+
- given-names: Alessandro
24+
family-names: Tundo
25+
affiliation: University of Milano-Bicocca
26+
orcid: 'https://orcid.org/0000-0001-8840-8948'
27+
identifiers:
28+
- type: doi
29+
value: 10.1109/CloudNet53349.2021.9657141
30+
repository-code: 'https://github.com/unimib-datAI/dfaas'
31+
license: AGPL-3.0-or-later
32+
preferred-citation:
33+
type: conference-paper
34+
authors:
35+
- given-names: Michele
36+
family-names: Ciavotta
37+
orcid: 'https://orcid.org/0000-0002-2480-966X'
38+
affiliation: University of Milano-Bicocca
39+
- given-names: Davide
40+
family-names: Motterlini
41+
affiliation: University of Milano-Bicocca
42+
- given-names: Marco
43+
family-names: Savi
44+
orcid: 'https://orcid.org/0000-0002-8193-0597'
45+
affiliation: University of Milano-Bicocca
46+
- given-names: Alessandro
47+
family-names: Tundo
48+
affiliation: University of Milano-Bicocca
49+
orcid: 'https://orcid.org/0000-0001-8840-8948'
50+
doi: "10.1109/CloudNet53349.2021.9657141"
51+
conference: "2021 IEEE 10th International Conference on Cloud Networking (CloudNet)"
52+
start: 1
53+
end: 4
54+
title: "DFaaS: Decentralized Function-as-a-Service for Federated Edge Computing"
55+
year: 2021
56+
url: "https://ieeexplore.ieee.org/document/9657141"

README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,20 @@ Our prototype is based on OpenFaaS and implements the control logic within Go P2
88

99
This research is conducted by the DatAI (formerly Insid&s) and [REDS](https://redslab.altervista.org/) laboratories of the University of Milan-Bicocca.
1010

11-
If you wish to reuse this source code, please consider citing our article describing the first prototype:
11+
If you wish to reuse this source code, please consider citing our article
12+
describing the first prototype:
1213

13-
> Michele Ciavotta, Davide Motterlini, Marco Savi, Alessandro Tundo <br>
14-
> [**DFaaS: Decentralized Function-as-a-Service for Federated Edge Computing**](https://doi.org/10.1109/CloudNet53349.2021.9657141), <br>
15-
> 2021 IEEE 10th International Conference on Cloud Networking (CloudNet), DOI: 10.1109/CloudNet53349.2021.9657141.
14+
```
15+
@inproceedings{Ciavotta_DFaaS_2021,
16+
author = {Ciavotta, Michele and Motterlini, Davide and Savi, Marco and Tundo, Alessandro},
17+
doi = {10.1109/CloudNet53349.2021.9657141},
18+
pages = {1--4},
19+
series = {2021 IEEE 10th International Conference on Cloud Networking (CloudNet)},
20+
title = {{DFaaS: Decentralized Function-as-a-Service for Federated Edge Computing}},
21+
url = {https://ieeexplore.ieee.org/document/9657141},
22+
year = {2021}
23+
}
24+
```
1625

1726
## Scenario
1827

0 commit comments

Comments
 (0)