Skip to content

Commit

Permalink
Merge pull request #1394 from alliance-genome/KANBAN-659
Browse files Browse the repository at this point in the history
Amends URLs for Xenbase landing page
  • Loading branch information
jimflybase authored Feb 6, 2025
2 parents cbdaf93 + 7e48408 commit 8f6b25c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/containers/modLanding/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,17 +397,17 @@ export const MODContent = {
['<i>Xenopus tropicalis</i>', '/search?species=Xenopus tropicalis&category=gene'],
],
resources: [
['<i>Xenopus</i> Gene Search', 'https://www.xenbase.org/entry/gene/gene.do'],
['<i>Xenopus</i> Gene Expression', 'https://www.xenbase.org/geneExpression/geneExpressionSearch.do?method=display'],
['<i>Xenopus</i> Phenotype Data', 'https://www.xenbase.org/entry/searchPhenotype.do?method=display'],
['<i>Xenopus</i> Literature ', 'https://www.xenbase.org/literature/articles.do'],
['<i>Xenopus</i> Disease Models', 'https://www.xenbase.org/entry/searchPhenotype.do?method=display&keyword=disease&tabName=disease'],
['<i>Xenopus</i> Lines & Mutants', 'https://www.xenbase.org/entry/stockCenter/searchLines.do?supplier=&searchIn=1&searchValue=*&searchSpecies=11&orderBy=CREATE_DATE&orderDirection=DESC&method=searchLines'],
['GEO data on Xenbase', 'https://www.xenbase.org/geneExpression/gseCurationSearch.do?method=search'],
['<i>Xenopus</i> Drawings', 'https://www.xenbase.org/entry/zahn.do'],
['<i>Xenopus</i> Staging Landmarks Table', 'https://www.xenbase.org/entry/landmarks-table.do'],
['<i>Xenopus</i> Data Downloads', 'https://www.xenbase.org/entry/static-xenbase/ftpDatafiles.jsp'],
['<i>Xenopus</i> Gene Reports', 'https://ftp.xenbase.org/pub/GenePageReports/'],
['<i>Xenopus</i> Gene Search', 'https://www.xenbase.org/xenbase/gene/gene.do'],
['<i>Xenopus</i> Gene Expression', 'https://www.xenbase.org/xenbase/geneExpression/geneExpressionSearch.do?method=display'],
['<i>Xenopus</i> Phenotype Data', 'https://www.xenbase.org/xenbase/searchPhenotype.do?method=display'],
['<i>Xenopus</i> Literature ', 'https://www.xenbase.org/xenbase/literature/articles.do'],
['<i>Xenopus</i> Disease Models', 'https://www.xenbase.org/xenbase/searchPhenotype.do?method=display&keyword=disease&tabName=disease'],
['<i>Xenopus</i> Lines & Mutants', 'https://www.xenbase.org/xenbase/stockCenter/searchLines.do?supplier=&searchIn=1&searchValue=*&searchSpecies=11&orderBy=CREATE_DATE&orderDirection=DESC&method=searchLines'],
['GEO data on Xenbase', 'https://www.xenbase.org/xenbase/geneExpression/gseCurationSearch.do?method=search'],
['<i>Xenopus</i> Drawings', 'https://www.xenbase.org/xenbase/zahn.do'],
['<i>Xenopus</i> Staging Landmarks Table', 'https://www.xenbase.org/xenbase/landmarks-table.do'],
['<i>Xenopus</i> Data Downloads', 'https://www.xenbase.org/xenbase/static-xenbase/ftpDatafiles.jsp'],
['<i>Xenopus</i> Gene Reports', 'https://download.xenbase.org/xenbase/GenePageReports/'],
],
footer: [
['', 'Xenbase User Support', 'https://www.xenbase.org/entry/static-xenbase/contactUs.jsp'],
Expand Down

0 comments on commit 8f6b25c

Please sign in to comment.