Should I include academic projects on my resume?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
8
down vote
favorite
I'm currently applying for summer coop work-term jobs. The school recruiter told me to include a section called "Academic Projects" or simply "Projects" on my resume. However, I didn't do any real programming projects so far from my previous semester, so I'm not sure I have anything to put here.
My school recruiter also told me that I can include my assignments. Unfortunately, the assignments I did so far seems pretty useless and I'm not sure if it will do more harm than good. One such assignment is a custom-made Java buffered reader that reads each line of a text file while skipping comments.
I do have a programming blog that I used for posting some code snippets, technology news and algorithms. It is not very active, though.
- Is it a good idea to mention my blog on my resume?
- How can I represent academic projects on my resume and still look professional if the projects were tiny?
resume
add a comment |Â
up vote
8
down vote
favorite
I'm currently applying for summer coop work-term jobs. The school recruiter told me to include a section called "Academic Projects" or simply "Projects" on my resume. However, I didn't do any real programming projects so far from my previous semester, so I'm not sure I have anything to put here.
My school recruiter also told me that I can include my assignments. Unfortunately, the assignments I did so far seems pretty useless and I'm not sure if it will do more harm than good. One such assignment is a custom-made Java buffered reader that reads each line of a text file while skipping comments.
I do have a programming blog that I used for posting some code snippets, technology news and algorithms. It is not very active, though.
- Is it a good idea to mention my blog on my resume?
- How can I represent academic projects on my resume and still look professional if the projects were tiny?
resume
2
Hi user, welcome to the Workplace SE. I made an edit to your question to make it a bit more constructive and focus on points that can be answered with facts, references, or specific expertise. If my edits change the meaning of your question, please feel free to edit further to focus on specific questions. Hope this helps!
– jmort253♦
Jan 22 '13 at 5:35
add a comment |Â
up vote
8
down vote
favorite
up vote
8
down vote
favorite
I'm currently applying for summer coop work-term jobs. The school recruiter told me to include a section called "Academic Projects" or simply "Projects" on my resume. However, I didn't do any real programming projects so far from my previous semester, so I'm not sure I have anything to put here.
My school recruiter also told me that I can include my assignments. Unfortunately, the assignments I did so far seems pretty useless and I'm not sure if it will do more harm than good. One such assignment is a custom-made Java buffered reader that reads each line of a text file while skipping comments.
I do have a programming blog that I used for posting some code snippets, technology news and algorithms. It is not very active, though.
- Is it a good idea to mention my blog on my resume?
- How can I represent academic projects on my resume and still look professional if the projects were tiny?
resume
I'm currently applying for summer coop work-term jobs. The school recruiter told me to include a section called "Academic Projects" or simply "Projects" on my resume. However, I didn't do any real programming projects so far from my previous semester, so I'm not sure I have anything to put here.
My school recruiter also told me that I can include my assignments. Unfortunately, the assignments I did so far seems pretty useless and I'm not sure if it will do more harm than good. One such assignment is a custom-made Java buffered reader that reads each line of a text file while skipping comments.
I do have a programming blog that I used for posting some code snippets, technology news and algorithms. It is not very active, though.
- Is it a good idea to mention my blog on my resume?
- How can I represent academic projects on my resume and still look professional if the projects were tiny?
resume
edited Aug 18 '15 at 5:52


