VariantEffect / mavedb-api

MaveDB API
GNU Affero General Public License v3.0
8 stars 2 forks source link

html tags in publication titles coming from crossref #221

Open ashsny opened 1 month ago

ashsny commented 1 month ago

for example: try the search-external API call in the explorer here:

https://api.staging.mavedb.org/docs#/publication%20identifiers/search_external_publication_identifiers_api_v1_publication_identifiers_search_external_post

{
  "text": "10.1158/1078-0432.CCR-22-0203"
}
ashsny commented 1 month ago

results:

[
  {
    "identifier": "10.1158/1078-0432.ccr-22-0203",
    "dbName": "Crossref",
    "title": "Classification of <i>BRCA2</i> Variants of Uncertain Significance (VUS) Using an ACMG/AMP Model Incorporating a Homology-Directed Repair (HDR) Functional Assay",
...