Skip to content

Commit 1bd7275

Browse files
authored
Merge pull request #28 from dronefreak/feat/citation_files
chore: Add citation files
2 parents fda09c6 + ca5e92d commit 1bd7275

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

CITATION.cff

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ message: "If you find this work helpful, please consider citing our papers."
77
authors:
88
- family-names: Kumaar
99
given-names: Saumya
10-
orcid: https://orcid.org/0000-0003-2213-8265
10+
orcid: "0000-0003-2213-8265"
1111
- family-names: Lyu
1212
given-names: Ye
1313
- family-names: Nex
@@ -16,31 +16,42 @@ authors:
1616
given-names: Michael Ying
1717

1818
preferred-citation:
19-
type: article-journal
19+
type: article
2020
title: "Real-time Semantic Segmentation with Context Aggregation Network"
21+
authors:
22+
- family-names: Kumaar
23+
given-names: Saumya
24+
orcid: "0000-0003-2213-8265"
25+
- family-names: Lyu
26+
given-names: Ye
27+
- family-names: Nex
28+
given-names: Francesco
29+
- family-names: Yang
30+
given-names: Michael Ying
2131
journal: "ISPRS Journal of Photogrammetry and Remote Sensing"
2232
volume: 178
23-
pages: "124-134"
33+
start: 124
34+
end: 134
2435
year: 2021
2536
doi: "10.1016/j.isprsjprs.2021.06.006"
2637
issn: "0924-2716"
2738
url: "https://www.sciencedirect.com/science/article/pii/S0924271621001647"
2839

29-
3040
references:
31-
- type: paper-conference
41+
- type: conference-paper
3242
title: "CABiNet: Efficient Context Aggregation Network for Low-Latency Semantic Segmentation"
3343
authors:
3444
- family-names: Kumaar
3545
given-names: Saumya
36-
orcid: https://orcid.org/0000-0003-2213-8265
46+
orcid: "0000-0003-2213-8265"
3747
- family-names: Lyu
3848
given-names: Ye
3949
- family-names: Nex
4050
given-names: Francesco
4151
- family-names: Yang
4252
given-names: Michael Ying
43-
container-title: "2021 IEEE International Conference on Robotics and Automation (ICRA)"
53+
collection-title: "2021 IEEE International Conference on Robotics and Automation (ICRA)"
4454
year: 2021
45-
pages: "13517-13524"
55+
start: 13517
56+
end: 13524
4657
doi: "10.1109/ICRA48506.2021.9560977"

0 commit comments

Comments
 (0)