WIP: Replace project pages with ones generated from the pool #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "msz/www.trr379.de:project-pool-preview"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This demonstrates what would happen if English project pages were replaced by ones generated based on the Pool metadata using code introduced in
q02/pool-publication-page@731baf9cc5As far as I can see, the metadata is maintained, and the diff mostly shows ordering changes (here, items are sorted alphabetically for deterministic outputs). People's names (ie. Hugo page titles) are replaced by labels (ie. Hugo source file names), which should be equivalent and likely more explicit. The biggest change seems to be in the project descriptions: most lines in the diffs are due to text wrapping (here: 80 characters), but we are also losing shortcodes such as
{{<lead>}}(which, IMO, was meaningfully used only by Q02) and other formatting features if present - the description is taken verbatim from the Pool.Replace project pages with ones generated from the poolto WIP: Replace project pages with ones generated from the pool@ -21,4 +22,2 @@spectroscopy will be used in patients to assess glutamate and GABA levels. In afurther translational approach, the least and the most aggressive/impulsiverecombinant inbred mouse lines identified in [C01 in Frankfurt]({{< relref"/projects/c01" >}}) will be tested in Mannheim with animal MR spectroscopy atThis relref dies. I'm not sure if there is a way to fix it, if we add the markup in the pool would look weird.
@ -38,1 +28,3 @@neuroimaging and bioinformatics.computational modelling projects in the next funding period. This is adistributed project, with representatives at all main TRR379 sites. As a keysoftware solution, this project employs DataLad. DataLad is a data managementThis link also dies. But this is a standard markdown link, so we could simply add it to the pool?
@ -23,4 +25,3 @@infrastructure will help focus on developmental and therapeutic longitudinaldata, training all participating researchers in the necessary skills for futureuse. This strategy will lay the foundations for further data-drivencomputational modelling projects in the next funding period.here, the markup dies.
before:

after:

@ -24,0 +22,4 @@aims to identify the quantitative trait loci (QTL) and putative candidate genescontained within the QTL and associate them with specific behavioral responsesof stressed and unstressed cohorts of mice. The publicly available databaseGeneNetwork (www.genenetwork.org) will be used to validate the findings whichjust a note: links like this render fine, so this could also be an option for links (instead of markdown links)
OK, we've discussed the diff and noted that (at least currently) we would lose some formatting with the generated version, which is not ideal but not too bad. The discussion ran its course.
These pages will be generated and committed if we merge the workflow (#22 or #23), so this PR does not require manual merging.
Pull request closed