Changes to cancerdb.com

Breck Yunits
Breck Yunits
12 days ago
Update Scroll
code/conceptPage.scroll
Changed around line 1
- replaceJs TEMPLATE
- {
- const code = codeAtStart.replace("../code/conceptPage.scroll\n", "");
- const particle = new Particle(codeAtStart)
- const template = `title ${particle.get("name")}\nprintTitle\ncode\n ${code.replace(/\n/g, "\n ")}`;
- template;
- }
Changed around line 10: keyboardNav
- TEMPLATE
+ container
+ conceptTemplate
+ title {name}
+ printTitle
+
+ endSnippet
+
+ dumpConcept
csv.scroll
Changed around line 1
- loadConcepts concepts
Changed around line 19: Download the CancerDB ScrollSet as: CSV | TSV | JSON
+ loadConcepts concepts
index.scroll
Changed around line 1
- title CancerDB
-
- rootHeader.scroll
-
- # CancerDB: Datasets about Cancer
-
- center
- Newest posts
- blog/index.html
- class headerLink
- Cancer in the United States: Heatmap visualizations
- blog/cancer-heatmaps.html
- blog/cancerHeatmap.jpg
- width 300px
- blog/cancer-heatmaps.html
-
- footer.scroll
+ title CancerDB
+
+ rootHeader.scroll
+
+ # CancerDB: Datasets about Cancer
+
+ center
+ Newest posts
+ blog/index.html
+ class headerLink
+ Cancer in the United States: Heatmap visualizations
+ blog/cancer-heatmaps.html
+ blog/cancerHeatmap.jpg
+ width 300px
+ blog/cancer-heatmaps.html
+
+ footer.scroll
package.json
Changed around line 24
- "scroll-cli": "173.0.0",
- "scrollsdk": "^87.0.0"
+ "scroll-cli": "^177.0.0"
Breck Yunits
Breck Yunits
14 days ago
code/measures.parsers
Changed around line 45: abstractConceptIdsMeasureParser
-
Changed around line 53: abstractCodeMeasureParser
+ // socialMedia
+ abstractSocialMediaParser
+ extends abstractUrlMeasureParser
+ // todo remove the need for the below from parsers
+ string sortKey abstractSocialMediaParser
+ contentKey url
+ float sortIndex 10
+ abstractFollowersParser
+ // todo: clarify that 1 columnParser definition will equate to a max of 1 column in a TrueBase CSV.
+ // Extending an abstract parser with inScope parsers will not create new columns for each of those inScope parsers.
+ // We should either fix this or throw a warning or something if it occurs.
+ extends abstractIntegerMeasureParser
+ description How many followers on this platform does this account have?
+
Changed around line 463: rumbleParser
- // socialMedia
- abstractSocialMediaParser
- extends abstractUrlMeasureParser
- // todo remove the need for the below from parsers
- string sortKey abstractSocialMediaParser
- contentKey url
- float sortIndex 10
- abstractFollowersParser
- // todo: clarify that 1 columnParser definition will equate to a max of 1 column in a TrueBase CSV.
- // Extending an abstract parser with inScope parsers will not create new columns for each of those inScope parsers.
- // We should either fix this or throw a warning or something if it occurs.
- extends abstractIntegerMeasureParser
- description How many followers on this platform does this account have?
-
Breck Yunits
Breck Yunits
1 month ago
footer.scroll
Changed around line 3: buildHtml
- stumpNoSnippet
- div
- class trueBaseThemeFooter
- a CancerDB
- href BASE_URL/index.html
- class trueBaseThemeLogo
- span ·
- a #CancerMoonshot
- href https://www.whitehouse.gov/briefing-room/speeches-remarks/2022/09/12/remarks-by-president-biden-on-the-cancer-moonshot-initiative/
- span ·
- a About
- href BASE_URL/pages/about.html
- span ·
- a Blog
- href BASE_URL/blog/index.html
- span ·
- a Humor
- href BASE_URL/blog/humor.html
- span ·
- a Acknowledgements
- href BASE_URL/pages/acknowledgements.html
- span ·
- a Day DAYS_SINCE_INITIAL_COMMIT
- href https://github.com/breck7/CancerDB/commit/9cf883c9573176207842fbbb3180a08656401b1a
- title Initial commit on September 5th, 2022
+ div
+ noSnippet
+ class trueBaseThemeFooter
+ a CancerDB
+ href BASE_URL/index.html
+ class trueBaseThemeLogo
+ span ·
+ a #CancerMoonshot
+ href https://www.whitehouse.gov/briefing-room/speeches-remarks/2022/09/12/remarks-by-president-biden-on-the-cancer-moonshot-initiative/
+ span ·
+ a About
+ href BASE_URL/pages/about.html
+ span ·
+ a Blog
+ href BASE_URL/blog/index.html
+ span ·
+ a Humor
+ href BASE_URL/blog/humor.html
+ span ·
+ a Acknowledgements
+ href BASE_URL/pages/acknowledgements.html
+ span ·
+ a Day DAYS_SINCE_INITIAL_COMMIT
+ href https://github.com/breck7/CancerDB/commit/9cf883c9573176207842fbbb3180a08656401b1a
+ title Initial commit on September 5th, 2022
header.scroll
Changed around line 4: settings.scroll
- stumpNoSnippet
- link
- rel stylesheet
- type text/css
- href BASE_URL/allStyles.css
- div
- class trueBaseThemeHeader
- a CancerDB
- href BASE_URL/index.html
- class trueBaseThemeLogo
- a Blog
- href BASE_URL/blog/index.html
- a Concepts
- href BASE_URL/list.html
- a Explore
- href BASE_URL/pages/explore.html
- a Search
- href BASE_URL/search.html
- a CSV
- href BASE_URL/csv.html
- a Download
- href BASE_URL/download.html
+ BASE_URL/allStyles.css
+
+ div
+ noSnippet
+ class trueBaseThemeHeader
+ a CancerDB
+ href BASE_URL/index.html
+ class trueBaseThemeLogo
+ a Blog
+ href BASE_URL/blog/index.html
+ a Concepts
+ href BASE_URL/list.html
+ a Explore
+ href BASE_URL/pages/explore.html
+ a Search
+ href BASE_URL/search.html
+ a CSV
+ href BASE_URL/csv.html
+ a Download
+ href BASE_URL/download.html
package.json
Changed around line 24
- "scroll-cli": "^148.0.0",
+ "scroll-cli": "173.0.0",
Breck Yunits
Breck Yunits
2 months ago
blog/cancer-heatmaps.scroll
Changed around line 15: Cancer deaths per year in the USA by cancer type and age
- table
+ datatable
Changed around line 44: Cancer cases per year in the USA by cancer type and age
- table
+ datatable
Changed around line 73: Crude mortality rate in the USA by cancer type and age.
- table
+ datatable
Breck Yunits
Breck Yunits
2 months ago
blog/cancer-heatmaps.scroll
Changed around line 104: css .visNotes { font-size: 80%; opacity: .8;}
- table
+ datatable
Changed around line 118: table
- table
+ datatable
Changed around line 132: table
- table
+ datatable
csv.scroll
Changed around line 25: Statistics on the measures (columns) are below and can be downloaded as: CSV | T
- table measures.csv
+ measures.csv
pages/acknowledgements.scroll
Changed around line 12: Thank you to everyone who has contributed directly to the CancerDB repo:
- table contributors.json
+ contributors.json
pages/explore.scroll
Changed around line 7: printTitle
- table ../cancerdb.tsv
+ ../cancerdb.tsv
ffff:76.126.35.15
ffff:76.126.35.15
2 months ago
updated header.scroll
header.scroll
Changed around line 8: stumpNoSnippet
- href BASE_URL/gazette.css
- link
- rel stylesheet
- type text/css
- href BASE_URL/TrueBaseTheme.css
+ href BASE_URL/allStyles.css
ffff:76.126.35.15
ffff:76.126.35.15
2 months ago
updated allStyles.scroll
allStyles.scroll
Changed around line 1
+ buildCss
+ inlineCss .gazette.css .scroll.css TrueBaseTheme.css
ffff:76.126.35.15
ffff:76.126.35.15
2 months ago
created allStyles.scroll
allStyles.scroll
ffff:76.126.35.15
ffff:76.126.35.15
2 months ago
updated blog/hawaii-cancer-moonshot.scroll
blog/hawaii-cancer-moonshot.scroll
Changed around line 6: title The Hawai'i #CancerMoonshot
- thinColumns 2
+ container 600px
Changed around line 27: We've done this once before. We are the team behind PLDB.io. We are applying wha
- image japan.jpeg
+ japan.jpeg
Changed around line 50: quote
- endColumns
-
ffff:76.126.35.15
ffff:76.126.35.15
3 months ago
updated TrueBaseTheme.css
TrueBaseTheme.css
Changed around line 91: body {
- .scrollTitle {
+ .printTitleParser {