AUTHORS.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. The author of "jsonlab" toolbox is Qianqian Fang. Qianqian
  2. is currently an Assistant Professor at Massachusetts General Hospital,
  3. Harvard Medical School.
  4. Address: Martinos Center for Biomedical Imaging,
  5. Massachusetts General Hospital,
  6. Harvard Medical School
  7. Bldg 149, 13th St, Charlestown, MA 02129, USA
  8. URL: http://nmr.mgh.harvard.edu/~fangq/
  9. Email: <fangq at nmr.mgh.harvard.edu> or <fangqq at gmail.com>
  10. The script loadjson.m was built upon previous works by
  11. - Nedialko Krouchev: http://www.mathworks.com/matlabcentral/fileexchange/25713
  12. date: 2009/11/02
  13. - François Glineur: http://www.mathworks.com/matlabcentral/fileexchange/23393
  14. date: 2009/03/22
  15. - Joel Feenstra: http://www.mathworks.com/matlabcentral/fileexchange/20565
  16. date: 2008/07/03
  17. This toolbox contains patches submitted by the following contributors:
  18. - Blake Johnson <bjohnso at bbn.com>
  19. part of revision 341
  20. - Niclas Borlin <Niclas.Borlin at cs.umu.se>
  21. various fixes in revision 394, including
  22. - loadjson crashes for all-zero sparse matrix.
  23. - loadjson crashes for empty sparse matrix.
  24. - Non-zero size of 0-by-N and N-by-0 empty matrices is lost after savejson/loadjson.
  25. - loadjson crashes for sparse real column vector.
  26. - loadjson crashes for sparse complex column vector.
  27. - Data is corrupted by savejson for sparse real row vector.
  28. - savejson crashes for sparse complex row vector.
  29. - Yul Kang <yul.kang.on at gmail.com>
  30. patches for svn revision 415.
  31. - savejson saves an empty cell array as [] instead of null
  32. - loadjson differentiates an empty struct from an empty array