Skip to content

Instantly share code, notes, and snippets.

View 1nathanliang's full-sized avatar
💼
Searching for internships!

nathan liang 1nathanliang

💼
Searching for internships!
View GitHub Profile
@1nathanliang
1nathanliang / conference-presentation.bib
Last active January 11, 2024 03:38
APA7 Conference Poster BibTeX Format
@unpublished{Liang2024ReligionSPSP,
author = {\textbf{Surname, FirstInitial.}, and Surname, Firstname and Surname, Firstname},
title = {My awesome poster title},
date = {YYYY-MM-DD/YYYY-MM-DD},
howpublished = {Poster session},
addendum = {Conference Name, City, State, Country.}
}
@1nathanliang
1nathanliang / dialog.html
Created December 31, 2021 01:40 — forked from coinsandsteeldev/dialog.html
Google Sheets script to allow multi-select in cells with data-validation (adapted from https://www.youtube.com/watch?v=dm4z9l26O0I)
<!DOCTYPE html>
<html>
<head>
<script>
var data
var formId = 'form'
function drawForm() {
if (!data) return
var outputEl = document.getElementById(formId);