Skip to content

Instantly share code, notes, and snippets.

@Inkimar
Created May 13, 2015 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Inkimar/38bade2002311b506dfc to your computer and use it in GitHub Desktop.
Save Inkimar/38bade2002311b506dfc to your computer and use it in GitHub Desktop.
private void populateEESpeciesProfileModule() {
eeSpmLookup = new HashMap<>();
/* ee term | spm term */
eeSpmLookup.put("General Description", "General description");
//eeSpmLookup.put("Ecology", "")
//eeSpmLookup.put("Phylogeny", "")
eeSpmLookup.put("Distribution", "Distribution");
eeSpmLookup.put("DiagnosticDescription", "Diagnostic description");
eeSpmLookup.put("Morphology", "Morphology");
eeSpmLookup.put("Size", "Size");
//eeSpmLookup.put("Growth", "");
eeSpmLookup.put("LookAlikes", "Look-alikes");
eeSpmLookup.put("Habitat", "Habitat");
eeSpmLookup.put("TrophicStrategy", "Trophic strategy");
eeSpmLookup.put("Behaviour", "Behaviour");
eeSpmLookup.put("LifeCycle", "Life cycle");
eeSpmLookup.put("Reproduction", "Reproduction");
eeSpmLookup.put("Associations", "Associations");
eeSpmLookup.put("Dispersal", "Dispersal");
eeSpmLookup.put("Migration", "Migration");
//eeSpmLookup.put("Population biology", "");
eeSpmLookup.put("Threats", "Threats");
eeSpmLookup.put("RiskStatement", "Risk statement");
eeSpmLookup.put("ConservationStatus", "Conservation status");
eeSpmLookup.put("Key", "Key");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment