Topic for master thesis

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
tores
Forum Contributor
Posts: 120
Joined: Fri Jun 18, 2004 3:04 am

Topic for master thesis

Post by tores »

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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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.
User avatar
Moocat
Forum Contributor
Posts: 143
Joined: Wed Oct 12, 2005 9:28 am
Location: USA

Post by Moocat »

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)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

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.
Deemo
Forum Contributor
Posts: 418
Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC

Post by Deemo »

pickle 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.
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 research :P
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

Yeah, like sample the (X, Y) every .5 seconds and compile a time-lapse video with a thousand mouse cursors flying all around at the same time, you'd have to convince a high profile site like /. to run your code for a day or something :lol:
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

On /. at day's end I think you'd end up with a screen full of pointers!

:lol:
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I never really understood the whole pointer tracking.. I move the cursor to where the links are.. :lol:

A more intriguing experiment I saw a while back was a site doing a study on where their visitors are physically looking on the webpage. Great experiment for ad placement. :wink:
Gambler
Forum Contributor
Posts: 246
Joined: Thu Dec 08, 2005 7:10 pm

Post by Gambler »

Neural network principles applied to something similar to Wikipedia?
Last edited by Gambler on Wed Jan 25, 2006 2:22 am, edited 1 time in total.
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

actually the mouse pointer position makes sense to me..then again i tend to highlight things as i read them...and highlight frequently... dunno..i think it entertains my body while my brain gets entertained
Post Reply