Header photo art: Robert Houle
| Website | www.lynnecotter.com |
| Website | www.lynnecotter.com |
Anyone work at a company they like that's hiring #PhD #research interns for summer 2024? Interested in roles related to #ComputerScience #DataVisualization #ExplainableAI #Genomics #Bioinformatics #SoftwareEngineering #ML #interpretability #EDA #DataAnalytics
I'm a third year PhD student in Computer Science at an R1 university (completed MS coursework), and a dual citizen USA/EU :) Thanks for boosting! #GetFediHired
Call For Submissions: First Nations Scholarship
As part of the 74th Annual Conference, ICA is seeking to promote the scholarship and participation of First Nations scholars in both the conference and the association as a whole.
Resources which may be useful for PhD candidates in computing-based fields. - GitHub - Lynsay/PhDStudentResources: Resources which may be useful for PhD candidates in computing-based fields.
#quarto gotcha: if you render a .qmd to an .html and then move the .html file (eg. to an LMS for handing in as an assignment), all images *disappear*, including graph output, because they are in image files that are separate from the .html file. Solution: edit the yaml header to read
format:
html:
embed-resources: true
with the right indentation.
I'm not keen on making my students do this in week 1 of classes, but so it is. #rstats #quarto