Currnt | Danielle Berche (2024)

Table of Contents
Start a Guild™ Start a Talk

close

Meet innovators, champions, and thought leaders, and help keep others fresh on fast moving topics.

close

Start a Guild™

'); if ($('#b-panel-right-talk').size() > 0) { $('.b-opencurrent__right-talk').appendTo('#b-panel-right-talk'); $('#b-panel-right-talk').show(); } if ($('.cl_talk_menu_item' + u).size() > 0 && $('.cl_talk_menu_item' + u).find('.b-open-theme__title-2_count_right').size() > 0) { $('.cl_talk_menu_item' + u).find('.b-open-theme__title-2_count_right').remove(); } $('.b-open-theme__channel.active').removeClass('active'); $(siht).addClass('active'); $('.ds-dashboard-surveys').hide(); $('#canvas_cards_content').hide(); $('.profile-right-canvas').hide(); $('#canvas_talk_content').show(); $.post('/talk', { um: um, u: u, canvas_last_visit: '' }, function(data) { if (data.status === 'error') { canvas_content.block_scroll = 0; return null; } canvas_content.bottom_reached = 1; $('#canvas_talk_content') .html(data.payload.html); if ($('#b-panel-right-talk').size() > 0) { $('.b-opencurrent__right-talk').appendTo('#b-panel-right-talk'); $('#b-panel-right-talk').show(); } talk.rebind_dropdowns('#canvas_talk_content'); canvas_content.block_scroll = 0; $('.lazy').Lazy({ delay: 200 }); if (comment) { if (reply) $(".b-opencurrent-theme__add-reply.add_reply[data-id='" + comment + "']").find('.title.c71').click(); if ($('.box_content_comment.main_comment').size() > 0) { setTimeout(function() { if (reply) { $(".box_content_comment_reply[data-id='" + reply + "']").css('border-left', '3px solid #ff0000'); } else { $(".box_content_comment.main_comment[data-id='" + comment + "']").find('.b-opencurrent-theme__box-comment.top_side_comment').css('border-left', '3px solid #ff0000'); } console.log(reply ? $(".box_content_comment_reply[data-id='" + reply + "']").offset().top : $(".box_content_comment.main_comment[data-id='" + comment + "']").offset().top); $('.b-opencurrent-theme') .animate({ scrollTop: (reply ? $(".box_content_comment_reply[data-id='" + reply + "']").offset().top : $(".box_content_comment.main_comment[data-id='" + comment + "']").offset().top) - 250 }, 500); }, 500); } } else { if ($('.box_content_comment.main_comment').size() > 0) { $('.b-opencurrent-theme') .animate({ scrollTop: $('.box_content_comment.main_comment:last').offset().top }, 500); } } }); if ($('#canvas_cards_content').hasClass('active-rec')) { $('#recommended-calc').removeClass('calc-active'); } }, load_pins: function(siht) { canvas_content.block_scroll = 1; var pins = []; $('.pin-card').each(function(i, item) { pins.push(+$(item).attr('data-id')); }); $.post('/profiles/load_pins', { code: +'53316', pins: pins, type: canvas_content.canvas_pin_type, }, function(data) { if (data.status === 'error') { canvas_content.block_scroll = 0; return null; } if(canvas_content.bottom_reached === 0){ if(data.payload.bottom_reached === 1) { canvas_content.bottom_reached = 1; } } if (siht) { $('#saved_count').html($(siht).find('.cc_count').html()); $('#recommended_count').html(data.payload.recommended_count); $('.ds-dashboard-recommended').html(''); $('.ds-dashboard-recommended.grid') .append(data.payload.html2) .masonry('appended', data.payload.html2); $('.dropdown-button').dropdown(); } $('#talks_loading_gif').remove(); $('.ds-dashboard.grid') .append(data.payload.html) .masonry('appended', data.payload.html) .masonry({ transitionDuration: 0, isAnimated: false, animated: false, }); if ($('#saved_recommended_buttons').hasClass('active-recommended')) { recommended(); } $('.selfie').selfie({ uploadUrl: '/record/upload', max_length: 30, editable: $('.selfie').attr('editable') ? true : false, }); $('.conteiner_comment').each(function(index) { if ($(this).height() > 310) { var comment_area = $(this).closest('.comment_area'); comment_area.find(".conteiner_comment").addClass('active'); comment_area.find('.view_all_comment').show(); } $('.focus-comment').focus(function() { var comment_area = $(this).closest('.comment_area'); comment_area.find('.add_comment').addClass('focus-active'); comment_area.find('.focus-comment').addClass('mxh-unset'); $('.comment_area').removeClass('max_comment'); setTimeout(function () { masonry_layout.update_layout(); }, 500) $(this).keypress(function() { setTimeout(function () { masonry_layout.update_layout(); }, 300) }); }); }); $('.ds-dashboard.grid') .masonry('reloadItems') .masonry({ transitionDuration: 0, isAnimated: false, animated: false, }); tagging.detect_user_search(); if ($('.grid').hasClass('details_active')) { $('.grid-item').removeClass('grid-450 grid-550 grid-050'); if ($('.grid').width() > 1925) { $('.grid-item').addClass('grid-050'); } else if ($('.grid').width() > 1425) { $('.grid-item').addClass('grid-550'); } else if ($('.grid').width() > 825) { $('.grid-item').addClass('grid-450'); } } // $('.hr_section').each(function(i, item) { // $('.' + $(item).attr('data-hrname') + ':not(:first)').remove(); // }); setTimeout(function() { masonry_layout.update_layout(); tooltipped.init_nested_tooltips(); profile.get_project_participation(+'53316'); $('.lazy').Lazy({ delay: 200 }); }, 500); setTimeout(function() { canvas_content.block_scroll = 0; }, 750); }); }, refresh_canvas(type, siht) { canvas_content.canvas_pin_type = type; $('#saved_recommended_buttons').show(); $('.btn-type-pins').removeClass('active'); $('.btn-type-pins' + type).addClass('active'); $('.main-pin-card').hide().removeClass("grid-item");; $('.main-pin-card' + (type ? type : '')).show().addClass("grid-item"); if ($('#b-panel-right-talk').size() > 0) { $('#b-panel-right-talk').html(''); $('#b-panel-right-talk').hide(); } $('#canvas_talk_content').hide(); $('.ds-dashboard-surveys').hide(); $('.ds-dashboard').show(); $('#canvas_cards_content').show(); $('.profile-right-canvas').show(); $('.b-open-theme__channel.active').removeClass('active'); $(siht).addClass('active'); $('#canvas_talk_content') .html(''); $('.ds-dashboard .main-pin-card').remove(); $('.ds-dashboard-recommended .main-pin-card').remove(); if ($('#talks_loading_gif').size() == 0) $('.ds-dashboard').append('

