Earning a Spot at a Top Law School: Punching Above Your Weight Class

Read time: 6 mins
Share post
Jump to

Earning a Spot at a Top Law School: Punching Above Your College’s Weight Class

david









$(‘.facebook’).hover(function () {
$(‘.fb-icon’).toggleClass(‘hide’);
$(‘.fb-hover-icon’).toggleClass(‘hide’);
});
$(‘.linkedin’).hover(function () {
$(‘.linkedin-icon’).toggleClass(‘hide’);
$(‘.linkedin-hover-icon’).toggleClass(‘hide’);
});

One of the most common questions that law school applicants ask our admissions experts is some variation of the following: “are top law schools going to accord my undergraduate record less respect because it’s not a highly-ranked school?”

Most bluntly, the answer is generally yes. For the top law schools, there are typically 20-25 “feeder” schools that produce a very large proportion of admitted students. These are schools whose course offerings and academic landscapes with which the law school admissions offices are quite familiar. Because of the track record of students and alumni from these undergraduate institutions, law schools tend to hold them and their GPAs in higher regard.

So, for instance, a 3.78 from Yale is almost always going to be viewed as more impressive than a 3.9 from Kansas State. This is the simple reality.

For students from schools that are outside of this list of “feeder schools,” admissions offices will often turn to other factors in order to corroborate the purported strength of your GPA and other academic accomplishments. The primary validator is the LSAT. In most admissions offices, LSAT scores from non-feeder school applicants are weighted more heavily. This remains the case even if this is not an official policy of the school or the admissions office.

From our extensive interviews with current admissions officers and our team of former admissions officers from top law schools like Harvard, Yale, Stanford, and Columbia, it has become patently clear that this is the case.

Fortunately, there are plenty of things that applicants can do in order to add further support beyond the LSAT score and provide the admissions office with even more validation of their strong academic performance. These things fall into a couple of different categories (in no particular order):

1. Letters of Recommendation – One of the most obvious ways in which students can address issues that might otherwise have been known about other applicants from typical feeder schools is to have a recommender step right out in front of the issue. Comparative statements from recommenders can be tremendously valuable, especially if they have studied at highly respected institutions, are leaders in their field, or have worked at a top school. For instance, a recommender might say:

“I have taught at Wichita State for 6 years, prior to which, I was a Visiting Lecturer at the Harvard Kennedy School. Before teaching, I completed my Ph.D at Berkeley. John has worked with me over the course of the past three years as a research assistant and has taken three of my classes. He is among the brightest and most capable students I have encountered in my academic or teaching career to date and I am certain of his ability to thrive at a top law school. John’s academic performance at Kansas State was nothing short of amazing. He achieved the highest marks in all but one of his classes, and the faculty in the Political Science department all speak very highly of him. At Wichita State, the modified Political Science and Economics Major that John undertook is considered the most difficult slate of courses at the university. My colleagues are notoriously difficult graders, and in at least two circumstances gave John the only A’s they have given out in the past three years.”

2. Summer Experiences – Getting a summer job or internship that is considered very prestigious can often serve as a proxy for coming from a “feeder school” in some cases. Very competitive summer programs, of course, have their own admissions standards; consequently, your success in one of those programs will speak volumes about your ability compared to those of your peers from other schools.

3. Extracurriculars – Extracurricular activities that engage people outside of your school can be another good way to credential yourself. National organizations and competitions can provide you a good outlet for demonstrating your potential vis-a-vis applicants from other schools. Achievements in the community, too, are a terrific barometer of your readiness for law school and beyond.

4. Exchange Programs or Study Abroad – One of the best ways to correct the misperception that you might not be as qualified as an applicant from a traditional “feeder” school is to actually go to such a school for an exchange program over a semester. Another avenue is study abroad programs (not the “Semester at Sea” or “Party in Barcelona” type) or even domestic exchange programs to a non-feeder school that will allow you to increase the sample size of evidence about your academic potential.

5. Publication – Much like summer experiences, publication of work in peer-reviewed journals or other media outside of the confines of your own school can help you really stand out when applying to top law schools.

If you need help applying to top law schools, our law school admissions experts will help you strategize and implement ways to punch above your college’s weight class.

Tags :top law school,top law schools,former admissions officer,letters of recommendation,admissions experts,law school admissions expert

https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/blog-feaature.png

5 tips to get into college

Name *
Email M*

