Skip to content

Commit f477d48

Browse files
jeremymanningclaude
andcommitted
Add Mapper and Scheduler to software page and CV
Added both to the javascript section of software.xlsx and to the Software (selected) section of JRM_CV.tex. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1cbf9db commit f477d48

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

data/software.xlsx

235 Bytes
Binary file not shown.

documents/JRM_CV.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@ <h2>Invited talks (selected)</h2>
368368

369369
<section id="software-selected">
370370
<h2>Software (selected)</h2>
371-
<ol reversed start="20">
371+
<ol reversed start="22">
372+
<li><strong>Manning JR</strong> (2026) Scheduler: a self-hosted appointment scheduling system like YouCanBook.me or Calendly, but free, open-source, and fully under your control. <a href="https://github.com/ContextLab/scheduler" target="_blank">GitHub</a>. <a href="https://cdl-scheduler.readthedocs.io/" target="_blank">Docs</a>.</li>
373+
<li><strong>Manning JR</strong> (2026) Mapper: map out an approximation of everything you know by answering multiple-choice quiz questions. <a href="https://github.com/ContextLab/mapper" target="_blank">GitHub</a>. <a href="https://context-lab.com/mapper/" target="_blank">Demo</a>.</li>
372374
<li><strong>Manning JR</strong>, <em>Manjunatha H</em>, Kording K (2023) Chatify: add an LLM-based chatbot "tutor" to
373375
Jupyter notebooks. <a href="https://github.com/ContextLab/chatify" target="_blank">GitHub</a>.</li>
374376
<li><em>Fitzpatrick PC</em>, <strong>Manning JR</strong> (2022) Davos: import

documents/JRM_CV.pdf

673 Bytes
Binary file not shown.

documents/JRM_CV.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,8 @@ \section*{Invited talks (selected)}
533533
\section*{Software (selected)}
534534

535535
\begin{etaremune}
536+
\item \textbf{Manning JR} (2026) Scheduler: a self-hosted appointment scheduling system like YouCanBook.me or Calendly, but free, open-source, and fully under your control. \href{https://github.com/ContextLab/scheduler}{GitHub}. \href{https://cdl-scheduler.readthedocs.io/}{Docs}.
537+
\item \textbf{Manning JR} (2026) Mapper: map out an approximation of everything you know by answering multiple-choice quiz questions. \href{https://github.com/ContextLab/mapper}{GitHub}. \href{https://context-lab.com/mapper/}{Demo}.
536538
\item \textbf{Manning JR}, \textit{Manjunatha H}, Kording K (2023) Chatify: add an LLM-based chatbot ``tutor'' to
537539
Jupyter notebooks. \href{https://github.com/ContextLab/chatify}{GitHub}.
538540
\item \textit{Fitzpatrick PC}, \textbf{Manning JR} (2022) Davos: import

software.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ <h2><img src="images/software/javascript-icon.png" alt="JavaScript">javascript c
9797

9898
<div class="software-list mt-20">
9999
<p><strong>autoFR.</strong> A verbal free recall experiment that incorporates automatic speech-to-text processing, ready-to-run on Amazon Mechanical Turk. [<a href="https://github.com/ContextLab/autoFR" target="_blank">GitHub</a>]</p>
100+
101+
<p><strong>Mapper.</strong> Map out an approximation of everything you know by answering multiple-choice quiz questions. [<a href="https://github.com/ContextLab/mapper" target="_blank">GitHub</a>] [<a href="https://context-lab.com/mapper/" target="_blank">Docs</a>]</p>
102+
103+
<p><strong>Scheduler.</strong> A self-hosted appointment scheduling system like YouCanBook.me or Calendly, but free, open-source, and fully under your control. [<a href="https://github.com/ContextLab/scheduler" target="_blank">GitHub</a>] [<a href="https://cdl-scheduler.readthedocs.io/" target="_blank">Docs</a>]</p>
100104
</div>
101105

102106
<p class="back-to-top">^ <a href="#top">REINSTATE CONTEXT (BACK TO TOP)</a> ^</p>

0 commit comments

Comments
 (0)