I understand from the UCSC office that timestamping, versioning & verifiability of vitas is important. This leads them to believe that vitas must be pdfs, as the contents at a link can change continually.
While I provide a (latex-timestamped) pdf for download, we can in fact address this problem much more robustly in a online environment than we can by simply relying on downloaded pdfs with claims to their date that could be changed by intention or clerical errors.
I do this using cryptographic SHA1 hashes generated by git, as shown on the sidebar. The hash represents a cryptographic encoding of the changes made to the file. It is impossible to change the vita file without also changing the hash. By making sure the hashes match one can verify that the version of the document. The link provided at the SHA hash provides a persistent URL to the earlier version.
I understand from the UCSC office that timestamping, versioning & verifiability of vitas is important. This leads them to believe that vitas must be pdfs, as the contents at a link can change continually.
While I provide a (latex-timestamped) pdf for download, we can in fact address this problem much more robustly in a online environment than we can by simply relying on downloaded pdfs with claims to their date that could be changed by intention or clerical errors.
I do this using cryptographic SHA1 hashes generated by git, as shown on the sidebar. The hash represents a cryptographic encoding of the changes made to the file. It is impossible to change the vita file without also changing the hash. By making sure the hashes match one can verify that the version of the document. The link provided at the SHA hash provides a persistent URL to the earlier version.