Python package for lab student survey
Project description
Lab Student Survey
Python package for lab student survey. A single command fetches the spreadsheet generated from Google Forms and uploads the analysis results to Google Drive.
Usage
- Create
student-lab-survey
(or any name) project in Google Cloud Platform. - Enable
Google Drive API
in Google Cloud Platform. - Create a
Service Account
in Google Cloud Platform. - Download the
Service Account
credentials as JSON in Google Cloud Platform and save it asservice-secrets.json
in the working directory or set it asGDRIVE_SERVICE_ACCOUNT
environment variable (via GitHub Secrets). - Create
student-lab-survey
(or any name) folder in Google Drive. - Add the
Service Account
email to thestudent-lab-survey
folder withEditor
permissions. - Create a
Google Form
for the lab student survey. The second question should be the name of the supervisor. - Create a
Google Sheet
in thestudent-lab-survey
folder from theGoogle Form
. - Create
metadata.csv
andmetadata_group_name.csv
in the working directory orstudent-lab-survey
folder in Google Drive to specify the question groups. The former will be automatically generated in the working directory if it does not exist. The latter is optional.
Environment Variables
- Set the
Google Sheet
ID asLAB_STUDENT_SURVEY_FILE_ID
environment variable (via GitHub Secrets). - Set the
student-lab-survey
folder ID asLAB_STUDENT_SURVEY_FOLDER_ID
environment variable (via GitHub Secrets). (Optional.) If not set, the parent folder ID of theGoogle Sheet
will be used. - (Set the
Service Account
credentials asGDRIVE_SERVICE_ACCOUNT
environment variable (via GitHub Secrets).)
Running commands
lss
Github Actions
name: Run lab-student-survey
on:
schedule:
# every day at 00:00 UTC
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install wkhtmltopdf
run: sudo apt-get install -y wkhtmltopdf
- name: Install and run lab-student-survey
run: pipx run lab-student-survey
env:
LAB_STUDENT_SURVEY_FILE_URL: ${{ secrets.LAB_STUDENT_SURVEY_FILE_URL }}
LAB_STUDENT_SURVEY_FOLDER_URL: ${{ secrets.LAB_STUDENT_SURVEY_FOLDER_URL }}
GDRIVE_SERVICE_SECRETS: ${{ secrets.GDRIVE_SERVICE_SECRETS }}
Installation
Install this via pip or pipx (or your favourite package manager):
pipx install lab-student-survey
Alternatives
As far as I could find, there is no repository on GitHub for this particular topic. Instead, you may want to check out the following alternative websites. However, as there are too few people in a lab, with the effect of diminishing anonymity, most of these websites do not seem to attract many reviews.
国内
- 理系研究室のクチコミサイト|OpenLab: 募集停止中, 投稿するとAmazonギフト券(100円)がもらえる, ほとんど情報なし(100程度?)
- LabBase 研究室サーチ: 入力方法不明, 上よりも情報なし
- 研究室ナビ: リンク切れ Forms
研究室 口コミ -満載 -学べます - Search / X
海外
- PI Review: 231 reviews (2021/09/21)
- GradPI: 329 reviews (2023/09/21), Must have a .edu or .ac.uk domain email address to even view the site.
- RMGA: 3 reviews? (2021/09/21)
- ratemypi.com, qcist.com: リンク切れ
- 한국에너지공과대학교 에너지공학부 구근호 - 김박사넷: かなり多い(1000以上?)
pi rate website phd site:www.reddit.com - Google Search
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for lab_student_survey-0.4.19.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d933ea276f7b8bd555f93a8ce76946c89dc96cd7bc2039e1df2926e69689f72 |
|
MD5 | d5f7c8824c75c973781ab02bdcd70b71 |
|
BLAKE2b-256 | a2e6002d28ce2df41c2bf351bfa4b82cbd143f81afdf0b2b6d94933ab8324de4 |
Hashes for lab_student_survey-0.4.19-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73f87c37b67df8fd7050796aa39a2f5028ffe4fca004d6a086ef671070608e9f |
|
MD5 | 041e56e6a2f395eb2ccf0eba1f08ab72 |
|
BLAKE2b-256 | 43cb92d4150652b3ac8e1df3bb8f5cf5124eaa2f823354404495cf2ddb2f3fe8 |