Update TermsandConditions.md
[ccm-docs.git] / docs / TermsandConditions.md
blobee987d0f6a50dca8168c316f0970bb4026eec17a
1 # Center for Computational Mathematics (CCM) University of Colorado Denver
3 ## Terms and Conditions
5 ### Acknowledgment
6 **All work must acknowledge the CCM and reference the NSF grant number.** Here is a suggested acknowledgement:
8 *"This work used the computing resources at the Center for Computational Mathematics, University of Colorado Denver,
9 including the Alderaan cluster, supported by the National Science Foundation award
10 [OAC-2019089](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2019089)."* 
12 Please the PI [jan.mandel@ucdenver.edu](mailto:jan.mandel@ucdenver.edu) copies of and links to all such
13 work published or posted. 
15 ### Legal
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 Please do not store or process any sensitive information on this system, such as proprietary data, health records, 
20 grades, social security numbers, potentially defense-related data, or data related to technology restricted in any way, 
21 in particular technology which may be subject to restrictions on export to some countries. In more detail:
23 * No project or data are allowed on this resource that require compliance with any regulations or security standards, including HIPPA, FERPA, NIST SP 800-171, etc. No Controlled Unclassified Information (CUI) is allowed. This system is not suitable
24 for [highly confidential data in CU classification](https://www.cu.edu/data-governance/resources-support/data-classification). 
26 * No export controlled technology or technical data related to the Export Administration Regulations (EAR) or the International Traffic in Arms  Regulations (ITAR) is permitted.
27   
28 * The above includes data, software, and results generated as output. 
30 * **All usage of this resource must be fundamental research, intended to be published with no restrictions or approval
31 requirement by the sponsor, or any restriction on the nationality of the participants.**
33 ### Connecting from this system and file protections
35 If you use ssh keys to connect from this system, such as to github or 
36 another computer account, it is highly recommended to use an ssh key with a passcode you have to type in every time. 
37 Otherwise, the security your other account is only as good 
38 as the protection of your files here. 
40 We use the standard Linux file permissions, which cannot be considered secure. 
41 In particular, anyone with an administrator account can access any files.
43 ### Storage
45 **All files stored on this cluster may be lost at any time with no notice. You (the user) must  maintain copies of all
46 important files elsewhere.** 
48 All users must keep their home directories under 25GB so that backup of all home directories is possible.
49 Additional project storage is available, which is not backed up. 
51 By default, files and directories, including your home directory, are created such that all other users have read
52 permissions. This is Linux default to encourage collaboration. If you want to keep a file or directory private from 
53 users other than system administrators, you need to manually change the permissions for that file or directory.
54  To do so type the command below:
56     chmod og-rwx file_or_directory_name
58 For more information on storage, see the [Clusters Guide](../clusters_guide/#file-storage).
60 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)