You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: close missing > on Joomla-exported [Poster](</images/...) attachment links (#81)
The Joomla export wrote markdown links with an angle-bracket-wrapped URL
that's missing its closing >, e.g. `[Poster](</images/foo.png)`. Marked
silently treats those as a link with literal text, so the Poster anchor
on community/events rendered as a non-link (the symptom reported in #81).
Add the closing > and also copy the four event posters plus the
Biocuration 2025 poster into public/images so the URLs resolve on beta
without depending on reactome.org.
Keystone Symposia: Single-Cell Biology: Tissue Genomics, Technology and Disease, Jan 21-24 2024. [Poster](</images/events/Reactome_GSA.png>)
31
31
32
32
NIH Bioinformatics Training and Education Program Virtual Meeting, Feb14 2024[ Link to recording.](<https://cbiit.webex.com/recordingservice/sites/cbiit/recording/50f4927dad80103cbfd5005056812f37/playback>)
33
33
34
34
EMBL-EBI Training: Introduction to RNA-seq and functional interpretation, Feb 24 2024
Keystone Symposia: Systems and Engineered Biology. The Reactome Knowledgebase: a resource for systems immunology and innate immunity research April 9, 2024. [Poster](</images/events/Reactome_Keystone_Immunology.png>).
37
37
38
38
National Library of Medicine Bioinformatics and Clinical Informatics Program Fellowship, April 18, 2024
39
39
@@ -69,7 +69,7 @@ Front Line Genomics: Invited Speaker, July 16th, 2024
69
69
70
70
EMBL-EBI Training: Proteomics bioinformatics, July 19 2024
Society of Developmental Biology Meeting, July 17 2024. [Poster](</images/events/2024_DevBio_116x120_no-abstract.jpg>)
73
73
74
74
Online Webinar for Front Line Genomics: Integrative Multi-omics using July 17, 2024, Reactome GSA. [Link to Recording.](<https://app.livestorm.co/front-line-genomics/multi-omics-unleashed-webinar-2-enhancing-your-multi-omic-workflows-with-data-integration/live?s=7f203310-f5d0-4727-b1e3-dbbc83a6b7ca>)
Copy file name to clipboardExpand all lines: projects/website-angular/content/documentation/dev/content-service/diagram-exporter.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This tutorial will walk you through the simple steps of using this tool to gener
16
16
Generating the image of a diagram using our API is as easy as just calling the service with the identifier of the diagram and the desired extension (for example ".png", ".jpg" etc.)
@@ -30,14 +30,14 @@ This will export the image in the default quality. To get an image in print qual
30
30
In case the requested pathway has an interactive illustration (EHLD) associated with it, the diagram exporter will export the illustration as an image. In the following example, the EHLD of Hemostasis is requested in png format. Follow this [link](</documentation/icon-info>) if you are interested to learn more about our EHLDs.
0 commit comments