The Academic World and the GNOME Community

Some people within our community are active in the academic world, and know quite well how these things work. We'd love those people to participate in an effort to make the GNOME community more open to the academic research. The goal is to create links with labs and research teams, and hopefully be able to help define projects which will be useful to GNOME. We also hope to encourage students to experiment with GNOME and contribute to its development.

Please join our mailing list, academia-list!

Research Projects

Are you an academic doing research with GNOME? Add a link to your project here, please!

Teaching GNOME and Open Source

Ideas for Student Research

Do you have a suggestion for student research projects? Please add it below. You can also check out ideas for this year's now-finished Google Summer of Code.

University

Masters or PhD

Ideas which would benefit from original academic research.

  • Enhanced red-eye removal. gThumb has a redeye removal tool, which is nicely isolated in src/dlg-redeye-removal.c. It has some limitations - it does not work well with "orange-eye" common in young children, or for people whose facial skin has a high red content (brown skin, for example). See bug 423706. There are not a lot of open-source redeye removal algorithms available; I think the world could use another one. There is a lot of scope for research here. - Michael Chudobiak

  • Practical personal computing paradigms. We can put gigabytes of data on a flash drive; we could puts MIPs of computing power there too. Is the mobile plug-in gizmo the future of personal computing? Or will we download our virtual compute environment from an internet-based service, despite possible bandwidth limitations? What is the most likely way of breaking the one-user-one-PC link for the average user? Do the current GNOME projects address these options? - Michael Chudobiak

  • JPEG thumbnailing is never fast enough. Can you make a better algorithm? (Warning: maybe there isn't one...) - Michael Chudobiak

Smaller Projects

Good bug-fixing and feature-implementing projects for students.

High School

Resources

Mail List

Please join our mailing list, academia-list!

Books

Starting Points for Students

So you're a student, and you're wondering how to start learning GNOME. I would suggest:

  • Use the software.
  • Lurk on the mailing lists.

  • Does the software work properly in your language? If not, updated the translations.

  • Find a bug / annoying feature.
  • Research the bug / annoying feature in bugzilla. Has anyone else reported the problem? Is anyone working on fixing it?

  • Try to understand the code related to that bug / annoying feature, by browsing the svn repository. It's all there, and it's mostly written in plain C.

  • Try fixing the bug, and submit a patch to bugzilla.

  • Can't find something to fix? Try GnomeLove Bugs.

  • Still can't? That's OK, try bug triaging instead. This means going through open bugs and identifying duplicate bug reports, incomplete reports, bringing major unnoticed problems to the developer's attention, and generally cleaning up the bug database. This can be a tremendous help!

Attic/Academic (last edited 2013-12-03 13:36:46 by WilliamJonMcCann)