Pawsey Medal

The Pawsey Medal is awarded annually by the Australian Academy of Science to recognize outstanding research in the field of physics by an Australian scientist under 40 years of age.

This medal commemorates the work of the late Joseph L. Pawsey, FAA.

Winners

Source:

YearWinnerAffiliationLocationFieldNotes
2019 Steven Flammia University of Sydney Sydney Quantum information [1]
2018 Paul Lasky Monash University Melbourne Gravitational wave astrophysics [2]
2017Igor AharonovichUniversity of Technology SydneySydney Quantum Physics, Photonics [3]
2016Ilya ShadrivovAustralian National UniversityCanberra [4]
2015 Naomi McClure-GriffithsAustralia Telescope National FacilityRadio Astronomy [5]
2014Geoffrey John PrydeGriffith UniversityBrisbane Quantum physics [6]
2013 Christopher Blake Swinburne University of Technology Melbourne Astrophysics [7]
2012 Tanya Monro University of Adelaide Adelaide Photonics [8]
2011 Bryan Gaensler University of Sydney Sydney Astrophysics [9]
2010 Andrew G. White University of Queensland Brisbane Quantum information [10]
2009 J. Stuart B. Wyithe University of Melbourne Melbourne Astrophysics [11]
2008 Kostya Ostrikov University of Sydney Sydney Plasma nanoscience [12]
2007 Ben Eggleton University of Sydney Sydney Optical device physics, photonics [13]
2006 Mahananda Dasgupta Australian National University Canberra Nuclear physics [14]
2005 Michelle Simmons University of New South Wales Sydney Semiconductor physics [15]
2004 Marcela Bilek University of Sydney Sydney Applied Physics [16]
2003 Howard M. Wiseman Griffith University Brisbane Quantum physics [17]
2002 Sergey V. Vladimirov University of Sydney Sydney Plasma physics [18]
2001 Brian P. Schmidt Australian National University Canberra Astrophysics [19]
2000 Anthony B. Murphy CSIRO Sydney Applied physics
1999 C. Martijn de Sterke University of Sydney Sydney Optics, photonics [20]
1999 Raymond R. Volkas University of Melbourne Melbourne Particle physics [21]
1998 Igor Bray Curtin University of Technology Perth Theoretical physics [22]
1998 Yuri S. Kivshar Australian National University Canberra Nonlinear optics [23]
1997 Murray T. Batchelor Australian National University Canberra Mathematical physics [24]
1996 Robert G. Elliman Australian National University Canberra Solid state physics [25]
1995 Peter A. Robinson University of Sydney Sydney Neurophysics [26]
1994 Peter T. H. Fisk CSIRO Lindfield, NSW Metrology
1993 Stephen T. Hyde Australian National University Canberra Materials physics [27]
1992 David J. Hinde Australian National University Canberra Nuclear physics
1991 Andrew E. Stuchbery Australian National University Canberra Nuclear physics [28]
1990 W. K. Hocking University of Western Ontario London, Ontario, Canada Astronomy
1989 Keith A. Nugent University of Melbourne Melbourne X-ray optics [29]
1988 Ian N. S. Jackson Australian National University Canberra Geophysics [30]
1987 John W. V. Storey University of New South Wales Sydney Astrophysics, optics [31]
1986 Barry Luther-Davies Australian National University Canberra Nonlinear optics [32]
1985 Richard M. Pashley Murdoch University Perth Water resources [33]
1984 Peter R. Wood Australian National University Canberra Astronomy [34]
1983 Michael A. Dopita Australian National University Canberra Astronomy [35]
1982 James A. Piper Macquarie University Sydney Photonics [36]
1981 Martin A. Green University of New South Wales Sydney Photovoltaics [37]
1980 John E. Norris Australian National University Canberra Astronomy [38]
1979 Gregory J. Clark CSIRO (formerly) Sydney Nuclear Physics
1978 Richard N. Manchester CSIRO Epping, NSW Radioastronomy [39]
1977 Jacob N. Israelachvili University of California, Santa Barbara Santa Barbara, California, US Fluid mechanics [40]
1976 W. Miller Goss National Radio Astronomy Observatory Socorro, New Mexico, US Radioastronomy
1975 Rodney J. Baxter Australian National University Canberra Statistical mechanics [41]
1974 Donald B. Melrose University of Sydney Sydney Astrophysics, plasma physics [42]
1973 Bruce H. J. McKellar University of Melbourne Melbourne Theoretical physics [43]
1972 Ken C. Freeman Australian National University Canberra Astronomy, astrophysics [44]
1971 Barry W. Ninham Australian National University Canberra Physical chemistry [45]
1970 Rodney A. Challinor Sigma Group Saint Helier, Jersey
1969 Kenneth G. McCracken CSIRO Canberra Astronomy [46]
1967 Robert M. May Oxford University Oxford, UK Population biology [47]
gollark: I think this is technically possible to implement, so bee⁻¹ you.
gollark: This is underspecified because bee² you, yes.
gollark: All numbers are two's complement because bee you.
gollark: The rest of the instruction consists of variable-width (for fun) target specifiers. The first N target specifiers in an operation are used as destinations and the remaining ones as sources. N varies per opcode. They can be of the form `000DDD` (pop/push from/to stack index DDD), `001EEE` (peek stack index EEE if source, if destination then push onto EEE if it is empty), `010FFFFFFFF` (8-bit immediate value FFFFFFFF; writes are discarded), `011GGGGGGGGGGGGGGGG` (16-bit immediate value GGGGGGGGGGGGGGGG; writes are also discarded), `100[H 31 times]` (31-bit immediate because bee you), `101IIIIIIIIIIIIIIII` (16 bits of memory location relative to the base memory address register of the stack the operation is conditional on), `110JJJJJJJJJJJJJJJJ` (16 bit memory location relative to the top value on that stack instead), `1111LLLMMM` (memory address equal to base memory address of stack LLL plus top of stack MMM), or `1110NNN` (base memory address register of stack MMM).Opcodes (numbered from 0 in order): MOV (1 source, as many destinations as can be parsed validly; the value is copied to all of them), ADD (1 destination, multiple sources), JMP (1 source), NOT (same as MOV), WR (write to output port; multiple sources, first is port number), RE (read from input port; one source for port number, multiple destinations), SUB, AND, OR, XOR, SHR, SHL (bitwise operations), MUL, ROR, ROL, NOP, MUL2 (multiplication with two outputs).
gollark: osmarksISA™️-2028 is a VLIW stack machine. Specifically, it executes a 384-bit instruction composed of 8 48-bit operations in parallel. There are 8 stacks, for safety. Each stack also has an associated base memory address register, which is used in some "addressing modes". Each stack holds 64-bit integers; popping/peeking an empty stack simply returns 0, and the stacks can hold at most 32 items. Exceeding a stack's capacity is runtime undefined behaviour. The operation encoding is: `AABBBCCCCCCCCC`:A = 2-bit conditional operation mode - 0 is "run unconditionally", 1 is "run if top value on stack is 0", 2 is "run if not 0", 3 is "run if first bit is ~~negative~~ 1".B = 3-bit index for the stack to use for the conditional.C = 9-bit opcode (for extensibility).

