Papers

The conference papers are available for download in a password-protected zip file at this link.

The password will be made available to attendees at the conference. The easiest way to open a password-protected zip file is to double-click it and enter the password.

If you are using a Mac, you can use the Archive Utility (a native Mac tool) will open and unpack your file.
The other way is to use the Terminal.
Step 1: Open Terminal on your Mac.
Step 2: Use the cd command to change directories to where your ZIP file is located. For example, if it’s on your Desktop, you would use cd desktop.
Step 3: Type the following command, replacing $path.zip with the name of your ZIP file: unzip $path.zip. In my case, the command is unzip encrypted_test.zip.
Step 4: Type in the password for the ZIP file and press Enter. Note that any characters won’t show on the screen; this is normal for password prompts in Terminal unless you have configured your shell differently
Step 5: Wait for the process to finish. Your files will be extracted to the current directory.