• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CBIIT / bento-c3dc-frontend / 20930808915

12 Jan 2026 06:37PM UTC coverage: 0.167%. Remained the same
20930808915

Pull #473

github

web-flow
Merge b2dbb384d into 995b83c20
Pull Request #473: C3DC-2069

6 of 3680 branches covered (0.16%)

Branch coverage included in aggregate %.

0 of 4 new or added lines in 4 files covered. (0.0%)

10 of 5876 relevant lines covered (0.17%)

0.09 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/pages/inventory/sideBar/ExploreUserGuide/StudyMetadataSection.js
1
import React from 'react';
×
NEW
2
import figure6 from "./images/figure6.png";
×
3

4
const StudyMetadataSection = ({ classes }) => (
×
5
  <div>
×
6
    <div id='Downloading Metadata from the Studies tab' className={classes.sectionTitle}>
7
      Downloading Participant Metadata and Harmonized Clinical Data
8
    </div>
9
    <div className={classes.contentContainer}>
10
      <p>
11
        Users can download the table contents of the Studies, Participants, Diagnosis, Treatment, Treatment Response, Survival, and Genetic Analysis tabs by selecting the "Download Data" button under the table tab headers (Figure 6). Users can download filtered data in CSV with high-level metadata or JSON format with comprehensive clinical metadata (including CPI synonyms).
12
      </p>
13
      <div className={classes.figureContainer}>
14
        <img src={figure6} style={{ width: '80%' }} alt='Figure 6' />
15
      </div>
16
      <div className={classes.figureText}>
17
        Figure 6: Download Data buttons feature two different download formats, CSV or JSON
18
      </div>
19
    </div>
20
  </div>
21
);
×
22

23
export default StudyMetadataSection;
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc