File size: 5,905 Bytes
08776da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3272bbd
08776da
 
 
 
3272bbd
08776da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b61c6e9
08776da
 
 
92cb99b
 
08776da
 
 
 
 
f5c7127
08776da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>TDAC — Hugging Face Organization Card</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css">
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      background: #f3f4f6;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }

    .card {
      width: 100%;
      max-width: 100%;
      background: #ffffff;
      border: 0.5px solid rgba(0,0,0,0.12);
      border-radius: 12px;
      overflow: hidden;
      font-family: inherit;
    }

    .card-header {
      background: #1a3a5c;
      padding: 1.5rem 1.5rem 1rem;
    }

    .header-top {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .org-name {
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      line-height: 1.2;
    }

    .org-sub {
      font-size: 13px;
      color: rgba(255,255,255,0.65);
      margin-top: 3px;
      letter-spacing: 0.02em;
    }

    .tags {
      display: flex;
      gap: 8px;
      margin-top: 14px;
      flex-wrap: wrap;
    }

    .tag {
      font-size: 11px;
      border-radius: 4px;
      padding: 3px 9px;
    }

    .tag-gold {
      background: rgba(212,175,55,0.18);
      color: #d4af37;
      border: 0.5px solid rgba(212,175,55,0.4);
    }

    .tag-light {
      background: rgba(255,255,255,0.1);
      color: rgba(255,255,255,0.75);
      border: 0.5px solid rgba(255,255,255,0.2);
    }

    .card-body {
      padding: 1.25rem 1.5rem;
      border-bottom: 0.5px solid rgba(0,0,0,0.08);
    }

    .card-body p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }

    .card-meta {
      padding: 1rem 1.5rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      border-bottom: 0.5px solid rgba(0,0,0,0.08);
    }

    .meta-box {
      background: #f9f9f8;
      border-radius: 8px;
      padding: 0.75rem 1rem;
    }

    .meta-label {
      font-size: 11px;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 4px;
    }

    .meta-value {
      font-size: 13px;
      color: #1a1a1a;
      font-weight: 500;
    }

    .card-competencies {
      padding: 1rem 1.5rem;
      border-bottom: 0.5px solid rgba(0,0,0,0.08);
    }

    .section-label {
      font-size: 11px;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 10px;
    }

    .pills {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .pill {
      font-size: 12px;
      background: #e8f0fb;
      color: #1a5cb8;
      padding: 4px 10px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .pill i {
      font-size: 12px;
    }

    .card-footer {
      padding: 1rem 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
    }

    .footer-item {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #666;
    }

    .footer-item i {
      font-size: 14px;
    }

    .footer-item a {
      color: #1a5cb8;
      text-decoration: none;
    }

    .footer-item a:hover {
      text-decoration: underline;
    }
  </style>
</head>
<body>
  <div class="card">

    <div class="card-header">
      <div class="header-top">
        <div>
          <div class="org-name">Transformation Decision Analysis Center (TDAC)</div>
        </div>
      </div>
      <div class="tags">
        <span class="tag tag-light">Government</span>
        <span class="tag tag-light">U.S. Army</span>
        <span class="tag tag-light">Operations Research</span>
      </div>
    </div>

    <div class="card-body">
      <p>TDAC was activated from the DEVCOM Analysis Center (DAC) and The Research and Analysis Center (TRAC). TDAC maintains the core function of providing systems and formation effectiveness analysis. TDAC’s mission is to lead, conduct and deliver relevant, credible, objective, and timely analysis in support of Army decision needs. TDAC serves as the premier source for all-domain Army analysis products informing system design, fielding, and operations decisions.</p>
    </div>

    <div class="card-meta">
      <div class="meta-box">
        <div class="meta-label">Three-star Command</div>
        <div class="meta-value">Future &amp; Concepts Command</div>
      </div>
      <div class="meta-box">
        <div class="meta-label">Four-star Command</div>
        <div class="meta-value">U.S. Army Transformation &amp; Training Command</div>
      </div>
    </div>

    <div class="card-competencies">
      <div class="section-label">Core competencies</div>
      <div class="pills">
        <span class="pill"><i class="ti ti-chart-line"></i>Formation Effectiveness</span>
        <span class="pill"><i class="ti ti-chart-line"></i>Systems Performance</span>
        <span class="pill"><i class="ti ti-topology-star"></i>Modeling &amp; Simulation</span>
        <span class="pill"><i class="ti ti-map-2"></i>Scenario Development</span>
        <span class="pill"><i class="ti ti-shield-check"></i>Cyber Resilience &amp; Electronic Warfare</span>
        <span class="pill"><i class="ti ti-users"></i>Human Systems Integration</span>
      </div>
    </div>

    <div class="card-footer">
      <div class="footer-item">
        <i class="ti ti-external-link"></i>
        <a href="https://www.army.mil/TDAC" target="_blank" rel="noopener">army.mil/TDAC</a>
      </div>
    </div>

  </div>
</body>
</html>