Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(website): remove water bodies from group address country list #1521

Merged
merged 1 commit into from
Mar 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions website/src/components/User/listOfCountries.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// source: https://www.ncbi.nlm.nih.gov/genbank/collab/country/
// We excluded the seas/oceans: Arctic Ocean, Atlantic Ocean, Baltic Sea, Indian Ocean, Mediterranean Sea, North Sea,
// Pacific Ocean, Southern Ocean, Ross Sea, Tasman Sea

export const listOfCountries = [
'Afghanistan',
Expand All @@ -10,18 +12,15 @@ export const listOfCountries = [
'Anguilla',
'Antarctica',
'Antigua and Barbuda',
'Arctic Ocean',
'Argentina',
'Armenia',
'Aruba',
'Ashmore and Cartier Islands',
'Atlantic Ocean',
'Australia',
'Austria',
'Azerbaijan',
'Bahamas',
'Bahrain',
'Baltic Sea',
'Baker Island',
'Bangladesh',
'Barbados',
Expand Down Expand Up @@ -114,7 +113,6 @@ export const listOfCountries = [
'Hungary',
'Iceland',
'India',
'Indian Ocean',
'Indonesia',
'Iran',
'Iraq',
Expand Down Expand Up @@ -160,7 +158,6 @@ export const listOfCountries = [
'Mauritania',
'Mauritius',
'Mayotte',
'Mediterranean Sea',
'Mexico',
'Micronesia, Federated States of',
'Midway Islands',
Expand All @@ -186,11 +183,9 @@ export const listOfCountries = [
'Norfolk Island',
'North Korea',
'North Macedonia',
'North Sea',
'Northern Mariana Islands',
'Norway',
'Oman',
'Pacific Ocean',
'Pakistan',
'Palau',
'Palmyra Atoll',
Expand All @@ -208,7 +203,6 @@ export const listOfCountries = [
'Republic of the Congo',
'Reunion',
'Romania',
'Ross Sea',
'Russia',
'Rwanda',
'Saint Barthelemy',
Expand Down Expand Up @@ -236,7 +230,6 @@ export const listOfCountries = [
'South Georgia and the South Sandwich Islands',
'South Korea',
'South Sudan',
'Southern Ocean',
'Spain',
'Spratly Islands',
'Sri Lanka',
Expand All @@ -250,7 +243,6 @@ export const listOfCountries = [
'Taiwan',
'Tajikistan',
'Tanzania',
'Tasman Sea',
'Thailand',
'Timor-Leste',
'Togo',
Expand Down
Loading