Currnt | Danielle Berche (1)

'); canvas_content.bottom_reached = 0; canvas_content.load_pins(siht); setTimeout(function () { $('.ds-dashboard.grid').masonry('reloadItems') .masonry(); masonry_layout .update_layout(); }, 500) }, pinned: function(siht, e, pin_id, notremoveCard3) { e.stopPropagation(); e.preventDefault(); is_active = $(siht).hasClass('active'); $.post('/profiles/pinned', { pin_id: pin_id, is_active: is_active ? 1 : 0 }, function(data) { if (data.status === 'error') { return null; } if (is_active) { $(siht).removeClass('active'); if (notremoveCard3) { $(siht).closest('.main-pin-card').appendTo('.row.ds-dashboard'); $(siht).closest('.pin-card').css('background-color', '#fff'); } else { $(siht).closest('.main-pin-card').removeClass('grid-item--width3').appendTo('.row.ds-dashboard'); } if ($('.cl_panel_menu_item' + pin_id).size() > 0) $('.cl_panel_menu_item' + pin_id).addClass('hide'); } else { $(siht).addClass('active'); if (notremoveCard3) { $(siht).closest('.main-pin-card').prependTo('.row.ds-dashboard'); //$(siht).closest('.pin-card').css('background-color', '#fbf5eb'); } else { $(siht).closest('.main-pin-card').addClass('grid-item--width3').prependTo('.row.ds-dashboard'); } if ($('.cl_panel_menu_item' + pin_id).size() > 0) $('.cl_panel_menu_item' + pin_id).removeClass('hide'); } $('.grid') .append(data.payload) .masonry('appended', data.payload) .masonry('reloadItems') .masonry(); }); }, list_talk_pinned: function(siht, e, pin_id) { e.stopPropagation(); e.preventDefault(); is_active = $(siht).hasClass('active'); $.post('/profiles/pinned', { pin_id: pin_id, is_active: is_active ? 1 : 0 }, function(data) { if (data.status === 'error') { return null; } if (is_active) { $(siht).removeClass('active'); $(siht).find('#pinned_icon_color').attr('fill', '#000000'); if ($('.cl_talk_menu_item' + pin_id).size() > 0) $('.cl_talk_menu_item' + pin_id).addClass('hide'); $(siht).closest('.main-pin-card').removeClass('grid-item--width3').appendTo('.row.ds-dashboard'); } else { $(siht).addClass('active'); $(siht).find('#pinned_icon_color').attr('fill', '#3587c6'); if ($('.cl_talk_menu_item' + pin_id).size() > 0) $('.cl_talk_menu_item' + pin_id).removeClass('hide'); $(siht).closest('.main-pin-card').addClass('grid-item--width3').prependTo('.row.ds-dashboard'); } $('.grid') .append(data.payload) .masonry('appended', data.payload) .masonry('reloadItems') .masonry(); }); }, add_pin: function(siht, e, type, pin_id, is_recommended) { e.stopPropagation(); $.post('/profiles/activate_usermedia', { user_pin_id: pin_id }, function (data) { if (data.status === 'error') { return mbox.alert(data.payload.message) } $(siht).closest('.main-pin-card').prependTo('.row.ds-dashboard'); $('.grid') .append(data.payload) .masonry('appended', data.payload) .masonry('reloadItems') .masonry(); $('.material-tooltip').css({ 'display': 'none', 'opacity': '0' }); $(siht).remove(); }, 'json'); setTimeout(function() { masonry_layout.update_layout(); }, 500); }, get_user_canvas_list: function(siht, e, type, id, media_id) { // console.log('siht, e, type, id, media_id', siht, e, type, id, media_id); e.stopPropagation(); if ($('#loader_'+id).length == 0) $('#dd_add_pin_'+id).append('

  • Loading...
  • '); $.post('/profiles/get_user_canvas_list', { ref_type: type, user_pin_id: id, media_id: media_id }, function (data) { $('#loader_'+id).remove(); if (data.status === 'error') { return mbox.alert(data.payload.message) } data.following_canvases.forEach(function (canvas) { let found=false; data.pin.forEach(function (pin) { if (canvas.canvas.canvas_id === pin.canvas_id) found=true; }) if (!found) { $('#dd_add_pin_'+id).append('

  • + '+canvas.canvas.title+'
  • '); } }); if ($('#dd_add_pin_'+id+' li').length <= 0) { $('#dd_add_pin_'+id).append('

  • Added everywhere!
  • '); setTimeout(function() { $('#msg_'+id).remove(); }, 2000); } }, 'json'); }, add_to_my_currnt: function(siht, e, type, id) { e.stopPropagation(); $(document).click(); $.post('/profiles/add_to_my_currnt', { ref_type: type, user_pin_id: id }, function (data) { if (data.status === 'error') { return mbox.alert(data.payload.message) } // $(siht).closest('.main-pin-card').prependTo('.row.ds-dashboard'); $(siht).remove(); }, 'json'); }, add_to_my_canvas: function(siht, e, type, id, canvas_id) { e.stopPropagation(); $(document).click(); $.post('/profiles/add_to_my_canvas', { ref_type: type, user_pin_id: id, canvas_id: canvas_id }, function (data) { if (data.status === 'error') { return mbox.alert(data.payload.message) } $(siht).hide(); // $(siht).closest('.main-pin-card').prependTo('.row.ds-dashboard'); // $(siht).closest('.main-pin-card').remove(); // $(siht).remove(); }, 'json'); }, delete_pin: function(siht, e, type, pin_id, is_recommended) { e.stopPropagation(); var type_name = ['talk', 'profile', 'panel', 'profile', 'panel', 'Currnt', 'gig']; if(is_recommended) { $.post('/profiles/delete_pin', { user_pin_id: pin_id }, function (data) { if (data.status === 'error') { return mbox.alert(data.payload.message) } $(siht).closest('.main-pin-card').remove(); setTimeout(function() { masonry_layout.update_layout(); }, 500); }, 'json'); } else { return mbox.confirm('Are you sure you wish to remove this ' + type_name[type - 1] + ' from your My Currnt?', function (yes) { if (!yes) return null; $.post('/profiles/delete_pin', { user_pin_id: pin_id }, function (data) { if (data.status === 'error') { return mbox.alert(data.payload.message) } $(siht).closest('.main-pin-card').remove(); setTimeout(function() { masonry_layout.update_layout(); }, 500); }, 'json'); }); } }, open_apply: function(siht, e, url) { e.stopPropagation(); if (url) { var win = window.open(url, '_blank'); win.focus(); } else { mbox.alert('Panel unavailable'); } }, open_modal_canvas_opportunities: function (pin, item) { profile.modal_canvas_opportunities.open(); // console.log('canvas - open_modal_canvas_opportunities(this)', pin, item); $('#opportunity_content').find('.opp_logo').attr('style', "background:url('" + pin.opportunities.platform_logo + "') no-repeat center; background-size: contain; width: 69px; height: 70px;"); $('#opportunity_content').find('.pin-title-opportunity').html(pin.opportunities.title); $('#opportunity_content').find('.pin-by-opportunity').html('By '+pin.opportunities.platform_name); $('#opportunity_content').find('#platform_name').html(pin.opportunities.platform_name); $('#opportunity_content').find('#expiry_date').html(' Expires ' + pin.expires_at+''); $('#opportunity_content').find('#description').html(pin.opportunities.description); $.post('/profiles/get_usermedia', { user_pin_id: pin.id }, function (data) { $('#edit-btn-post').attr('disabled', false); // async_helper.stop_spinner_boundary($('.post-container-view')); if (data.status === 'error') { return null; } }); $('#btn_opp_apply').click(function(e) { e.preventDefault(); window.open(pin.opportunities.cta_link); }); }, open_modal_canvas_usermedia: function (pin_id, item) { // console.log('open_modal_canvas_usermedia canvas.twig', canvas_content.notification_comment) if (canvas_content.is_notification_comment) { profile.notification_comment = canvas_content.notification_comment; profile.comment_reply = canvas_content.comment_reply; // console.log('CANVAS - open_modal_canvas_usermedia(this)', canvas_content.is_notification_comment, profile.notification_comment ) } // if (item.type == 1) { $('#poster_image').attr('src', ''); $('#poster_image').attr('class', '' ) profile.modal_canvas_comments.open(); $('#poster_image').attr('src', item.profile_image); if (item.points_meta && item.points_meta.level) { $('#poster_image').attr('class', 'circle selfie ring_' + item.points_meta.level + ' vertical_top left' ) } else{ $('#poster_image').attr('class', 'circle selfie ring_' + item.points_meta.level + ' vertical_top left' ) } profile.opened_pin = item; $('#edit-btn-post').attr('disabled', true); setTimeout(function() { var title = item.headline + (item.company? ' at ' + item.company : ''); title = title.substr(0, 50).replace(/"/g, '\\"') + '...' $('#poster_name').html(item.full_name); $('#poster_headline').html(title); }, 200); // profile.post_item = item; async_helper.start_spinner_boundary($('.post-container-view')); $('#view_usermedia_content').html('Loading...'); // profile.modal_view_media.open(); $.post('/profiles/get_usermedia', { user_pin_id: pin_id }, function (data) { $('#edit-btn-post').attr('disabled', false); async_helper.stop_spinner_boundary($('.post-container-view')); if (data.status === 'error') { return null; } profile.user_pin_id = item.id; profile.post_item = data.payload.html; profile.post_desc = data.payload.description; var rendered_payload = data.payload.html; $('#view_usermedia_content').html(rendered_payload); $('#comments_description_html').html(data.payload.description); var description_html = rendered_payload; //$('.post-container-view').html(); var description_html_post_only = data.payload.description; var description = data.payload.description.replace(/
    /g, '\n').replace(/

    /g, '\n').replace(/<\/div>/g, ' ').replace(//g, '').replace(//g, ' ').replace(/<\/span>/g, ' ').replace(/

    /g, ' ').replace(/<\/p>/g, ' '); // var description = $('.post-container-view').html().replace(/
    /g, '\n').replace(/

    /g, '\n').replace(/<\/div>/g, ' ').replace(//g, '').replace(//g, ' ').replace(/<\/span>/g, ' ').replace(/

    /g, ' ').replace(/<\/p>/g, ' '); // var all_urls = description.match(/(http|ftp|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-])?/gm); var all_urls = description.match(/https?:\/\/(?![^" ]*(?:png|jpg|svg|bmp|jpeg|gif))[^" \n]+/gm); // var web_page_urls = description.match(/https?:\/\/(?![^" ]*(?:png|jpg|svg|bmp|jpeg|gif))[^" \n]+/gm); // var img_urls = description.match(/([^\=\"]http[^ \!@\$\^&\(\)\+\=]+(\.png|\.jpeg|\.gif|\.jpg|\.svg|\.bmp))/gm); if (all_urls) { all_urls = all_urls.filter(function(item, pos) { return all_urls.indexOf(item) == pos; }) var url_len = all_urls.length; if(url_len>1) { url_len = url_len-1; } for (var i=0; i'+decodeURI(all_urls[i])+'

    '); } } $('#view_usermedia_content').html(description_html); $('#comments_description_html').html(description_html_post_only); $('#edit-btn-post').attr('disabled', false); $('#poster_image').attr('src', item.profile_image); if (item.points_meta && item.points_meta.level) { $('#poster_image').attr('class', 'circle selfie ring_' + item.points_meta.level + ' vertical_top left' ) } else{ $('#poster_image').attr('class', 'circle selfie ring_' + item.points_meta.level + ' vertical_top left' ) } if(item.user_id == 0) { $('#edit-btn-post').show(); $('#btn_add_to_canvas').hide(); } else { $('#edit-btn-post').hide(); $('#btn_add_to_canvas').show(); } tooltipped.init_nested_tooltips(); profile.rebind_dropdowns(); if (profile.notification_comment && !canvas_content.comment_reply) { let c_row = $('div[data-id='+profile.notification_comment+']'); // let c_row = $('div[data-id='+profile.notification_comment+']'); $(c_row[0]).attr('style', 'background-color: lightyellow'); // profile.scroll_comment_to_bottom(); var cmt_ht = $('.trend_comment_rows').height(); // console.log('cmt_ht = ', cmt_ht); var tcr = $('.trend_comment_row');//.find(c_row); // console.log('tcr = ', tcr.length, tcr.index(c_row)); // console.log('tcr_ht = ', tcr.height()); $('.trend_comment_rows') .animate({ scrollTop: tcr.index(c_row) * tcr.height() }, 1000); setTimeout(function() { $(c_row[0]).attr('style', 'background-color: #FFFFFF'); }, 3000); } if (canvas_content.comment_reply) { let c_row = $('#replies-'+profile.notification_comment); let c_reply = $(c_row[0]).find('div[data-id='+profile.comment_reply+']'); // let c_row = $('div[data-id='+profile.notification_comment+']'); $(c_row[0]).attr('style', 'background-color: lightyellow'); c_reply.attr('style', 'background-color: orange'); var cmt_ht = $('.response_subcomment_rows').height(); // console.log('cmt_ht = ', cmt_ht); var tcr = $('.response_subcomment_row');//.find(c_row); // console.log('tcr = ', tcr.length, tcr.index(c_reply)); // console.log('tcr_ht = ', tcr.height(), tcr.index(c_reply) * tcr.height()); $('.trend_comment_rows') .animate({ scrollTop: tcr.index(c_reply) * tcr.height() }, 1000); setTimeout(function() { $(c_reply).attr('style', 'background-color: #FFFFFF'); $(c_row[0]).attr('style', 'background-color: #FFFFFF; color: rgb(153, 153, 153); font-size: 14px; margin: 10px 0px 10px 45px; padding: 0px; border-left: 1px dashed rgb(205, 205, 205)'); }, 3000); } }, 'json' ); } }, update_click: function(id) { $.post('/profiles/update_click', { user_pin_id: id }, function (data) { }, 'json'); }, open_pin: function(type, id, projectStatus) { // if (projectStatus == 4) return; // console.log('canvas.twig'); if (type == 1) { async_helper.start_spinner_boundary($('#view_usermedia_content')); $('#view_usermedia_content').html(''); profile.modal_view_media.open(); $.post('/profiles/get_usermedia', { user_pin_id: id }, function (data) { async_helper.stop_spinner_boundary($('#view_usermedia_content')); if (data.status === 'error') { return null; } profile.user_pin_id = id; $('#view_usermedia_content').html(data.payload.html); tooltipped.init_nested_tooltips(); profile.rebind_dropdowns(); } ); } else if (type == 5) { $.post('/profiles/get_project_url', { project_id: id }, function (data) { if (data.payload.url) { if (data.payload.url.indexOf('/editapp/') > -1) { dashboard.open_edit(data.payload.url.substr(9)); } else { location.href = data.payload.url; } // window.open(data.payload.url, '_blank'); } else { location.href = '/apply'; //mbox.alert('Panel unavailable'); } } ); } else { location.href = '/dashboard'; } }, stop_propagation: function(e) { e.stopPropagation(); e.preventDefault(); } }; $(function() { // console.log('canvas_content.has_role = ', canvas_content.has_role); $('.vm_for').hide(); $('#canvas_cards_content').scroll(function() { var ht = 0; //$('.ds-dashboard-recommended').height(); // console.log('SCROLLING...', ht, canvas_content.has_role); if($('#canvas_cards_content').scrollTop() >= Math.floor($(document).height() * 0.9)) { if(!canvas_content.block_scroll) { canvas_content.block_scroll = 1; if (canvas_content.bottom_reached) { canvas_content.block_scroll = 0; return; } canvas_content.load_pins(); // console.log('Loading more...'); } } }); }); function copyToClipboard(element) { var $temp = $("

    Currnt | Danielle Berche (2)

    Danielle Berche

    close

    Start a Talk

    Share articles, books, podcasts, ideas or questions that you think are important for other professionals to stay fresh and relevant.

    Currnt | Danielle Berche (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Manual Maggio

    Last Updated:

    Views: 6483

    Rating: 4.9 / 5 (69 voted)

    Reviews: 84% of readers found this page helpful

    Author information

    Name: Manual Maggio

    Birthday: 1998-01-20

    Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

    Phone: +577037762465

    Job: Product Hospitality Supervisor

    Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

    Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.