Paul Craig is scheduled to headline UFC Vegas 82, where he will take on streaking light heavyweight contender Brendan Allen. It will be the Scotsman's first bout since he TKO'd André Muniz. Among the topics on fans' minds ahead of UFC Vegas 82 is Paul Craig's nickname.
The Scotsman is known by a peculiar alias, 'Bearjew'. But is he actually Jewish? If not, why the nickname? As it turns out, Paul Craig is not Jewish and has yet to explain the origins behind his nickname on any interview, despite being asked several times.
In fact, in 2017, Craig was once a guest of the MMANews Podcast and refused to disclose the origins of his 'Bearjew' nickname. What is known, however, is that Craig is one of the best fighters in the UFC light heavyweight division and has defeated several top contenders at 205 pounds.
He has even finished former UFC light heavyweight champions Maurício 'Shogun' Rua and Jamahal Hill, who vacated the title not long ago. Magomed Ankalaev, Dagestan's resident 205-pounder, tasted defeat for the first and only time at Craig's hands when the latter submitted him with a triangle choke.
👉 For more insights, check out this resource.
Worse still, the loss took place on Ankalaev's promotional debut. Despite his success against some of the division's best, the Scotsman has never held light heavyweight gold but is hoping for a change in fortune by defeating Brendan Allen this weekend.
Though at 35 years old, time is of the essence. Another loss could be a permanent setback, making it difficult for him to work his way back into possible title contention.
👉 Discover more in this in-depth guide.
Paul Craig's only UFC win streak
Paul Craig has been a part of the promotion since 2016 but has only ever mounted a single win streak in the UFC. Unfortunately, the Scotsman has had the misfortune of being on several win-loss runs that have robbed him of having more than one win streak. So what of the one he did manage?
Between 2020 and 2022, Craig went on a tear, beating four opponents in consecutive wins for his best-ever run, which consisted of finishes over the likes of Jamahal Hill, Maurício 'Shogun' Rua, and Nikita Krylov.
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1745863, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1745863); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1745863) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1745863) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();