061a12bb88aae8aa1ca68cdfc8492b1321817eb0 lrnassar Mon Nov 20 09:48:58 2023 -0800 Adding a new page which will list out meetings and workshops that we will attend and are open to the public. Refs #31573 diff --git src/hg/htdocs/indexMeetings.html src/hg/htdocs/indexMeetings.html new file mode 100644 index 0000000..38b0c85 --- /dev/null +++ src/hg/htdocs/indexMeetings.html @@ -0,0 +1,14 @@ +<h2 style="text-align: center">Meetings and Workshops: Come see us in person!</h2> +<div class="container"> + <div class="row"> + <div class="col-md-6"> + <ul><li><a href="https://meetings.cshl.edu/meetings.aspx?meet=info&year=23" + target="_blank">CSHL: Genome Informatics 2023</a> - New York, NY - Dec 6-9, 2023</li></ul> + </div> + <div class="col-md-6"> + <ul><li><a href="https://www.intlpag.org/31/" + target="_blank">Plant and Animal Genomes 2024</a> - San Diego, CA - Jan 12-17, 2024</li></ul> + </div> + </div> +<p style="font-size: smaller;text-align: center;">Feel free to <a href="genome-www@soe.ucsc.edu">contact us</a> if you are interested in meeting someone from the team to collaborate, get help, or ask any questions at the meetings.</p> +</div>