See also

Notes

  1. "2019 awardees | Australian Academy of Science". www.science.org.au. Retrieved 2019-03-19.
  2. "2018 awardees | Australian Academy of Science". www.science.org.au. Retrieved 2018-10-23.
  3. https://www.science.org.au/opportunities-scientists/recognition/honorific-awards/past-honorific-awardees/2017-honorific#pawsey
  4. https://www.science.org.au/opportunities-scientists/recognition/honorific-awards/honorific-awardees/2016-awardees#pawsey
  5. https://www.science.org.au/2015-honorific-awards-scientific-excellence#17
  6. "Archived copy". Archived from the original on 2014-08-14. Retrieved 2014-08-14.CS1 maint: archived copy as title (link)
  7. "Archived copy". Archived from the original on 2013-10-29. Retrieved 2013-10-25.CS1 maint: archived copy as title (link)
  8. "2012 Academy awards for scientific excellence announced", "Archived copy". Archived from the original on 2013-02-06. Retrieved 2013-02-12.CS1 maint: archived copy as title (link)
  9. "Bryan Gaensler", http://www.usyd.edu.au/news/science/397.html?newsstoryid=6140
  10. "Andrew White", http://quantum.info/andrew/ | "2010 Honorific Awards for Scientific Excellence", http://www.science.org.au/awards/awardees/2010awards.html Archived 2010-05-16 at the Wayback Machine
  11. "Stuart Wyithe," http://astro.ph.unimelb.edu.au/~swyithe/Site/Welcome.html Archived 2007-06-23 at the Wayback Machine
  12. "Pawsey Medal for Nano-Fabrication Pioneer," 2008-01-25, http://www.physics.usyd.edu.au/about/news_items/news_item3.shtml
  13. "Director Prof. Benjamin J. Eggleton," http://www.physics.usyd.edu.au/cudos/people/eggleton.htm Archived 2009-08-20 at the Wayback Machine
  14. "ACT Women Honoured by the Academy," http://www.wisenet-australia.org/issue72/Mahananda%20Dasgupta.htm
  15. "Professor Michelle Simmons," http://www.science.unsw.edu.au/msimmons-profile/ Archived 2009-04-25 at the Wayback Machine
  16. "About Professor Marcela Bilek," http://www.usyd.edu.au/research/opportunities/supervisors/715
  17. "Home Page for Howard Wiseman," http://www.cit.gu.edu.au/wiseman/
  18. "Professor Sergey Vladimirov," http://www.complexsystems.net.au/index.php?page=profiles&profile=128 Archived 2009-10-12 at the Wayback Machine
  19. "Brian P. Schmidt Home Page," http://msowww.anu.edu.au/~brian/
  20. "Prof. Martijn de Sterke," http://www.physics.usyd.edu.au/cudos/people/desterke.htm Archived 2009-06-27 at the Wayback Machine
  21. "Prof. Raymond Volkas," http://www.findanexpert.unimelb.edu.au/researcher/person1809.html
  22. "Igor Bray's Homepage," http://atom.curtin.edu.au/
  23. "Profile: Yuri Kivshar," http://www.cudos.org.au/cudos/people/profile.php?position=DD Archived 2008-08-02 at the Wayback Machine
  24. "Home page," http://wwwmaths.anu.edu.au/~murrayb/Murray_Batchelor2.html
  25. "Elliman, Robert G.," http://www.rsphysse.anu.edu.au/eme/profile.php/3 Archived 2008-07-21 at the Wayback Machine
  26. "About Professor Peter Robinson," http://www.usyd.edu.au/research/opportunities/supervisors/708
  27. "Prof. Stephen Hyde," http://www.rsphysse.anu.edu.au/~sth110/sth.html%5B%5D
  28. "Dr Andrew Stuchbery," http://www.materials.com.au/index.php?page=profiles&profile=126
  29. "Prof. Keith Nugent," http://www.findanexpert.unimelb.edu.au/researcher/person12962.html
  30. "Prof. Ian Jackson," http://rses.anu.edu.au/people/jackson_i/
  31. "John W. V. Storey," http://www.phys.unsw.edu.au/STAFF/ACADEMIC/storey.html Archived 2009-07-08 at the Wayback Machine
  32. "Professor Barry Luther-Davies," http://laserspark.anu.edu.au/lpc/barry.html Archived 2011-02-21 at the Wayback Machine
  33. "Professor Richard Pashley," http://www.sciencewa.net.au/index.php?option=com_content&view=article&id=1808:professor-richard-pashley&catid=197:Awards&Itemid=200077
  34. "Prof Peter R Wood," http://msowww.anu.edu.au/~wood/
  35. "Welcome to Mike Dopita's Homepage," http://www.mso.anu.edu.au/~mad/
  36. "James Piper," http://web.science.mq.edu.au/groups/mqphotonics/staff/person.htm?id=jpiper Archived 2011-03-03 at the Wayback Machine
  37. "Scientia Prof. Martin Green," http://www.pv.unsw.edu.au/Staff/martingreen.asp
  38. "Prof John Norris," http://www.mso.anu.edu.au/people/view.php?username=jen%5B%5D
  39. "R. N. Manchester's Web Page," http://www.atnf.csiro.au/people/rmanches/
  40. Zagorski, Nick (24 October 2006). "Profile of Jacob N. Israelachvili". Proceedings of the National Academy of Sciences of the United States of America. 103 (43): 15736–15738. doi:10.1073/pnas.0607766103. PMC 1636843. PMID 17043213.
  41. "Emeritus Professor Rodney J. Baxter FRS FAA," http://wwwmaths.anu.edu.au/~murrayb/Rodney_Baxter.html
  42. "Research Interests of Don Melrose," http://www.physics.usyd.edu.au/theory/don_new.html Archived 2010-01-25 at the Wayback Machine
  43. "McKellar, Bruce Harold John," http://www.austehc.unimelb.edu.au/umfs/biogs/UMFS150b.htm
  44. "Prof Ken Freeman," http://www.mso.anu.edu.au/people/view.php?username=kcf%5B%5D
  45. "Welcome to Barry Ninham's Home Page," http://www.rsphysse.anu.edu.au/~col110/Barry_Ninham/Barry_Ninham.html%5B%5D
  46. "Dr Ken McCracken," https://grants.innovation.gov.au/SciencePrize/Pages/Doc.aspx?name=previous_winners/Aust1995McCraken.htm Archived 2009-06-11 at the Wayback Machine
  47. "Robert May," "Archived copy". Archived from the original on 2009-05-28. Retrieved 2009-07-05.CS1 maint: archived copy as title (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.