Sidewalk abortion counselor, childhood friend among those weighing in on Jackson’s SCOTUS nomination

  • Home
  • Daily News
  • Sidewalk abortion counselor, childhood friend…
  • Supreme Court Nominations Sidewalk abortion counselor, childhood friend among those weighing in on Jackson's SCOTUS nomination
    •  
    • !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); Tweet  
    • lang: en_US  
    • reddit_target='law';  
    • Print.

    KetanjiBrownJackson_SCOTUS_hearing_Day4_AP Richard Rosenthal

    Richard B. Rosenthal, a childhood friend of U.S. Supreme Court nominee Judge Ketanji Brown Jackson, testifies during a Senate Judiciary Committee confirmation hearing for Jackson on Thursday. Photos by Manuel Balce Ceneta/The Associated Press.

    The Senate Judiciary Committee on Thursday heard from panelists supporting and opposing Judge Ketanji Brown Jackson’s nomination to the U.S. Supreme Court, including a childhood friend, a sidewalk abortion counselor, a law enforcement representative and Alabama's attorney general.

    Testifying on Jackson’s behalf was lawyer Richard B. Rosenthal, who has known Jackson since 1984, when he was 12 and Jackson was 14. They were students at a public junior high school in Miami.

    In junior and senior high, Jackson was “seemingly everywhere and anything,” Rosenthal said. She was president of the student body, the senior voted most likely to succeed and the “upbeat voice” delivering morning announcements on the public address system. She was the unofficial leader of the tight-knit family of students on the school’s debate and speech team. But no matter how high she climbed, Jackson always “threw ladders down to the rest of us,” Rosenthal said.

    Read our coverage of Judge Ketanji Brown Jackson’s U.S. Supreme Court nomination hearing here.

    “Through it all,” Rosenthal said, Jackson “was the one student who stood out as universally loved and admired by everyone—her fellow students, teachers and administrators alike. Ketanji’s incandescent brilliance was obvious to all of us from Day One. But even more importantly, she has always been one of the kindest, warmest, most humble and down-to-earth people I’ve ever met. All this, while still possessing boundless charisma, drive, maturity and grace.”

    KetanjiBrownJackson_SCOTUS_hearing_Day4_AP Eleanor McCullen Eleanor McCullen testifies during a Senate Judiciary Committee confirmation hearing on the Supreme Court nomination of Judge Ketanji Brown Jackson on Thursday.

    Also testifying was an abortion sidewalk counselor, Eleanor McCullen, who was the lead plaintiff in a lawsuit challenging a 2007 Massachusetts law creating a 35-foot buffer zone between protesters and the entrances, exits or driveways of abortion clinics. The Supreme Court struck down the law on First Amendment grounds in the case, McCullen v. Coakley, in 2014.

    Jackson was a co-author of an amicus brief while in private practice on behalf of reproductive-rights groups that supported a floating buffer zone in a different Massachusetts case, McGuire v. Reilly, in 2001.

    McCullen said it was important for her to approach women outside abortion clinics to have “quiet, intimate conversations with them.” She tells the women that she will support them throughout their pregnancies and beyond and will provide them with whatever resources that they need at that moment.

    McCullen said she was deeply saddened to learn that Jackson had supported a previous Massachusetts buffer zone law in the amicus brief.

    “In her amicus brief, she and her colleagues maligned pro-life sidewalk counselors, characterizing us in ugly and false ways,” McCullen said.

    “Her misrepresentations certainly don’t describe me or any of the sidewalk counselors that I have worked with over the years who provide support, love and options to women. Indeed, the entire reason I challenged the ‘buffer zone’ law was because I did not want to shout from a distance or come across as insensitive or compassionless to the women and families I served with love.”

    McCullen said she would ask Jackson to uphold all American’s First Amendment freedoms if she is confirmed to the Supreme Court.

    Other witnesses included:

    • Frederick L. Thomas, national president of the National Organization of Black Law Enforcement Executives. The group endorsed Jackson, along with the the International Association of Chiefs of Police and the Fraternal Order of Police. Thomas noted that Jackson’s brother and two of her uncles were law enforcement officers.

    • Alabama Attorney General Steven T. Marshall. He said he is a representative of the community of prosecutors who are concerned about law and order.

    “I have heard nothing this week to alleviate my fear that Judge Jackson believes that a ‘fundamental redesign’ is needed in our criminal justice system, and that she would be inclined to use her position on the court to this end,” Marshall said.

    $( document ).ready(function() { var slidesFetched = false; var handleGalleryClick = function() { var $oldItem = $('.gallery_container'); $('.gallery_container .arrows a').click(function(e) { e.preventDefault(); $arrow = $(this); if (! slidesFetched) { $arrow.closest('.gallery_slide').css('opacity', '0.3'); var url = $(this).attr('href').replace('/gallery/', '/gallery/slides/'); $.get(url, function(data) { var $slides = $(data); $slides = $slides.filter('.gallery_container'); $('.gallery_container').replaceWith($slides); $slides = $('.gallery_container'); $slides.find('.arrows a').click(function(e2) { e2.preventDefault(); var $slideWrapper = $(this).closest('.gallery_container'); var $arrowContainer = $(this).closest('.arrows'); if ($arrowContainer.hasClass('previous')) { $slideWrapper.removeClass('active'); $slideWrapper.prev().addClass('active'); } else if ($arrowContainer.hasClass('next')) { $slideWrapper.removeClass('active'); $slideWrapper.next().addClass('active'); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); }); changeSlide($('.cell-'+$arrow.attr('data-slideid'))); slidesFetched = true; }); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); return false; }); var changeSlide = function($cell) { $('.slide-'+$cell.attr('data-slideid')).addClass('active').siblings().removeClass('active'); $cell.addClass('active').siblings().removeClass('active'); moveFilmstripCells($cell); // Hide filmstrip arrows if we're on the first/last slide. if ($('.gallery_container.active').find('.arrows.previous').length > 0) { $('#filmstrip_container .arrows.previous').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.previous').css('visibility', 'hidden'); } if ($('.gallery_container.active').find('.arrows.next').length > 0) { $('#filmstrip_container .arrows.next').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.next').css('visibility', 'hidden'); } }; var $cells = $('#filmstrip_container .cell'); var totalCells = $cells.length; var totalVisibleCells = $cells.filter('.visible').length; var pivotPoint = Math.floor(totalVisibleCells / 2); var moveFilmstripCells = function($activeCell) { var $visibleCells = $cells.filter('.visible'); var activeCellIndex = $cells.index($activeCell); var activeCellVisibleIndex = $visibleCells.index($activeCell); var firstVisibleCellIndex = $cells.index($cells.filter('.visible:first')); var lastVisibleCellIndex = $cells.index($cells.filter('.visible:last')); var cellsToMove = 0; var startingPoint = 0; // Do nothing if active cell is at the pivot point. if (activeCellVisibleIndex == pivotPoint) return; // Active cell is left of the pivot point. if (activeCellVisibleIndex < pivotPoint) { // Do nothing if the cell's index and visible index are identical, because that means // we don't have room to shift. if (activeCellIndex

    ES by OMG

    Euro-Savings.com |Buy More, Pay Less | Anywhere in Europe

    Shop Smarter, Stretch your Euro & Stack the Savings | Latest Discounts & Deals, Best Coupon Codes & Promotions in Europe | Your Favourite Stores update directly every Second

    Euro-Savings.com or ES lets you buy more and pay less anywhere in Europe. Shop Smarter on ES Today. Sign-up to receive Latest Discounts, Deals, Coupon Codes & Promotions. With Direct Brand Updates every second, ES is Every Shopper’s Dream come true! Stretch your dollar now with ES. Start saving today!

    Originally posted on: https://www.abajournal.com/news/article/sidewalk-abortion-counselor-childhood-friend-among-those-weighing-in-on-jacksons-nomination/?utm_source=feeds&utm_medium=rss&utm_campaign=site_rss_feeds