-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
57 lines (57 loc) · 1.81 KB
/
Copy pathCITATION.cff
File metadata and controls
57 lines (57 loc) · 1.81 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
# Citation File Format (CFF) — https://citation-file-format.github.io/
cff-version: 1.2.0
title: "atlc3.0: Open-Source MCP-Enabled Transmission Line Calculator"
message: "If you use atlc3 in published research or designs, please cite as below."
type: software
authors:
- name: "atlc3 contributors"
website: "https://github.com/RFingAdam/atlc3"
repository-code: "https://github.com/RFingAdam/atlc3"
url: "https://github.com/RFingAdam/atlc3"
license: GPL-3.0-or-later
keywords:
- transmission-line
- impedance
- microstrip
- stripline
- cpwg
- pcb
- rf
- electromagnetics
- mcp
- model-context-protocol
references:
- type: software
title: "atlc — Arbitrary Transmission Line Calculator"
authors:
- family-names: Kirkby
given-names: David
name-suffix: G8WRB
url: "http://atlc.sourceforge.net/"
notes: "Original GPL implementation. atlc3 references its FD Laplace kernel."
- type: software
title: "atlc2"
authors:
- name: "Brian Beezley"
website: "http://www.hdtvprimer.com/kq6qv/atlc2.html"
notes: "Closed-source Windows successor. atlc3 reimplements its documented behaviour."
- type: article
title: "Accurate Models for Microstrip Computer-Aided Design"
authors:
- family-names: Hammerstad
given-names: Erik
- family-names: Jensen
given-names: "Øystein"
conference: "IEEE MTT-S International Microwave Symposium Digest"
year: 1980
notes: "Closed-form microstrip Z₀ formulas used by atlc3.analytical.hammerstad."
- type: book
title: "Transmission Line Design Handbook"
authors:
- family-names: Wadell
given-names: Brian C.
publisher:
name: "Artech House"
year: 1991
isbn: "978-0890064368"
notes: "Reference text for stripline, CPWG, differential pair formulas."