Skip to content

Commit 7255468

Browse files
committed
docs(protocol): add how to cite sections
1 parent d1f8686 commit 7255468

File tree

4 files changed

+64
-0
lines changed

4 files changed

+64
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,19 @@ MIT License - see LICENSE for details
129129
---
130130

131131
_Building the material internet, one city at a time_ 🏙️
132+
133+
## How to Cite
134+
135+
If you reference this repository, please cite:
136+
Alphin Tom. "LOOP Protocol Specification and Schemas." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/loop-protocol
137+
138+
```bibtex
139+
@misc{localloop_protocol_2025,
140+
author = {Alphin Tom},
141+
title = {LOOP Protocol Specification and Schemas},
142+
year = {2025},
143+
howpublished = {GitHub repository},
144+
url = {https://github.com/local-loop-io/loop-protocol},
145+
note = {Accessed 2025-12-19}
146+
}
147+
```

examples/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ This directory contains JSON examples that validate against the schemas in `sche
1111

1212
## Validation
1313
Run `npm test` from the repository root to validate all examples.
14+
15+
## How to Cite
16+
17+
If you reference this repository, please cite:
18+
Alphin Tom. "LOOP Protocol Examples." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/loop-protocol
19+
20+
```bibtex
21+
@misc{localloop_protocol_examples_2025,
22+
author = {Alphin Tom},
23+
title = {LOOP Protocol Examples},
24+
year = {2025},
25+
howpublished = {GitHub repository},
26+
url = {https://github.com/local-loop-io/loop-protocol},
27+
note = {Accessed 2025-12-19}
28+
}
29+
```

rfcs/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,19 @@ RFCs capture proposed protocol changes. Use the template in `rfcs/0000-template.
1717
- Backwards compatibility analysis
1818
- Security and privacy considerations
1919
- Open questions noted
20+
21+
## How to Cite
22+
23+
If you reference this repository, please cite:
24+
Alphin Tom. "LOOP Protocol RFCs." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/loop-protocol
25+
26+
```bibtex
27+
@misc{localloop_protocol_rfcs_2025,
28+
author = {Alphin Tom},
29+
title = {LOOP Protocol RFCs},
30+
year = {2025},
31+
howpublished = {GitHub repository},
32+
url = {https://github.com/local-loop-io/loop-protocol},
33+
note = {Accessed 2025-12-19}
34+
}
35+
```

schemas/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,19 @@ npm test
1717
```
1818

1919
This validates all JSON files in `examples/` against the schemas.
20+
21+
## How to Cite
22+
23+
If you reference this repository, please cite:
24+
Alphin Tom. "LOOP Protocol Schemas." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/loop-protocol
25+
26+
```bibtex
27+
@misc{localloop_protocol_schemas_2025,
28+
author = {Alphin Tom},
29+
title = {LOOP Protocol Schemas},
30+
year = {2025},
31+
howpublished = {GitHub repository},
32+
url = {https://github.com/local-loop-io/loop-protocol},
33+
note = {Accessed 2025-12-19}
34+
}
35+
```

0 commit comments

Comments
 (0)