Skip to content

Commit 5ee5faf

Browse files
committed
fix: more URL changes to clinpgx.org
1 parent cb71681 commit 5ee5faf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
CPIC resources are freely available for use by anyone. All curated content published by CPIC is available free of restriction under the [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/). However, CPIC requests that you give attribution to CPIC whenever possible and appropriate and that you acknowledge:
44

5-
1. The primary source is cpicpgx.org.
6-
2. Cite the [relevant publication(s)](https://cpicpgx.org/publications/), if applicable.
5+
1. The primary source is www.clinpgx.org.
6+
2. Cite the [relevant publication(s)](https://www.clinpgx.org/publications?cat=CPIC&cat=guideline), if applicable.
77
3. Indicate that CPIC guidelines and content are subject to updates and modifications, and users should refer to cpicpgx.org to confirm they are accessing the most current content.
88
4. The CPIC logo and acronym may not be reproduced on another website or in advertising materials without the permission of NIH.
99
5. To cite specific content, indicate CPIC®. URL \[date accessed\].
1010
6. _CPIC Database and API User Agreement_
11-
The CPIC database and API are also bound by these [licensing and terms of use](https://cpicpgx.org/license/). To cite content downloaded via the API or from the CPIC database, please indicate the URL, the date accessed, and the version number.
11+
The CPIC database and API are also bound by these [licensing and terms of use](https://www.clinpgx.org/page/dataUsagePolicy). To cite content downloaded via the API or from the CPIC database, please indicate the URL, the date accessed, and the version number.
1212
7. _DISCLAIMER_
1313
Clinical Pharmacogenetics Implementation Consortium (CPIC) guidelines reflect expert consensus based on clinical evidence and peer‐reviewed literature available at the time they are written and are intended only to assist clinicians in decision making and to identify questions for further research. New evidence may have emerged since the time a guideline was submitted for publication or since data were updated on the CPIC site or in the CPIC database. Nuances about how to use CPIC data are contained in the CPIC guidelines that may not be obvious from downloads of tables from the CPIC database or API; users should consult the relevant guideline pages and read the guideline and any updates before using CPIC data for any gene/drug pair. It should be noted that the CPIC database and API may sometimes be unavailable or may not have been updated to reflect content noted on the guideline page. The date last updated for data downloaded via the API or from the CPIC database should be noted by users and are not guaranteed to reflect the most recently available evidence. Guidelines are limited in scope and are not applicable to interventions or diseases that are not specifically identified. Guidelines do not account for individual variations among patients and cannot be considered inclusive of all proper methods of care or exclusive of other treatments. It remains the responsibility of the healthcare provider to determine the best course of treatment for a patient. Adherence to any guideline is voluntary, with the ultimate determination regarding its application to be made solely by the clinician and the patient. CPIC assumes no responsibility for any injury or damage to persons or property arising out of or related to any use of CPIC’s guidelines, CPIC website contents, CPIC database contents, or for any errors or omissions.
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build project](https://github.com/cpicpgx/cpic-data/actions/workflows/build.yml/badge.svg?branch=development)](https://github.com/cpicpgx/cpic-data/actions/workflows/build.yml)
44

5-
This repo contains all the code used to create and maintain the [CPIC](https://cpicpgx.org) data model. This powers the API and the database.
5+
This repo contains all the code used to create and maintain the [CPIC](https://www.clinpgx.org/cpic) data model. This powers the API and the database.
66

77
If you're looking to use the REST API or get a copy of the database, go [read the documentation](https://github.com/cpicpgx/cpic-data/wiki).
88

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext {
1818
url = 'https://github.com/cpicpgx/cpic-data.git'
1919
scm = 'scm:git@github.com:cpicpgx/cpic-data.git'
2020
orgName = 'CPIC'
21-
orgUrl = 'https://cpicpgx.org'
21+
orgUrl = 'https://www.clinpgx.org/cpic'
2222
mainClassName = "org.cpicpgx.DataImport"
2323
archiveBaseName = "CpicData"
2424
}

src/main/java/org/cpicpgx/exporter/ClinVarWorkbook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class ClinVarWorkbook {
2424
private static final String CITATION = "PMID:21270786";
2525
private static final String CLIN_SIG_HAPLOTYPE = "Allele function";
2626
private static final String ASSERTION_METHOD = "Clinical Pharmacogenetics Implementation Consortium";
27-
private static final String CPIC_SITE = "https://cpicpgx.org";
27+
private static final String CPIC_SITE = "https://www.clinpgx.org/cpic";
2828
private static final String DRUG_RESPONSE = "drug response";
2929
private static final String NOT_APPLICABLE = "not applicable";
3030
private static final String GERMLINE = "germline";

0 commit comments

Comments
 (0)