Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDFBROWSER-513, RDFBROWSER-514: Fix term form button and make the batch cdisc file available, other changes in everestapi-operations #319

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { writeXLSX, utils, WorkSheet } from 'xlsx-republish';
import { saveAs } from 'file-saver';
import { ViewportScroller } from '@angular/common';
import { LoaderService } from '../../service/loader.service';
import { environment } from '../../../environments/environment';

// Concept display component
// BAC - looks like not used
Expand Down Expand Up @@ -205,7 +206,7 @@ export class ConceptDisplayComponent implements OnInit {
}

termSuggestionUrl() {
window.open('https://ncitermform.nci.nih.gov/ncitermform/?code=' + this.conceptCode, '_blank');
window.open(environment.host + '/evsexplore/termform?code=' + this.conceptCode, '_blank');
}

expandCollapseTables() {
Expand Down
28 changes: 0 additions & 28 deletions web/frontend/src/app/component/welcome/welcome.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,34 +84,6 @@ <h4 class="modal-title" id="modal-basic-title">Notice</h4>
Terminology resources and services for NCI and the biomedical community.
</td>
</tr>
<!--
<tr valign="top">
<td>
<a href="https://ncim.nci.nih.gov/ncimbrowser" target="_blank" alt="NCIm">
<img src="assets/images/NCImTile.png" width="77" height="38px" alt="NCIm" border="0" />
</a>
</td>
<td width="3px;"></td>
<td class="textbody" valign="top">
<a href="https://ncim.nci.nih.gov/ncimbrowser" target="_blank" alt="NCIm">NCI Metathesaurus</a>:
Comprehensive database of 6,700,000 terms from over 85 terminologies.
</td>

</tr>
<tr valign="top">
<td>
<a href="https://ncit.nci.nih.gov/ncitbrowser/" alt="NCI Term Browser">
<img src="assets/images/EVSTermsBrowserTile.png" width="77" height="38px" alt="NCI Term Browser"
border="0" />
</a>
</td>
<td width="3px;"></td>
<td class="textbody" valign="top">
<a href="https://ncit.nci.nih.gov/ncitbrowser/" alt="NCI Term Browser">NCI Term Browser</a>:
NCI and other terminologies in an integrated environment.
</td>
</tr>
-->
<tr valign="top">
<td class="textbody" valign="top">
<a [routerLink]="['/welcome']" [queryParams]="{ terminology: 'ncim' }" target="_top" alt="NCI Metathesaurus" class="regular-link">
Expand Down
Binary file not shown.
Loading