viewof contactForm = Inputs.form({
Name: Inputs.text({ placeholder: "Your name" }),
Email: Inputs.text({ placeholder: "your.email@example.com", type: "email" }),
Subject: Inputs.select(
["General Inquiry", "Data Correction", "Collaboration", "Technical Support", "Other"],
{ value: "General Inquiry" }
),
Message: Inputs.textarea({ placeholder: "Your message here...", rows: 6 })
})Contact
We’d love to hear from you. Use this page for questions about the atlas, collaboration opportunities, dataset corrections, or ideas for extending the project.