Walter Boas Medal

The Walter Boas Medal is awarded by the Australian Institute of Physics for research in Physics in Australia. It is named in memory of is named in memory of Walter Boas (1904-1982) — an eminent scientist and metallurgist who worked on the physics of metals.[1]

Recipients

Source: Australian Institute of Physics

gollark: *#3* was all my work though.
gollark: You can tell, because it has typings and recursion.
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
gollark: Too bad.

See also

References

  1. "Walter Boas Medal". Australian Institute of Physics.
  2. "Physics in the Limelight, Let's Keep it There". Australian Institute of Physics. Retrieved 6 March 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.