Bit-Trading-Company commited on
Commit
fb3679f
·
verified ·
1 Parent(s): ec4ac80

Update nav: 5 live of 19 modules

Browse files
Files changed (2) hide show
  1. README.md +42 -0
  2. nav.json +237 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pretty_name: Bit Trading Company — shared config
4
+ tags:
5
+ - configuration
6
+ ---
7
+
8
+ # bit-config
9
+
10
+ Configuration shared by every Bit Trading Company Hugging Face Space.
11
+
12
+ | File | What |
13
+ |---|---|
14
+ | `nav.json` | the App Sidebar: modules, launch status, destinations |
15
+
16
+ ## Why this is a dataset and not code
17
+
18
+ The Spaces share their chrome through the
19
+ [`bit-ui`](https://github.com/Bit-Trading-Company/bit-ui) package, pinned per
20
+ Space as a git submodule. Pinning is right for code — a bad change cannot break
21
+ every Space at once — but wrong for a link, because promoting a module from
22
+ *coming soon* to *live* would then mean a pull request in every repository.
23
+
24
+ So the navigation is data instead. Edit `nav.json`, and each Space picks it up
25
+ on its next restart.
26
+
27
+ ## Editing
28
+
29
+ Use `ops/publish_nav.py` in the `bit-finance-atlas` repo. It validates the
30
+ document against the same rules the Spaces apply before uploading, and shows a
31
+ diff first.
32
+
33
+ ## Rules
34
+
35
+ - A `live` item needs a `url`. One without is demoted to `soon` rather than
36
+ rendered as a dead link.
37
+ - Only `https`, `http`, `mailto` and `tel` URLs are accepted.
38
+ - `progress` is optional and omitted by default. The coming-soon dialog draws
39
+ a build-progress bar **only** when a real number is supplied here; an
40
+ invented percentage is worse than no bar.
41
+ - Every value is escaped when rendered. It is still config that reaches every
42
+ Space at once, so treat it with the care that implies.
nav.json ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "brand": {
4
+ "label": "Bit Trading Company",
5
+ "sub": "AI Lab",
6
+ "href": "https://huggingface.co/Bit-Trading-Company",
7
+ "title": "The Bit Trading Company on Hugging Face"
8
+ },
9
+ "assistant": {
10
+ "name": "Ask ASE",
11
+ "status": "soon",
12
+ "kind": "PLATFORM \u00b7 ASSISTANT",
13
+ "note": "ASSISTANT \u00b7 IN BUILD"
14
+ },
15
+ "contact": {
16
+ "channels": [
17
+ {
18
+ "kind": "Hugging Face",
19
+ "icon": "cube",
20
+ "value": "Bit-Trading-Company",
21
+ "href": "https://huggingface.co/Bit-Trading-Company",
22
+ "note": "MODELS \u00b7 DATASETS \u00b7 SPACES"
23
+ },
24
+ {
25
+ "kind": "GitHub",
26
+ "icon": "code",
27
+ "value": "Bit-Trading-Company",
28
+ "href": "https://github.com/Bit-Trading-Company",
29
+ "note": "ISSUES \u00b7 SOURCE"
30
+ }
31
+ ],
32
+ "topics": [
33
+ "Data correction",
34
+ "Verification request",
35
+ "Press",
36
+ "Other"
37
+ ]
38
+ },
39
+ "groups": [
40
+ {
41
+ "label": "Intelligence",
42
+ "items": [
43
+ {
44
+ "name": "News Scout",
45
+ "icon": "globe",
46
+ "status": "soon",
47
+ "url": "",
48
+ "action": "",
49
+ "kind": "INTELLIGENCE \u00b7 SPACE",
50
+ "progress": null
51
+ },
52
+ {
53
+ "name": "Sentiment Deep-Dive",
54
+ "icon": "chart",
55
+ "status": "soon",
56
+ "url": "",
57
+ "action": "",
58
+ "kind": "INTELLIGENCE \u00b7 SPACE",
59
+ "progress": null
60
+ },
61
+ {
62
+ "name": "Earnings Analyzer",
63
+ "icon": "fileText",
64
+ "status": "soon",
65
+ "url": "",
66
+ "action": "",
67
+ "kind": "INTELLIGENCE \u00b7 SPACE",
68
+ "progress": null
69
+ },
70
+ {
71
+ "name": "Filing Digester",
72
+ "icon": "file",
73
+ "status": "soon",
74
+ "url": "",
75
+ "action": "",
76
+ "kind": "INTELLIGENCE \u00b7 SPACE",
77
+ "progress": null
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "label": "Prediction",
83
+ "items": [
84
+ {
85
+ "name": "Forecaster",
86
+ "icon": "trend",
87
+ "status": "soon",
88
+ "url": "",
89
+ "action": "",
90
+ "kind": "PREDICTION \u00b7 SPACE",
91
+ "progress": null
92
+ },
93
+ {
94
+ "name": "Regime Detector",
95
+ "icon": "sliders",
96
+ "status": "soon",
97
+ "url": "",
98
+ "action": "",
99
+ "kind": "PREDICTION \u00b7 SPACE",
100
+ "progress": null
101
+ },
102
+ {
103
+ "name": "Model Leaderboard",
104
+ "icon": "star",
105
+ "status": "soon",
106
+ "url": "",
107
+ "action": "",
108
+ "kind": "PREDICTION \u00b7 SPACE",
109
+ "progress": null
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "label": "Execution & Research",
115
+ "items": [
116
+ {
117
+ "name": "Backtest Lab",
118
+ "icon": "braces",
119
+ "status": "live",
120
+ "url": "https://huggingface.co/spaces/Bit-Trading-Company/bit-backtest-lab",
121
+ "action": "",
122
+ "kind": "SPACE \u00b7 IN BUILD",
123
+ "progress": null
124
+ },
125
+ {
126
+ "name": "Strategy Graveyard",
127
+ "icon": "flag",
128
+ "status": "soon",
129
+ "url": "",
130
+ "action": "",
131
+ "kind": "RESEARCH \u00b7 SPACE",
132
+ "progress": null
133
+ },
134
+ {
135
+ "name": "Paper-Trading Arena",
136
+ "icon": "grid",
137
+ "status": "soon",
138
+ "url": "",
139
+ "action": "",
140
+ "kind": "EXECUTION \u00b7 SPACE",
141
+ "progress": null
142
+ },
143
+ {
144
+ "name": "Signal Aggregator",
145
+ "icon": "cube",
146
+ "status": "soon",
147
+ "url": "",
148
+ "action": "",
149
+ "kind": "EXECUTION \u00b7 SPACE",
150
+ "progress": null
151
+ },
152
+ {
153
+ "name": "Portfolio Risk Analyzer",
154
+ "icon": "shield",
155
+ "status": "soon",
156
+ "url": "",
157
+ "action": "",
158
+ "kind": "RESEARCH \u00b7 SPACE",
159
+ "progress": null
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "label": "Platform",
165
+ "items": [
166
+ {
167
+ "name": "Finance Atlas",
168
+ "icon": "list2",
169
+ "status": "live",
170
+ "url": "https://huggingface.co/spaces/Bit-Trading-Company/bit-atlas",
171
+ "action": "",
172
+ "kind": "SPACE \u00b7 IN BUILD",
173
+ "progress": null
174
+ },
175
+ {
176
+ "name": "Datasets",
177
+ "icon": "database",
178
+ "status": "live",
179
+ "url": "https://huggingface.co/Bit-Trading-Company/datasets",
180
+ "action": "",
181
+ "kind": "SPACE \u00b7 IN BUILD",
182
+ "progress": null
183
+ },
184
+ {
185
+ "name": "Models",
186
+ "icon": "shape",
187
+ "status": "live",
188
+ "url": "https://huggingface.co/Bit-Trading-Company/models",
189
+ "action": "",
190
+ "kind": "SPACE \u00b7 IN BUILD",
191
+ "progress": null
192
+ },
193
+ {
194
+ "name": "bittrading SDK",
195
+ "icon": "code",
196
+ "status": "soon",
197
+ "url": "",
198
+ "action": "",
199
+ "kind": "PLATFORM \u00b7 LIBRARY",
200
+ "progress": null
201
+ },
202
+ {
203
+ "name": "Dispatch",
204
+ "icon": "bookmark",
205
+ "status": "soon",
206
+ "url": "",
207
+ "action": "",
208
+ "kind": "PLATFORM \u00b7 NEWSLETTER",
209
+ "progress": null
210
+ }
211
+ ]
212
+ },
213
+ {
214
+ "label": "Company",
215
+ "items": [
216
+ {
217
+ "name": "Contact",
218
+ "icon": "chat",
219
+ "status": "action",
220
+ "url": "",
221
+ "action": "contact",
222
+ "kind": "SPACE \u00b7 IN BUILD",
223
+ "progress": null
224
+ },
225
+ {
226
+ "name": "About / GitHub",
227
+ "icon": "question",
228
+ "status": "live",
229
+ "url": "https://github.com/Bit-Trading-Company",
230
+ "action": "",
231
+ "kind": "SPACE \u00b7 IN BUILD",
232
+ "progress": null
233
+ }
234
+ ]
235
+ }
236
+ ]
237
+ }