Advertisement
johanna_antonelli

Mercury Commodities

Jul 1st, 2019
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [{:crux.db/id :commodity/Pu
  2. :common-name "Plutonium"
  3. :type :element/metal
  4. :density 19.816
  5. :radioactive true}
  6.  
  7. {:crux.db/id :commodity/N
  8. :common-name "Nitrogen"
  9. :type :element/gas
  10. :density 1.2506
  11. :radioactive false}
  12.  
  13. {:crux.db/id :commodity/CH4
  14. :common-name "Methane"
  15. :type :molecule/gas
  16. :density 0.717
  17. :radioactive false}
  18.  
  19. {:crux.db/id :commodity/Au
  20. :common-name "Gold"
  21. :type :element/metal
  22. :density 19.300
  23. :radioactive false}
  24.  
  25. {:crux.db/id :commodity/C
  26. :common-name "Carbon"
  27. :type :element/non-metal
  28. :density 2.267
  29. :radioactive false}
  30.  
  31. {:crux.db/id :commodity/borax
  32. :common-name "Borax"
  33. :IUPAC-name "Sodium tetraborate decahydrate"
  34. :other-names ["Borax decahydrate" "sodium borate" "sodium tetraborate" "disodium tetraborate"]
  35. :type :mineral/solid
  36. :appearance "white solid"
  37. :density 1.73
  38. :radioactive false}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement