-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjects.json
75 lines (75 loc) · 1.86 KB
/
Projects.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"projects": [
{
"FHIRScan": {
"href": "DrugInteracionsdetails.html",
"src": "assets/img/FhirScanDemoMed.gif",
"p": "Cloud Web App",
"list": [
"React/Redux",
"C#",
"ASP.NET Core",
"Google Cloud Platform",
"Docker",
"OAuth",
"FHIR"
]
}
},
{
"Clinical Compounding": {
"href": "Compoundingdetails.html",
"src": "assets/img/PolicyScrollUnitChange.gif",
"p": "Cross-Platform App",
"list": ["C#", "Blazor", "FHIR", "Reactives"]
}
},
{
"BASTA/Open Austin": {
"href": "BastaOpenAustin.html",
"src": "assets/img/LabelsForWRR.png",
"p": "Tenant-File Web App",
"list": [
"GraphQL (Hot Chocolate)",
"C#",
"Google Vision",
"Google OCR",
"Rest API",
"Twilio"
]
}
},
{
"Personal Portfolio": {
"href": "WebDesigndetails.html",
"src": "assets/img/PortfolioSmaller.gif",
"p": "The site you're on now!",
"list": ["JavaScript", "jQuery", "CSS", "HTML"]
}
},
{
"DrugInteractionAPI": {
"href": "APIdetails.html",
"src": "assets/img/DrugInteractionAPI.png",
"p": "Open-Source NuGet Package",
"list": ["NuGet", "C#"]
}
},
{
"Health Research": {
"href": "Researchdetails.html",
"src": "assets/img/SSBPosterJamesBock05052016thumb.png",
"p": "with robust statistical analysis",
"list": ["SAS", "EndNote"]
}
},
{
"Total Neonatal Nutrition": {
"href": "NeonatalNutritiondetails.html",
"src": "assets/img/TNNThumb.png",
"p": "Neonatal Tracking System",
"list": ["VB", "C#", "Excel", "SQL", "Office Interop"]
}
}
]
}