5709a7858d5c197721be66d5218a79124abadb70 lrnassar Tue Mar 17 08:46:31 2026 -0700 Adding alt text to images across static documentation pages, CGI headers, markdown docs, and Pandoc templates. Content images receive AI-generated descriptive alt text; decorative images (icons, spacers, toggles) receive alt="" per WCAG best practice. Also adds Image Descriptions section to the accessibility page, and fixes Pandoc Lua writers to output alt attributes. 67 files, covering help docs, news archive, ENCODE pages, portal pages, and session examples. refs #37254 diff --git src/hg/htdocs/training/openHouse.html src/hg/htdocs/training/openHouse.html index b3d8232b141..f91e6b6c72b 100755 --- src/hg/htdocs/training/openHouse.html +++ src/hg/htdocs/training/openHouse.html @@ -1,67 +1,67 @@ <!DOCTYPE html> <!--#set var="TITLE" value="Genome Browser Open House 2021" --> <!--#set var="ROOT" value=".." --> <!-- Relative paths to support mirror sites with non-standard GB docs install --> <!--#include virtual="$ROOT/inc/gbPageStart.html" --> <p> </p> <h1>Welcome to the UCSC Genome Browser Open House page</h1> <p> </p> <div class="warn-note" style="border:2px solid #9e5900;padding:5px 20px;background-color:#e8ebf7;"> <span style="font-weight:bold;color:#c70000;"> <h3>Thanks to all who attended the UCSC / ASHG Ancillary 2021 Virtual Open House</h3> </span> <p> <b>We will have another Open House in the future: Another chance to meet our <a href = "../staff.html">staff</a> for Live Q & A </b> </p> <p> We know that the Genome Browser is a lot of things to a lot of people. It is full-featured, which also means that it can sometimes be complicated. <br>These events are an opportunity to ask questions in real time and meet the staff. </p> <!-- <p> Bring questions. </p> <p> <a href = "https://ucsc.zoom.us/j/94639622289?pwd=enNyVkhHbFF6LzcyZjVvSFV1azFEZz09" target = _blank>zoom link</a> </p> <p>Visit poll: <a href = "http://etc.ch/zgAt" target = _blank>Tell us where you are.</a></li> </p> <h3>What are we doing?</h3> <ul> <li>Our staff will be available to talk to you about the Browser. <li>You are encouraged to have your cameras on — we want to meet you, too! <li>We will have breakout rooms where you can self-assign: beginner/experienced, research/clinical, other</li> <li>You are free to move about among rooms.</li> <li><a href = "https://hgwdev-kuhn.gi.ucsc.edu/training/breakout.jpg" target = _blank>Breakout room help</a> — On a Mac it's not obvious how to get into a zoom chat room. On any machine, it's not obvious how to get back to the main room.</li> </ul> --> <a href = "https://genome.ucsc.edu/s/Example/wuhCor1_proPro2" -target = _blank><img src = "../images/spikeProPro.jpg" WIDTH = 900 HEIGHT =450></a> +target = _blank><img alt="Genome Browser view of SARS-CoV-2 spike protein proline substitutions in mRNA vaccines" src = "../images/spikeProPro.jpg" WIDTH = 900 HEIGHT =450></a> </div> <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->