1 # Center for Computational Mathematics (CCM) University of Colorado Denver
3 ## Terms and Conditions
6 **All work must acknowledge the CCM and reference the NSF grant number.**
8 Users should send the PI [jan.mandel@ucdenver.edu](mailto:jan.mandel@ucdenver.edu) copies of, and links to, all such
9 work published or posted. The below is the suggested attestation.
11 *"This work used the computing resources at the Center for Computational Mathematics, University of Colorado Denver,
12 including the Alderaan cluster, supported by the National Science Foundation award
13 [OAC-2019089](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2019089)."*
16 **You (the user) are responsible for ensuring compliance to the data restrictions as outlined below. Failure to adhere
17 to these restrictions may result in account deactivation, and immediate deletion of any or all data.**
19 No export controlled technology or technical data related to the Export Administration Regulations (EAR)
20 or the International Traffic in Arms Regulations (ITAR) is permitted on University of Colorado Denver Research
21 Computing resources. This includes export controlled data, export controlled software, and export controlled results
24 Do not keep any confidential or sensitive files on this system. In particular, no proprietary data, health records,
25 grades, social security numbers, etc. If you use ssh keys to connect elsewhere from this system (such as github or
26 another computer account), it is highly recommended to make an ssh key with a passcode.
28 All usage of this resource must be fundamental research, intended to be published with no restrictions or approval
29 requirement by the sponsor, or any restriction on the nationality of the participants.
32 **All files stored on this cluster may be lost at any time with no notice. You (the user) must maintain copies of all
33 important files elsewhere.**
35 All users must keep their home directories under 25GB so that backup of all home directories is possible.
36 Additional project storage is available, which is not backed up.
37 By default, files and directories, including your home directory, are created such that all other users have read
38 permissions. This is Linux default to encourage collaboration. If you want to keep a file or directory private from
39 users other than system administrators, you need to manually change the permissions for that file or directory.
40 To do so type the command below:
42 chmod og-rwx file_or_directory_name
44 for more information on storage, see [link]
46 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)