Jamal
167112
167112
asked Jan 22 '13 at 4:22
user79124
41112
41112
2
Hi user, welcome to the Workplace SE. I made an edit to your question to make it a bit more constructive and focus on points that can be answered with facts, references, or specific expertise. If my edits change the meaning of your question, please feel free to edit further to focus on specific questions. Hope this helps!
– jmort253♦
Jan 22 '13 at 5:35
add a comment |Â
2
Hi user, welcome to the Workplace SE. I made an edit to your question to make it a bit more constructive and focus on points that can be answered with facts, references, or specific expertise. If my edits change the meaning of your question, please feel free to edit further to focus on specific questions. Hope this helps!
– jmort253♦
Jan 22 '13 at 5:35
2
2
Hi user, welcome to the Workplace SE. I made an edit to your question to make it a bit more constructive and focus on points that can be answered with facts, references, or specific expertise. If my edits change the meaning of your question, please feel free to edit further to focus on specific questions. Hope this helps!
– jmort253♦
Jan 22 '13 at 5:35
Hi user, welcome to the Workplace SE. I made an edit to your question to make it a bit more constructive and focus on points that can be answered with facts, references, or specific expertise. If my edits change the meaning of your question, please feel free to edit further to focus on specific questions. Hope this helps!
– jmort253♦
Jan 22 '13 at 5:35
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
8
down vote
As someone who's hired a few interns, I like the idea - having a place I could quickly brief myself on a potential interns projects would be a real win for me, and not something I see on most college resumes - so kudos to the recruiter at your school for some useful advice!
I'll contradict the recruiter slightly with the thought that I certainly don't want to see any minor homework projects that are so small you can't really talk about them. My metric would be:
- absolutely highlight any year long or half year long work (ie, a project that transcended the semester) - typically these are either self-motivated, or part of a graduation requirement
- hit 1-2 projects if they are whole semester/term projects
- skip anything half a term or less in scope
If you have 1-3 bullets in this section, you're doing great. The idea here is to give the person you'll be speaking to enough meat to ask a decent question. If there's not enough to the project to warrant talking about it, then skip it. The things I like to see most are projects that involved:
- work so big you weren't quite sure how to break it down at first
- examples of team work where you can talk a bit about group dynamics
- work so big that you had some major hurdles part way through and had to overcome some interesting obstacles
- if you managed to prove/disprove something surprising or brand new - even better
That's the kind of thing I'll probably ask about as we do an interview, so having a quick reference to the project, it's length, it's goal, and maybe 1-2 key techologies or topics involved in it, is the most useful, since I can quickly learn the topics if they are new to me.
What if I don't have any?
Then skip it. Highlight coursework, prior experience and job history.
At least when I went to school, many sophomores hadn't gotten there yet. But many Juniors had. In looking for a tech degree, I'd advise any college student to try to take advantage of the opportunity to do such a project before Junior year, as it shows a depth that will absolutely help with internships. But often many programs can't really accommodate this sort of complex work until after basic coursework has been accomplished, and that may be after sophomore year is over...
Thanks The problem with my program is there are only 2 semesters followed by a coop term. And I'm currently starting my 2nd semester. 1st semester: Small individual, short(2-3 weeks) and useless assignments 2nd semester: There will be 2-3 BIG teamwork projects. (Haven't start it yet, because I just start this semester, but we have to submit our resume/interview next week! :( ) It seems that I may add a relevant coursework section and skip the projects section.
– user79124
Jan 22 '13 at 18:50
add a comment |Â
up vote
-1
down vote
It depends on what else you have in your resume, and what kind of job you are applying for.
Considering the extreme cases: if you have lots of other good work experience, and you are applying for a job where Java or programming experience is not relevant, don't include those in "Projects"; if you don't have any work experience, and you're applying for a Java programming job, then ... include the "Projects" section and give it the best spin you can.
In balance, though: Hiring managers like to see 'accomplishments' listed in their applicant's resumes. For students with no prior work experience though, the closest thing you may have is just class projects (1). So, pick out 2~3 'accomplishments', whether they be class-projects or otherwise, and use whatever sections you need to to fit those into your resume.
Note 1. Other common 'accomplishments' for students would be extra-curricular activities, awards, scholarships, research, volunteer work, summer jobs, on-campus jobs, etc. Just make sure you have a story about how you achieved them and how that demonstrates the skills/qualities/values/etc that the employer is looking for.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
8
down vote
As someone who's hired a few interns, I like the idea - having a place I could quickly brief myself on a potential interns projects would be a real win for me, and not something I see on most college resumes - so kudos to the recruiter at your school for some useful advice!
I'll contradict the recruiter slightly with the thought that I certainly don't want to see any minor homework projects that are so small you can't really talk about them. My metric would be:
- absolutely highlight any year long or half year long work (ie, a project that transcended the semester) - typically these are either self-motivated, or part of a graduation requirement
- hit 1-2 projects if they are whole semester/term projects
- skip anything half a term or less in scope
If you have 1-3 bullets in this section, you're doing great. The idea here is to give the person you'll be speaking to enough meat to ask a decent question. If there's not enough to the project to warrant talking about it, then skip it. The things I like to see most are projects that involved:
- work so big you weren't quite sure how to break it down at first
- examples of team work where you can talk a bit about group dynamics
- work so big that you had some major hurdles part way through and had to overcome some interesting obstacles
- if you managed to prove/disprove something surprising or brand new - even better
That's the kind of thing I'll probably ask about as we do an interview, so having a quick reference to the project, it's length, it's goal, and maybe 1-2 key techologies or topics involved in it, is the most useful, since I can quickly learn the topics if they are new to me.
What if I don't have any?
Then skip it. Highlight coursework, prior experience and job history.
At least when I went to school, many sophomores hadn't gotten there yet. But many Juniors had. In looking for a tech degree, I'd advise any college student to try to take advantage of the opportunity to do such a project before Junior year, as it shows a depth that will absolutely help with internships. But often many programs can't really accommodate this sort of complex work until after basic coursework has been accomplished, and that may be after sophomore year is over...
Thanks The problem with my program is there are only 2 semesters followed by a coop term. And I'm currently starting my 2nd semester. 1st semester: Small individual, short(2-3 weeks) and useless assignments 2nd semester: There will be 2-3 BIG teamwork projects. (Haven't start it yet, because I just start this semester, but we have to submit our resume/interview next week! :( ) It seems that I may add a relevant coursework section and skip the projects section.
– user79124
Jan 22 '13 at 18:50
add a comment |Â
up vote
8
down vote
As someone who's hired a few interns, I like the idea - having a place I could quickly brief myself on a potential interns projects would be a real win for me, and not something I see on most college resumes - so kudos to the recruiter at your school for some useful advice!
I'll contradict the recruiter slightly with the thought that I certainly don't want to see any minor homework projects that are so small you can't really talk about them. My metric would be:
- absolutely highlight any year long or half year long work (ie, a project that transcended the semester) - typically these are either self-motivated, or part of a graduation requirement
- hit 1-2 projects if they are whole semester/term projects
- skip anything half a term or less in scope
If you have 1-3 bullets in this section, you're doing great. The idea here is to give the person you'll be speaking to enough meat to ask a decent question. If there's not enough to the project to warrant talking about it, then skip it. The things I like to see most are projects that involved:
- work so big you weren't quite sure how to break it down at first
- examples of team work where you can talk a bit about group dynamics
- work so big that you had some major hurdles part way through and had to overcome some interesting obstacles
- if you managed to prove/disprove something surprising or brand new - even better
That's the kind of thing I'll probably ask about as we do an interview, so having a quick reference to the project, it's length, it's goal, and maybe 1-2 key techologies or topics involved in it, is the most useful, since I can quickly learn the topics if they are new to me.
What if I don't have any?
Then skip it. Highlight coursework, prior experience and job history.
At least when I went to school, many sophomores hadn't gotten there yet. But many Juniors had. In looking for a tech degree, I'd advise any college student to try to take advantage of the opportunity to do such a project before Junior year, as it shows a depth that will absolutely help with internships. But often many programs can't really accommodate this sort of complex work until after basic coursework has been accomplished, and that may be after sophomore year is over...
Thanks The problem with my program is there are only 2 semesters followed by a coop term. And I'm currently starting my 2nd semester. 1st semester: Small individual, short(2-3 weeks) and useless assignments 2nd semester: There will be 2-3 BIG teamwork projects. (Haven't start it yet, because I just start this semester, but we have to submit our resume/interview next week! :( ) It seems that I may add a relevant coursework section and skip the projects section.
– user79124
Jan 22 '13 at 18:50
add a comment |Â
up vote
8
down vote
up vote
8
down vote
As someone who's hired a few interns, I like the idea - having a place I could quickly brief myself on a potential interns projects would be a real win for me, and not something I see on most college resumes - so kudos to the recruiter at your school for some useful advice!
I'll contradict the recruiter slightly with the thought that I certainly don't want to see any minor homework projects that are so small you can't really talk about them. My metric would be:
- absolutely highlight any year long or half year long work (ie, a project that transcended the semester) - typically these are either self-motivated, or part of a graduation requirement
- hit 1-2 projects if they are whole semester/term projects
- skip anything half a term or less in scope
If you have 1-3 bullets in this section, you're doing great. The idea here is to give the person you'll be speaking to enough meat to ask a decent question. If there's not enough to the project to warrant talking about it, then skip it. The things I like to see most are projects that involved:
- work so big you weren't quite sure how to break it down at first
- examples of team work where you can talk a bit about group dynamics
- work so big that you had some major hurdles part way through and had to overcome some interesting obstacles
- if you managed to prove/disprove something surprising or brand new - even better
That's the kind of thing I'll probably ask about as we do an interview, so having a quick reference to the project, it's length, it's goal, and maybe 1-2 key techologies or topics involved in it, is the most useful, since I can quickly learn the topics if they are new to me.
What if I don't have any?
Then skip it. Highlight coursework, prior experience and job history.
At least when I went to school, many sophomores hadn't gotten there yet. But many Juniors had. In looking for a tech degree, I'd advise any college student to try to take advantage of the opportunity to do such a project before Junior year, as it shows a depth that will absolutely help with internships. But often many programs can't really accommodate this sort of complex work until after basic coursework has been accomplished, and that may be after sophomore year is over...
As someone who's hired a few interns, I like the idea - having a place I could quickly brief myself on a potential interns projects would be a real win for me, and not something I see on most college resumes - so kudos to the recruiter at your school for some useful advice!
I'll contradict the recruiter slightly with the thought that I certainly don't want to see any minor homework projects that are so small you can't really talk about them. My metric would be:
- absolutely highlight any year long or half year long work (ie, a project that transcended the semester) - typically these are either self-motivated, or part of a graduation requirement
- hit 1-2 projects if they are whole semester/term projects
- skip anything half a term or less in scope
If you have 1-3 bullets in this section, you're doing great. The idea here is to give the person you'll be speaking to enough meat to ask a decent question. If there's not enough to the project to warrant talking about it, then skip it. The things I like to see most are projects that involved:
- work so big you weren't quite sure how to break it down at first
- examples of team work where you can talk a bit about group dynamics
- work so big that you had some major hurdles part way through and had to overcome some interesting obstacles
- if you managed to prove/disprove something surprising or brand new - even better
That's the kind of thing I'll probably ask about as we do an interview, so having a quick reference to the project, it's length, it's goal, and maybe 1-2 key techologies or topics involved in it, is the most useful, since I can quickly learn the topics if they are new to me.
What if I don't have any?
Then skip it. Highlight coursework, prior experience and job history.
At least when I went to school, many sophomores hadn't gotten there yet. But many Juniors had. In looking for a tech degree, I'd advise any college student to try to take advantage of the opportunity to do such a project before Junior year, as it shows a depth that will absolutely help with internships. But often many programs can't really accommodate this sort of complex work until after basic coursework has been accomplished, and that may be after sophomore year is over...
answered Jan 22 '13 at 16:20
bethlakshmi
70.4k4136277
70.4k4136277
Thanks The problem with my program is there are only 2 semesters followed by a coop term. And I'm currently starting my 2nd semester. 1st semester: Small individual, short(2-3 weeks) and useless assignments 2nd semester: There will be 2-3 BIG teamwork projects. (Haven't start it yet, because I just start this semester, but we have to submit our resume/interview next week! :( ) It seems that I may add a relevant coursework section and skip the projects section.
– user79124
Jan 22 '13 at 18:50
add a comment |Â
Thanks The problem with my program is there are only 2 semesters followed by a coop term. And I'm currently starting my 2nd semester. 1st semester: Small individual, short(2-3 weeks) and useless assignments 2nd semester: There will be 2-3 BIG teamwork projects. (Haven't start it yet, because I just start this semester, but we have to submit our resume/interview next week! :( ) It seems that I may add a relevant coursework section and skip the projects section.
– user79124
Jan 22 '13 at 18:50
Thanks The problem with my program is there are only 2 semesters followed by a coop term. And I'm currently starting my 2nd semester. 1st semester: Small individual, short(2-3 weeks) and useless assignments 2nd semester: There will be 2-3 BIG teamwork projects. (Haven't start it yet, because I just start this semester, but we have to submit our resume/interview next week! :( ) It seems that I may add a relevant coursework section and skip the projects section.
– user79124
Jan 22 '13 at 18:50
Thanks The problem with my program is there are only 2 semesters followed by a coop term. And I'm currently starting my 2nd semester. 1st semester: Small individual, short(2-3 weeks) and useless assignments 2nd semester: There will be 2-3 BIG teamwork projects. (Haven't start it yet, because I just start this semester, but we have to submit our resume/interview next week! :( ) It seems that I may add a relevant coursework section and skip the projects section.
– user79124
Jan 22 '13 at 18:50
add a comment |Â
up vote
-1
down vote
It depends on what else you have in your resume, and what kind of job you are applying for.
Considering the extreme cases: if you have lots of other good work experience, and you are applying for a job where Java or programming experience is not relevant, don't include those in "Projects"; if you don't have any work experience, and you're applying for a Java programming job, then ... include the "Projects" section and give it the best spin you can.
In balance, though: Hiring managers like to see 'accomplishments' listed in their applicant's resumes. For students with no prior work experience though, the closest thing you may have is just class projects (1). So, pick out 2~3 'accomplishments', whether they be class-projects or otherwise, and use whatever sections you need to to fit those into your resume.
Note 1. Other common 'accomplishments' for students would be extra-curricular activities, awards, scholarships, research, volunteer work, summer jobs, on-campus jobs, etc. Just make sure you have a story about how you achieved them and how that demonstrates the skills/qualities/values/etc that the employer is looking for.
add a comment |Â
up vote
-1
down vote
It depends on what else you have in your resume, and what kind of job you are applying for.
Considering the extreme cases: if you have lots of other good work experience, and you are applying for a job where Java or programming experience is not relevant, don't include those in "Projects"; if you don't have any work experience, and you're applying for a Java programming job, then ... include the "Projects" section and give it the best spin you can.
In balance, though: Hiring managers like to see 'accomplishments' listed in their applicant's resumes. For students with no prior work experience though, the closest thing you may have is just class projects (1). So, pick out 2~3 'accomplishments', whether they be class-projects or otherwise, and use whatever sections you need to to fit those into your resume.
Note 1. Other common 'accomplishments' for students would be extra-curricular activities, awards, scholarships, research, volunteer work, summer jobs, on-campus jobs, etc. Just make sure you have a story about how you achieved them and how that demonstrates the skills/qualities/values/etc that the employer is looking for.
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
It depends on what else you have in your resume, and what kind of job you are applying for.
Considering the extreme cases: if you have lots of other good work experience, and you are applying for a job where Java or programming experience is not relevant, don't include those in "Projects"; if you don't have any work experience, and you're applying for a Java programming job, then ... include the "Projects" section and give it the best spin you can.
In balance, though: Hiring managers like to see 'accomplishments' listed in their applicant's resumes. For students with no prior work experience though, the closest thing you may have is just class projects (1). So, pick out 2~3 'accomplishments', whether they be class-projects or otherwise, and use whatever sections you need to to fit those into your resume.
Note 1. Other common 'accomplishments' for students would be extra-curricular activities, awards, scholarships, research, volunteer work, summer jobs, on-campus jobs, etc. Just make sure you have a story about how you achieved them and how that demonstrates the skills/qualities/values/etc that the employer is looking for.
It depends on what else you have in your resume, and what kind of job you are applying for.
Considering the extreme cases: if you have lots of other good work experience, and you are applying for a job where Java or programming experience is not relevant, don't include those in "Projects"; if you don't have any work experience, and you're applying for a Java programming job, then ... include the "Projects" section and give it the best spin you can.
In balance, though: Hiring managers like to see 'accomplishments' listed in their applicant's resumes. For students with no prior work experience though, the closest thing you may have is just class projects (1). So, pick out 2~3 'accomplishments', whether they be class-projects or otherwise, and use whatever sections you need to to fit those into your resume.
Note 1. Other common 'accomplishments' for students would be extra-curricular activities, awards, scholarships, research, volunteer work, summer jobs, on-campus jobs, etc. Just make sure you have a story about how you achieved them and how that demonstrates the skills/qualities/values/etc that the employer is looking for.
answered Jan 22 '13 at 16:23
user809695
56559
56559
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f9071%2fshould-i-include-academic-projects-on-my-resume%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
Hi user, welcome to the Workplace SE. I made an edit to your question to make it a bit more constructive and focus on points that can be answered with facts, references, or specific expertise. If my edits change the meaning of your question, please feel free to edit further to focus on specific questions. Hope this helps!
– jmort253♦
Jan 22 '13 at 5:35