55aaab6ba2eccf6a17b66f54d25d0b38517d5853 jnavarr5 Fri Feb 28 15:24:27 2025 -0800 Adding a sentence for the image. Updating the date for next monday. Adding thanks section, refs #34703 diff --git src/hg/htdocs/goldenPath/newsarch.html src/hg/htdocs/goldenPath/newsarch.html index 1c42405e7fc..f0546f3793c 100755 --- src/hg/htdocs/goldenPath/newsarch.html +++ src/hg/htdocs/goldenPath/newsarch.html @@ -51,32 +51,32 @@ </div> <p>You can sign-up to get these announcements via our <a target=_blank href="https://groups.google.com/a/soe.ucsc.edu/g/genome-announce?hl=en">Genome-announce</a> email list. We send around one short announcement email every two weeks.</p> <p>Smaller software changes are not announced here. A summary of the three-weekly release changes can be found <a target=_blank href="https://genecats.gi.ucsc.edu/builds/versions.html">here</a>. For the full list of our daily code changes head to our <a href="https://github.com/ucscGenomeBrowser/kent/commits/master" target=_blank>GitHub page</a>. Lastly, see our <a href="credits.html" target="_blank"> credits page</a> for acknowledgments of the data we host.</p> <!-- ============= 2025 archived news ============= --> <a name="2025"></a> -<a name="030125"></a> -<h2>Mar. 01, 2025 New highlight features for track hubs now available</h2> +<a name="030325"></a> +<h2>Mar. 03, 2025 New highlight features for track hubs now available</h2> <p> We are happy to announce the release of new vertical highlight features for track hubs. These settings follow exactly the same syntax and functionality as the <code>filter</code> trackDb settings, except instead of items being excluded from the display, they are striped with a colored background to appear "highlighted" compared to the other items in the display. The full list of highlight trackDb settings is available on the <a href="/goldenPath/help/trackDb/trackDbHub.html#highlight">trackDb definitions</a> page. </p> <p> Please note that at this time only one higlight color is available per track, and if multiple highlight settings are present on the same track, only items that pass ALL highlight settings will highlighted.</p> <p> <b>Examples:</b> <pre> @@ -90,31 +90,36 @@ highlightText.name NM* </pre> <p> The example above uses the <code>highlightText</code> setting which will apply a highlight on the field <code>name</code>. Using this setting, any items that begin with <i>NM</i> are highlighted.</p> <pre> highlightColor #ff0000 </pre> <p> In this final example, the <code>highlightColor</code> to set the default highlight color. With this setting, all highlight stripes will use the color red, <code>#ff0000</code>.</p> <div class="text-center"> <img src="../images/newsArchImages/highlightAnnouncement.png" alt="Items in the NCBI RefSeq Historical track that begin with NM are highlighted red."> + <p>Items in the NCBI RefSeq Historical track for hg38 has all items that begin with + "NM" are highlighted red.</p> </div> +<p> +We would like to thank Chris Lee and Jairo Navarro for their efforts in creating and testing the +highlight feature for track hubs.<p> <a name="022425"></a> <h2>Feb. 24, 2025 enGenome VarChat track for human (hg38 and hg19)</h2> <p> We are happy to announce the release of the enGenome VarChat track for the <a target="_blank" href="/cgi-bin/hgTrackUi?db=hg38&g=varChat&position=default" >hg38/GRCh38</a> and <a target="_blank" href="/cgi-bin/hgTrackUi?db=hg19&g=varChat&position=default">hg19/GRCh37</a> human assemblies, available in the Variants in Papers superTrack. <a target="_blank" href="https://varchat.engenome.com/">VarChat</a> is an open platform that leverages the power of generative artificial intelligence to support the genomic variant interpretation process by searching the available scientific literature for each variant and condensing it into a brief yet informative text. </p>