|
-
August 7th, 2010, 03:53 PM
#1
Automatic Assignment
Hi Gurus
I am trying to get an algorithm that does automatic assignment based on the following
1. An author uploads a document to a database. While uploading, he also indicates keywords that best describes that paper.
2. A reviewer gets assigned a certain number of the uploaded papers for subsequent reviewing and grading. When the reviewer registers, he also chooses from a set of 40 areas of speciality that he is most interested in.
3. The system uses the keywords of the papers and compares these with the interests selected by the reviewer and decides which paper(s) to assign to which reviewer(s).
4. After the assignment, each reviewer can view the specifically assigned papers.
Any ideas
-
August 9th, 2010, 04:11 AM
#2
Re: Automatic Assignment
Does this kind of program need any algorithm (other than simple steps to follow) ???
Regards,
Ramkrishna Pawar
-
August 9th, 2010, 10:22 AM
#3
Re: Automatic Assignment
No. It does not. It just queries tables in a database to get the reviewers, papers, reviewer interests and paper keywords.
-
August 10th, 2010, 02:52 AM
#4
Re: Automatic Assignment
I don't know what you're asking for help with?
Just start coding the different steps as you've described them. First do the upload functionality and take it from there.
Or are you asking for the code to do it?
-
August 10th, 2010, 04:45 PM
#5
Re: Automatic Assignment
I just want help with comparing the table contents to decide which papers match which reviewers. I have tried many things that have not worked.
-
August 12th, 2010, 07:54 AM
#6
Re: Automatic Assignment
 Originally Posted by AlKowarizmi
I just want help with comparing the table contents to decide which papers match which reviewers. I have tried many things that have not worked.
It would help us help you if you specified what you tried and why it didn't work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|