function validate_file(uid, files) {
var file_err = ‘file_err’;
var upload_cv = $(‘#’ + uid);
var file = $(‘#’ + uid)[0].files[0];
if (file == undefined) {
document.getElementsByClassName(“file-upload-wrapper”).removeAttribute(“data-text”);
upload_cv.after(‘

Please upload valid (‘ + files + ‘) File

‘);
return false;
} else {
document.getElementsByClassName(“file-upload-wrapper”).removeAttribute(“data-text”);
$(“#” + file_err).html(“”);
}
}
(function ($) {
$(document).ready(function () {
$(“#contact-form-d6166b97aaaf2b4745c1a43a0a65fa8e”).validate();
function gatedSubmit(url) {
// downloadFile(url);
$.AjaxDownloader({
url : ‘https://newsite.ingeniusprep.com/wp/wp/wp-admin/admin-ajax.php’,
data : {
action: ‘download_file’,
fileurl: url,
}
});
}
});
})(jQuery);
.modal-backdrop {
z-index: -1;
}
×

Close
var $ = jQuery.noConflict();
function form_submit_action_d6166b97aaaf2b4745c1a43a0a65fa8e() {
if( $( “#contact-form-d6166b97aaaf2b4745c1a43a0a65fa8e” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-d6166b97aaaf2b4745c1a43a0a65fa8e”).elements;
var json_obj = {};
for (var i = 0; i < form.length; i++) { //type equal to 'radio button' if (form[i].getAttribute('type') == "radio") { if (form[i].getAttribute('api-form-field')) { if (form[i].checked) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } //TODO type equal to 'checkbox' else if (form[i].getAttribute('type') == "checkbox") { if (form[i].getAttribute('api-form-field')) { if (form[i].checked) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } //other form fields else { if (form[i].getAttribute('api-form-field')) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } jQuery('input[name="data"]').val(JSON.stringify(json_obj)); //setLoader(); //console.log(json_obj); var form_type = json_obj.form_submit_type; // Static Submit if(form_type == 'api_url'){ if (grecaptcha === undefined) { $('.form-message-wrapper').html( "Recaptcha not defined" ); jQuery(".wrap-forms-loader").hide(); return false; } var response = grecaptcha.getResponse(); if (!response) { $('.form-message-wrapper').html( "Coud not get recaptcha response" ); jQuery(".wrap-forms-loader").hide(); return false; } //console.log(form_type); var data_string = JSON.stringify(json_obj); //console.log(data_string); $.ajax({ url: json_obj.form_submit_url, data: data_string, type: 'post', success: function (data) { jQuery(".wrap-forms-loader").hide(); $("#contact-form-d6166b97aaaf2b4745c1a43a0a65fa8e")[0].reset(); $('.form-message-wrapper').html( ""+data.success_msg+"" ); }, error: function (data) { }, }); return false; } else{ } } //return console.log(json_obj); } function setLoader() { jQuery(".wrap-forms-loader").show(); } (function ($) { $.fn.exists = function(callback) { var args = [].slice.call(arguments, 1); if (this.length) { callback.call(this, args); } return this; }; $(document).ready(function(){ $('div.fw-flash-messages').exists(function() { $('.form-message-wrapper').append($('div.fw-flash-messages').html()); }); }); })(jQuery); ul.fw-flash-type-success { margin-bottom: 15px; margin-top: -30px; } ul.fw-form-errors { margin-bottom: 15px; margin-top: -30px; } https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/Mask-1.png
By:

Clifford Jefferson

Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Nam libero tempore, cum soluta nobis est eligendi optio cumqu (~260)

Schedule a free consultation

to find out how we can help you get accepted.

hbspt.forms.create({ portalId: “5109206”,formId: “86b53e9c-69d7-4dd9-9e2e-c23476e9a906”});

You May Also Be Interested In..

Sed ut perspiciatis unde omnis iste natus

#base-blurb-id-5e597f72a7ba3 .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ba3 .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business SchoolResumé (~50)


#base-blurb-id-5e597f72a7dfe .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e597f72a7dfe .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e597f72a7dfe .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7dfe .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7dfe .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7dfe .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e597f72a7dfe .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7dfe .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7dfe .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7dfe .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business School Resumé (~50)


#base-blurb-id-5e597f72a7ea6 .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e597f72a7ea6 .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business School Resumé (~50)

Webinars You Might Like

Pursue Your Reach Schools with InGenius Prep and Increase Your Admissions Chances

Contact our Enrollment Team to learn more about our services and how we can lead your admissions journey.