Adjunct availability in Computer Science at Silver Lake Community College
2026-09-07 09:05 · to Janet Lowe <jlowe@silverlakecc.edu> · Silver Lake Community College · sent
Email as sent
Adjunct availability in Computer Science at Silver Lake Community College
Dear Professor Lowe, I am writing about adjunct teaching or capstone mentoring in Computer Information Systems at Silver Lake Community College. My background is applied: a decade of forecasting and pricing work in industry, and four years teaching working adults how to build data pipelines and dashboards in Python. Courses I can take on at short notice: introductory data science, applied statistics for CS students, and a project course where students ship a working analytics tool for a real small business. My CV is attached with syllabi available on request. If there is a gap in the schedule this year or next, I would welcome a 20-minute call. Dr. Priya Raman Analytics practitioner and adjunct instructor priya.raman.teaching@gmail.com
| Template | Applied data science teaching |
|---|---|
| Transport | gmail |
| Gmail message id | 18f001330b27e0cc |
| Gmail thread id | 18f001330b27e0cc |
Gmail API request
users.messages.send takes one field, raw: the whole RFC 2822 message (headers, text, the PDF as a MIME part) encoded base64url. This is what was built for this email.
{
"request": "POST https://gmail.googleapis.com/gmail/v1/users/me/messages/send",
"authorization": "Bearer <OAuth access token, scope gmail.send>",
"body": {
"raw": "RnJvbTogIkRyLiBQcml5YSBSYW1hbiIgPHByaXlhLnJhbWFu... (1972 base64url characters)"
},
"decoded_message": {
"headers": {
"From": "\"Dr. Priya Raman\" <priya.raman.teaching@gmail.com>",
"To": "Janet Lowe <jlowe@silverlakecc.edu>",
"Subject": "Adjunct availability in Computer Science at Silver Lake Community College",
"Message-ID": "<178890307146.4.6754807503252730578@gmail.com>",
"MIME-Version": "1.0",
"Content-Type": "multipart/mixed; boundary=\"===============6049263642817747848==\""
},
"parts": [
"text/plain",
"application/pdf (attachment cv-priya-raman.pdf, 15 bytes)"
]
}
}