These instructions describe how to render the NCAN Summer Course applications into easy-to-read PDFs. A copy of the NCAN scripts folder, which includes this readme, is accessible on GitHub at: https://github.com/Schmill731/NCAN. This GitHub will always contain the newest version of this script (and others for the summer course). Please note that it does not contain the requisite client_secrets.json file as this contains sensitive data. Please contact Billy Schmitt if you require this file.
-
Log-in to Qualtrics
-
Download the Registration Data
- Navigate to the
Summer Course 2017 RegistrationSurvey's Data & Analysis Module. - Click
Export & Import. - Click
Export Data. - Click
Export Data with Legacy Format. - Click
Download.
- Navigate to the
-
Download the Application Data
- Navigate to the
Summer Course 2017 ApplicationSurvey's Data & Analysis Module. - Download the CSV Data.
- Click
Export & Import. - Click
Export Data. - Click
Export Data with Legacy Format. - Click
Download.
- Click
- Download the User-Submitted Files
- Click
Export & Import. - Click
Export Data. - Click
Export Data with Legacy Format. - Click
User-Submitted Files. - Click
Download. - If necessary, navigate to your Downloads folder and unzip the file just downloaded.
- Click
- Navigate to the
-
Download the Recommendation Data
- Navigate to the
Summer Course RecommendationsSurvey's Data & Analysis Module. - Download the CSV Data.
- Click
Export & Import. - Click
Export Data. - Click
Export Data with Legacy Format. - Click
Download.
- Click
- Download the User-Submitted Files
- Click
Export & Import. - Click
Export Data. - Click
Export Data with Legacy Format. - Click
User-Submitted Files. - Click
Download. - If necessary, navigate to your Downloads folder and unzip the file just downloaded.
- Click
- Navigate to the
-
Download the Demographic Supplement Data
- Navigate to the
Demographic SupplementSurvey's Data & Analysis Module. - Click
Export & Import. - Click
Export Data. - Click
Export Data with Legacy Format. - Click
Download.
- Navigate to the
- Move the NCAN folder (and unzip it, if necessary) to your downloads folder
- Open a terminal window and navigate to the NCAN folder (likely
cd C:/users/your_username/downloads/NCAN). - If this is your first time running the script on this computer, ensure you have python 3 installed (run
python3 -Vto find out) and run:pip3 install --user -r requirements.txt - If necessary, open
export_apps.pyand update theyearandGDriveDestIDglobal variables as necessary.- You can obtain the ID for the folder you wish to place the applicant PDFs by going to the folder on your Google Drive account and looking at the URL for that folder:
https://drive.google.com/drive/u/1/folders/the_id_is_here
- You can obtain the ID for the folder you wish to place the applicant PDFs by going to the folder on your Google Drive account and looking at the URL for that folder:
- type:
./export_apps.py - Allow the Google Drive Authentication that will pop up (needed in order to upload the files to Google Drive).
- Please note that it will take a while to run. Making PDFs should not take a while (less than a minute per application), but uploading could take longer (~2 minutes per application), especially if you are uploading the files into a Google Drive folder that is not owned by you.
- Log on to your Google Drive account, and navigate to the appropriate folder to check if the files have uploaded to your account.