goelak commited on
Commit
bcd6275
·
1 Parent(s): daa2f7a

Add CITATION.cff for project citation

Browse files
Files changed (1) hide show
  1. CITATION.cff +21 -0
CITATION.cff ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use RadExtract, please cite it as below."
3
+ authors:
4
+ - family-names: "Goel"
5
+ given-names: "Akshay"
6
+ email: "goelak@google.com"
7
+ title: "RadExtract: Radiology Report Structuring Demo using LangExtract"
8
+ version: 0.1.0
9
+ date-released: 2025-07-30
10
+ url: "https://huggingface.co/spaces/google/radextract"
11
+ repository-code: "https://github.com/google/langextract"
12
+ license: Apache-2.0
13
+ keywords:
14
+ - radiology
15
+ - medical-imaging
16
+ - report-structuring
17
+ - natural-language-processing
18
+ - langextract
19
+ - healthcare
20
+ - text-extraction
21
+ abstract: "RadExtract is a demonstration tool for structuring radiology reports using LangExtract, enabling automated extraction and organization of clinical findings from unstructured radiology text."