Topic for master thesis
Moderator: General Moderators
Topic for master thesis
Hi,
This might not be the right place to ask this... But what the heck... Maybe there is someone out there with a better imagination than me.
This spring I'm supposed to do a master thesis in comuter science (It's a full semester). The problem is that I don't have any topic...
My supervisor wants me to come up with my own topic, which later may be refined into a well-defined thesis.
The only thing I know is that I want to do a web-based assignment, preferably using PHP or Python, possibly in combination with
MySQL. A good thesis should venture into some high-tech, new area of computing. As you might now, there never is anything "new"
in computer science. Most "new" stuff are just remakes of things that have been done in the past.
So if you have any ideas / suggestions / comments about topics that you think could be interesting to investigate,
or where to find them, feel free to post... Any feedback is appreciated.
regards tores
This might not be the right place to ask this... But what the heck... Maybe there is someone out there with a better imagination than me.
This spring I'm supposed to do a master thesis in comuter science (It's a full semester). The problem is that I don't have any topic...
My supervisor wants me to come up with my own topic, which later may be refined into a well-defined thesis.
The only thing I know is that I want to do a web-based assignment, preferably using PHP or Python, possibly in combination with
MySQL. A good thesis should venture into some high-tech, new area of computing. As you might now, there never is anything "new"
in computer science. Most "new" stuff are just remakes of things that have been done in the past.
So if you have any ideas / suggestions / comments about topics that you think could be interesting to investigate,
or where to find them, feel free to post... Any feedback is appreciated.
regards tores
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
All I can really say is avoid anything that's commercially viable, unless you really love the school and want them to reap the rewards of the project (commercially). As it is with most schools, they very well may own complete rights to your thesis and any ideas or software it creates. So be careful with what you choose.
Web 2.0/Social Networking is a hot topic right now. Ajax and Web Applications are also quite hot topics.
Web 2.0/Social Networking is a hot topic right now. Ajax and Web Applications are also quite hot topics.
I agree with feyd's statement about the school owning anything you create, but also remember something you like is sometimes easier to write on than something you don't really care about. You could try something along the Web 2.0 lines or possible specialize in an area like AJAX or maybe the conversion of web projects from a static medium to a customized dynamic source of information and postulate on what the next evolution (Web 3.0?) will be.
If it were me, I'd figure out how to write about BBGs http://en.wikipedia.org/wiki/Browser-based_game
apparently links are not working (url)
If it were me, I'd figure out how to write about BBGs http://en.wikipedia.org/wiki/Browser-based_game
apparently links are not working (url)
How about mouse tracking? Write some JS that tracks the path of a user's mouse in the course of their page viewing. See if different layouts affect excess mouse movement and try to come up with the ideal layout based on that.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
now that would be cool. a nice little research thesis is always good, and you dont have to worry about the school stealing your patentable idea because its just researchpickle wrote:How about mouse tracking? Write some JS that tracks the path of a user's mouse in the course of their page viewing. See if different layouts affect excess mouse movement and try to come up with the ideal layout based on that.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm