|
1 | | -# Acknowledgements |
2 | | - |
3 | | -We would like to thank the whole Eddy Covariance community, the authors, |
4 | | -testers, the users and the following people (and the missing ones), in no |
5 | | -special order, for their collaboration and source code contribution to create |
6 | | -this free software. |
7 | | - |
8 | | -## Original Authors |
9 | | -Gerardo Fratini (gerardo.fratini@licor.com): processing engines designer and developer |
10 | | -Antonio Forgione (antonio.forgione@licor.com): GUI designer and developer |
11 | | -Dario Papale (darpap@unitus.it): project manager and coordinator |
12 | | - |
13 | | -## Others contributors |
14 | | -Carlo Trotta: code harmonization and documentation |
15 | | -Natascha Kljun: code for footprint estimation, Kljun et al. (2004, BLM) |
16 | | -Taro Nakai: code for angle of attack correction, Nakai et al. (2006, AFM) |
17 | | -Andreas Ibrom: supervision during implementation of a spectral correction procedure, Ibrom et al. (2007, AFM) |
18 | | -Stephen Chan: Revision, refinement and testing of implementation of Massman 2000/2001 spectral correction. |
19 | | - |
20 | | -## Software validation (intercomparison) |
21 | | -Juha-Pekka Tuovinen |
22 | | -Andreas Ibrom |
23 | | -Ivan Mammarella |
24 | | -Robert Clement |
25 | | -Meelis Molder |
26 | | -Olaf Kolle |
27 | | -Corinna Rebmann |
28 | | -Matthias Mauder |
29 | | -Jan Elbers |
30 | | - |
31 | | -## User testing and bug notifications |
32 | | -Tarek El-Madany |
33 | | -Sergiy Medinets |
34 | | -Beniamino Gioli |
35 | | -Nicola Arriga |
36 | | -Luca Belelli |
37 | | -Michal Heliasz |
38 | | -Bernard Heinesch |
39 | | -Arnaud Carrara |
40 | | -Paik Vestin |
41 | | -Matthias Barthel |
42 | | -Karoline Wischnewski |
43 | | -Matthew Wilkinson |
44 | | -Simone Sabbatini |
45 | | - |
46 | | -## Software discussions |
47 | | -Ian Elbers |
48 | | -George Burba |
49 | | -Christian Wille |
50 | | - |
51 | | -## Libraries |
52 | | -Arjan van Dijk: libdate module |
53 | | -Michael Baudin, Arjen Markus: m_logging module |
54 | | -University of Chicago: m_levenberg_marquardt from the MINPACK package |
55 | | -netlib.org: FFT routines from the SLATEC Common Mathematical Library |
56 | | -Digia Plc: Qt framework |
57 | | -Boost::math |
58 | | -Trenton Schulz (former Trolltech AS): Fader widget |
59 | | -Morgan Leborgne: QProgressIndicator widget |
60 | | -Witold Wysota: Debug helper class and wwWidgtes library |
61 | | -Sergey A. Tachenov: QuaZIP |
62 | | -Mark Summerfield: classes from the book 'Advanced Qt Programming' |
63 | | - |
64 | | -## Tools |
65 | | -GForan compiler |
66 | | -MinGW compiler and GDB debugger |
67 | | -Clang compiler |
68 | | -Digia Plc: Qt Creator IDE |
69 | | -Code::Blocks IDE |
| 1 | +# Acknowledgements |
| 2 | + |
| 3 | +We would like to thank the whole Eddy Covariance community, the authors, |
| 4 | +testers, the users and the following people (and the missing ones), in no |
| 5 | +special order, for their collaboration and source code contribution to create |
| 6 | +this free software. |
| 7 | + |
| 8 | +## Original Authors |
| 9 | + |
| 10 | +- Gerardo Fratini (gerardo.fratini@licor.com): processing engines designer and developer |
| 11 | +- Antonio Forgione (antonio.forgione@licor.com): GUI designer and developer |
| 12 | +- Dario Papale (darpap@unitus.it): project manager and coordinator |
| 13 | + |
| 14 | + |
| 15 | +## Others contributors |
| 16 | + |
| 17 | +- Carlo Trotta: code harmonization and documentation |
| 18 | +- Natascha Kljun: code for footprint estimation, Kljun et al. (2004, BLM) |
| 19 | +- Taro Nakai: code for angle of attack correction, Nakai et al. (2006, AFM) |
| 20 | +- Andreas Ibrom: supervision during implementation of a spectral correction procedure, Ibrom et al. (2007, AFM) |
| 21 | +- Stephen Chan: Revision, refinement and testing of implementation of Massman 2000/2001 spectral correction. |
| 22 | + |
| 23 | + |
| 24 | +## Software validation (intercomparison) |
| 25 | + |
| 26 | +- Juha-Pekka Tuovinen |
| 27 | +- Andreas Ibrom |
| 28 | +- Ivan Mammarella |
| 29 | +- Robert Clement |
| 30 | +- Meelis Molder |
| 31 | +- Olaf Kolle |
| 32 | +- Corinna Rebmann |
| 33 | +- Matthias Mauder |
| 34 | +- Jan Elbers |
| 35 | + |
| 36 | +## User testing and bug notifications |
| 37 | + |
| 38 | +- Tarek El-Madany |
| 39 | +- Sergiy Medinets |
| 40 | +- Beniamino Gioli |
| 41 | +- Nicola Arriga |
| 42 | +- Luca Belelli |
| 43 | +- Michal Heliasz |
| 44 | +- Bernard Heinesch |
| 45 | +- Arnaud Carrara |
| 46 | +- Paik Vestin |
| 47 | +- Matthias Barthel |
| 48 | +- Karoline Wischnewski |
| 49 | +- Matthew Wilkinson |
| 50 | +- Simone Sabbatini |
| 51 | + |
| 52 | +## Software discussions |
| 53 | + |
| 54 | +- Ian Elbers |
| 55 | +- George Burba |
| 56 | +- Christian Wille |
| 57 | + |
| 58 | +## Libraries |
| 59 | + |
| 60 | +- Arjan van Dijk: libdate module |
| 61 | +- Michael Baudin, Arjen Markus: m_logging module |
| 62 | +- University of Chicago: m_levenberg_marquardt from the MINPACK package |
| 63 | +- netlib.org: FFT routines from the SLATEC Common Mathematical Library |
| 64 | +- Digia Plc: Qt framework |
| 65 | +- Boost |
| 66 | +- Trenton Schulz (former Trolltech AS): Fader widget |
| 67 | +- Morgan Leborgne: QProgressIndicator widget |
| 68 | +- Witold Wysota: Debug helper class and wwWidgtes library |
| 69 | +- Sergey A. Tachenov: QuaZIP |
| 70 | +- Mark Summerfield: classes from the book 'Advanced Qt Programming' |
| 71 | + |
| 72 | +## Tools |
| 73 | + |
| 74 | +- GFortran compiler |
| 75 | +- MinGW compiler and GDB debugger |
| 76 | +- Clang compiler |
| 77 | +- Digia Plc: Qt Creator IDE |
| 78 | +- Code::Blocks IDE |
0 commit comments