Random collection of others tools I've developed for research, teaching, or just for fun.
A typewriter-style, bare-bones MathJax previewer that supports a limited number of text formatting options, with very generous output space and large fonts, and few distracting elements. Intended to be used for teaching (either in person for large lecture halls, via projectors; or via Zoom via screen share), or as a quick scratch board for mathematical discussions and brainstorming. Source code available on Gitlab.
Perhaps you would like to subscribe to the Math Department Seminar Announcements on your personal Google Calendar. Unfortunately, each individual seminar has its own iCal feed. And if you are like me, having 9 extra calendar feeds is a bit annoying (for example, if I am travelling and don't want to see the seminars on my calendar, I will have to turn them all off one by one).
Google Calendar unfortunately cannot have one calendar subscribe to multiple iCal feeds... natively. This can be handled through Google Apps Scripts, however, and the GAS-ICS-Sync script by Derek Antrican works pretty well. The link to the left is a slightly modified version of Derek's script, customized to the MSU Math seminar feeds.
To use:
sem_codes. To find the seminar code, go to the seminar announcement page, hover over the seminar you wish to subscribe to. The URL that shows should end in seriesID=XXXX; that number is the seminar code. For example, doing it with the Analysis and PDE seminar you get the code 49.Dictionary file for Gboard (the default Android virtual keyboard by Google) to help input mathematical symbols. To use:
Notes: Most symbols use their standard LaTeX names, except the slash \ is replaced by qq, to save time from navigating to the symbols menu. So the code for the symbol ð is qqeth (normally it would be \eth). The exception are the Greek letters; they are stored as alpha, beta, vartheta and so on, without the qq- prefix.
I didn't have time to type in all LaTeX symbols; just the one I find useful myself.
Hence several of the symbols use my personal macro names, instead of standard names (e.g. qqReal, qqComplex, qqSphere etc.).
To save time paired delimiters are also defined (qqnorm, qqbraket, etc.).
Once the file is loaded please browse through it to edit as you please.