c988c01554db9f17455ca55e5bc42d3a94eeac9d lrnassar Fri Feb 24 15:04:20 2023 -0800 Fixing bonehead mistake of anchoring to next year. diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html index 1b4d916..6620e4a 100755 --- src/hg/htdocs/indexNews.html +++ src/hg/htdocs/indexNews.html @@ -1,54 +1,54 @@ <!-- News item template: <div class="jwNewsItem jwSingleLineRightColumn"> __DATE__ - <a href="goldenPath/newsarch.html#__MMDDYY__"> __HEADLINE__ </a></div> 1. Replace __DATE__ with something like 'Apr. 29, 2016' 2. Replace __MMDDYY__ with something like '042916' 3. Replace __HEADLINE__ with the news item's headline like 'Awesome New Feature' Be sure to follow the CORRECT STYLE for the headline: - capitalize first letter of headline - no other caps except for proper nouns and acronyms - check that headline char count doesn't exceed the line length (otherwise will truncate) - approx 50 characters 4. Drop the bottom item from the list (limit of 6 items at a time) | <- Cutoff point --> <div class="jwNewsItem jwSingleLineRightColumn"> Feb. 24, 2023 - - <a href="goldenPath/newsarch.html#022424"> + <a href="goldenPath/newsarch.html#022423"> New GENCODE gene tracks: V43 (hg19/hg38) - VM32 (mm39) </a></div> <div class="jwNewsItem jwSingleLineRightColumn"> Feb. 13, 2023 - <a href="goldenPath/newsarch.html#021323"> New recombination rate tracks for hg38 </a></div> <div class="jwNewsItem jwSingleLineRightColumn"> Jan. 30, 2023 - <a href="goldenPath/newsarch.html#013023"> Addition of GRCh38 patch 14 sequences to hg38 </a></div> <div class="jwNewsItem jwSingleLineRightColumn"> Dec. 20, 2022 - <a href="goldenPath/newsarch.html#122022"> Multiz Alignment & Conservation (470 mammals) for hg38 </a></div> <div class="jwNewsItem jwSingleLineRightColumn"> Dec. 13, 2022 - <a href="goldenPath/newsarch.html#121322"> New GENCODE gene tracks: V41 (hg19/hg38) - VM30 (mm39) </a></div> <div class="jwNewsItem jwSingleLineRightColumn"> Nov. 18, 2022 - <a href="goldenPath/newsarch.html#111822"> New enhanced Genome Browser search </a></div>