// sample JSON template for the Science Registry.
// be sure to strip out all comments when finished.
// eg: sed '/^\s*\/\//d; s/\/\*.*\*\///g' yourfile.jsonc > new_entry.json
// note: all entries are strings, and should in quotes
{
      // array of subnets, both IPV4 and IPV6
      "addresses" : [
         "129.114.104.0/24",
         "2001:db8:114:104::/64"
      ],
      // recommended format: "full orgization name (abbr)"
      "org_name" : "Texas Advanced Computing Center (TACC)",
      // NSF Code for Classifications for Research, applicable; (optional)
      // e.g.: MPS.Physics.High Energy, GEO.Earth, MPS.Astronomy, BIO.Genomics and Bioinformatics, etc.
      // for compute centers, set to 'Multi-Science Facility'. set to null if N/A
      "discipline" : "Multi-Science Facility",
      // lat/long: (optional) set to 0.0 to use MaxMind GEO DB for location 
      // see: https://www.maxmind.com/en/geoip-demo to verify Maxmind DB is correct for your subnets
      "latitude" : "0.0",
      "longitude" : "0.0",
      // resource name =  "org_abbr - resource_name - resource type"
      // where type must be one of the following: Types: Compute, Storage, Archive, Test
      // e.g.: "NERSC - DTN - Storage"  or "TACC - Stampede3 - Compute"
      "resource_name" : "TACC - Jetstream - Compute",
      // sample projects: ATLAS, CMS, FIONA, Environmental Molecular Sciences Lab (EMSL), etc (optional)
      "project_name" : null,
      // email list to contact to see if information is current, avoid personal emails
      "contact_email" : null
}
