Advertisement
Guest User

Wikicode todo list

a guest
Dec 21st, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. -Suicide
  2. Integrate CDC data sources: http://www.cdc.gov/violenceprevention/suicide/datasources.html
  3. Integrate WHO data sources: http://www.who.int/violence_injury_prevention/surveillance/databases/en/
  4. -Ion
  5. List of common ions
  6. SortBy[Tally@Flatten@Cases[ChemicalData[#,"Ions"]&/@ChemicalData[],_List],-#[[2]]&]
  7. -Proton
  8. Simple function to give expression for exponential charge falloff radius at a given position
  9. It would be really cool to supplement the cartoon drawing of the internal structure with a rendering from a lattice QCD simulation
  10. -Apoptosis
  11. Relevant biological processes
  12. Select[Union@DeleteCases[Flatten[ProteinData[#,"BiologicalProcesses"]&/@ProteinData[]],_Missing],StringMatchQ[#,"*Apopto*"]&]
  13. Import human pathway in KEGG database (uses KEGG module for parsing) (http://www.genome.jp/kegg-bin/show_pathway?map=hsa04210&show_description=show)
  14. -KEGG
  15. KGML parser
  16. -Vacuum
  17. Vacuum quality ranges (low vacuum to perfect vacuum)
  18. -Mass
  19. List of mass units
  20. -Higgs boson
  21. Feynman diagrams of common production processes in colliders
  22. Compute decay width and branching ratios from mass
  23. -Density
  24. Compute density for homogenous and hetergenous objects
  25. -Black hole
  26. Compute Schwarzschild radius from mass
  27. Black hole size classifications
  28. -Momentum
  29. Compute momentum of single and many particle systems from masses and velocities
  30. -Force
  31. Compute force vector from change in momentum and time
  32. -Torque
  33. Compute torque vector from position and force vectors
  34. -Friction
  35. Compute friction force from normal force and coefficient of friction
  36. Table of static friction coefficients for various materials
  37. Compute energy lost to heat from friction
  38. -Work (physics)
  39. Compute work from force and distance
  40. -Mass-energy equivalence
  41. Convert mass to energy and vice-versa
  42. -Coriolis effect
  43. Compute Coriolis acceleration from velocity and angular velocity vectors
  44. Compute Coriolis acceleration in spherical coordinates
  45. -Density of air
  46. Compute density of air based on temperature, humidity, and altitude
  47. -Pressure
  48. Compute pressure from force and area
  49. -Enthalpy
  50. Compute enthalpy from energy, pressure, and volume
  51. Newton's law of universal gravitation
  52. Compute gravitational force from masses and distance
  53. -Boltzmann constant
  54. Value
  55. -Temperature
  56. Compute temperature from energy and entropy
  57. Temperature unit conversions
  58. -Human body temperature
  59. Average temperature value
  60. Average temperature at different times of day
  61. Average temperature in different locations
  62. -HVAC
  63. Ideal heater object defined by heat emission rate
  64. -Air conditioning
  65. Simple model of refrigeration cycle with adjustable pressures and compartment temperatures
  66. -Thermocouple
  67. Simple model of a thermocouple with adjustable temperatures and metals
  68. Thermocouple types and properties
  69. -Hydrogen
  70. Combustion equation
  71. Visual attributes as gas
  72. Visual attributes as liquid
  73. -Gold
  74. Generate model of naturally occurring nugget
  75. Visual attributes as solid
  76. Visual attributes as liquid
  77. Gold jewelry consumption per country per year
  78. -Periodic table
  79. Vector image
  80. -Aluminum
  81. Visual attributes as solid
  82. Visual attributes as liquid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement