tag on yout theme's header.php
Read the detailed step-by-step at https://humbertosilva.com/visual-composer-infinite-image-carousel/
*/
// auxiliary code to create triggers for the add and remove class for later use
(function($){
$.each(["addClass","removeClass"],function(i,methodname){
var oldmethod = $.fn[methodname];
$.fn[methodname] = function(){
oldmethod.apply( this, arguments );
this.trigger(methodname+"change");
return this;
}
});
})(jQuery);
// main function for the infinite loop
function vc_custominfiniteloop_init(vc_cil_element_id){
var vc_element = '#' + vc_cil_element_id; // because we're using this more than once let's create a variable for it
window.maxItens = jQuery(vc_element).data('per-view'); // max visible items defined
window.addedItens = 0; // auxiliary counter for added itens to the end
// go to slides and duplicate them to the end to fill space
jQuery(vc_element).find('.vc_carousel-slideline-inner').find('.vc_item').each(function(){
// we only need to duplicate the first visible images
if (window.addedItens < window.maxItens) {
if (window.addedItens == 0 ) {
// the fisrt added slide will need a trigger so we know it ended and make it "restart" without animation
jQuery(this).clone().addClass('vc_custominfiniteloop_restart').removeClass('vc_active').appendTo(jQuery(this).parent());
} else {
jQuery(this).clone().removeClass('vc_active').appendTo(jQuery(this).parent());
}
window.addedItens++;
}
});
// add the trigger so we know when to "restart" the animation without the knowing about it
jQuery('.vc_custominfiniteloop_restart').bind('addClasschange', null, function(){
// navigate to the carousel element , I know, its ugly ...
var vc_carousel = jQuery(this).parent().parent().parent().parent();
// first we temporarily change the animation speed to zero
jQuery(vc_carousel).data('vc.carousel').transition_speed = 0;
// make the slider go to the first slide without animation and because the fist set of images shown
// are the same that are being shown now the slider is now "restarted" without that being visible
jQuery(vc_carousel).data('vc.carousel').to(0);
// allow the carousel to go to the first image and restore the original speed
setTimeout("vc_cil_restore_transition_speed('"+jQuery(vc_carousel).prop('id')+"')",100);
});
}
// restore original speed setting of vc_carousel
function vc_cil_restore_transition_speed(element_id){
// after inspecting the original source code the value of 600 is defined there so we put back the original here
jQuery('#' + element_id).data('vc.carousel').transition_speed = 600;
}
// init
jQuery(document).ready(function(){
// find all vc_carousel with the defined class and turn them into infine loop
jQuery('.vc_custominfiniteloop').find('div[data-ride="vc_carousel"]').each(function(){
// allow time for the slider to be built on the page
// because the slider is "long" we can wait a bit before adding images and events needed
var vc_cil_element = jQuery(this).prop("id");
if (window.innerWidth <= 480) {
// jQuery(vc_element).attr('data-per-view',1);
jQuery('.vc_item').each(function(){
this.style.width = '25%'
this.style.height = 'auto'
})
} else {
setTimeout("vc_custominfiniteloop_init('"+vc_cil_element+"')",2000);
}
});
});
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TZHJ474');
var interval1 = setInterval(function(){
//console.log('ou no interval');
jQuery('.box-news .vc_gitem-zone-a').each(function() {
if((!jQuery(this).css('background-image').includes('vc_gitem_image'))) {
jQuery(this).css('background-image','none')
}
})
jQuery('.box-news .vc_gitem-zone-a a').each(function() {
jQuery(this).attr('data-hover','Leia mais')
})
}, 1000);
setTimeout(function() {
clearInterval(interval1);
},5000);
@font-face {
font-family: "FontAwesome";
src: url("/local/fonts/fa-brands-400.eot"),
url("/local/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
url("/local/fonts/fa-brands-400.woff2") format("woff2"),
url("/local/fonts/fa-brands-400.woff") format("woff"),
url("/local/fonts/fa-brands-400.ttf") format("truetype"),
url("/local/fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
font-family: "FontAwesome";
src: url("/local/fonts/fa-solid-900.eot"),
url("/local/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
url("/local/fonts/fa-solid-900.woff2") format("woff2"),
url("/local/fonts/fa-solid-900.woff") format("woff"),
url("/local/fonts/fa-solid-900.ttf") format("truetype"),
url("/local/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
font-family: "FontAwesome";
src: url("/local/fonts/fa-regular-400.eot"),
url("/local/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
url("/local/fonts/fa-regular-400.woff2") format("woff2"),
url("/local/fonts/fa-regular-400.woff") format("woff"),
url("/local/fonts/fa-regular-400.ttf") format("truetype"),
url("/local/fonts/fa-regular-400.svg#fontawesome") format("svg");
unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD;
}
jQuery(document).ready(function(){
jQuery('.single-item').slick({
centerMode: true,
centerPadding: '60px',
slidesToShow: 5,
variableWidth: true,
autoplay: true,
autoplaySpeed: 2000,
responsive: [
{
breakpoint: 768,
settings: {
arrows: false,
centerMode: true,
centerPadding: '40px',
slidesToShow: 3
}
},
{
breakpoint: 520,
settings: {
arrows: false,
centerMode: true,
centerPadding: '40px',
slidesToShow: 1
}
}
]
});
});
.single-item img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.single-item img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
422n14
Dalton Cardoso et al. A relação entre áreas de exploração madeireira e estradas na Amazônia Legal. In: Anais do XX Simpósio Brasileiro de Sensoriamento Remoto, 2023, Florianópolis. Anais eletrônicos… São José dos Campos, INPE, 2023. Disponível em: <https://proceedings.science/sbsr-2023/trabalhos/a-relacao-entre-areas-de-exploracao-madeireira-e-estradas-na-amazonia-legal?lang=pt-br Resumo As estradas são vetores responsáveis pelo processo de ocupação e desenvolvimento da Amazônia. Dois tipos de
Vegetação Secundária na Amazônia: atualização da série histórica em diferentes recortes territoriais 6022e
Luis Augusto Lima Oliveira Junior et al. Vegetação Secundária na Amazônia: atualização da série histórica em diferentes recortes territoriais. In: Anais do XX Simpósio Brasileiro de Sensoriamento Remoto, 2023, Florianópolis. Anais eletrônicos… São José dos Campos, INPE, 2023. Disponível em: https://proceedings.science/sbsr-2023/trabalhos/vegetacao-secundaria-na-amazonia-atualizacao-da-serie-historica-em-diferentes-re?lang=pt-br Resumo A Vegetação Secundária (VS) ocupa 3% do território do bioma Amazônia, e seus
MapBiomas Água: dinâmica e tendência da superfície de água no Brasil 1j6n4t
Bruno Gama Ferreira et al. MapBiomas Água: dinâmica e tendência da superfície de água no Brasil. In: Anais do XX Simpósio Brasileiro de Sensoriamento Remoto, 2023, Florianópolis. Anais eletrônicos… São José dos Campos, INPE, 2023. Disponível em: https://proceedings.science/sbsr-2023/trabalhos/mapbiomas-agua-dinamica-e-tendencia-da-superficie-de-agua-no-brasil?lang=pt-br Resumo A disponibilidade de dados Landsat e a plataforma Google Earth Engine permitiram a geração de séries históricas globais de superfície
Mapeamento do incremento anual de estradas na Amazônia com inteligência artificial 8412f
Stefany Pinheiro et al. Mapeamento do incremento anual de estradas na Amazônia com inteligência artificial. In: Anais do XX Simpósio Brasileiro de Sensoriamento Remoto, 2023, Florianópolis. Anais eletrônicos… São José dos Campos, INPE, 2023. Disponível em: https://proceedings.science/sbsr-2023/trabalhos/mapeamento-do-incremento-anual-de-estradas-na-amazonia-com-inteligencia-artifici?lang=pt-br Resumo Identificar e mapear a expansão de estradas na Amazônia é o o inicial para monitorar a ocupação da região. A rede
Dinâmica do desmatamento na região Amacro com o Sistema de Alerta de Desmatamento (SAD) 4rj6v
Bianca Santos et al. Dinâmica do desmatamento na região Amacro com o Sistema de Alerta de Desmatamento (SAD). In:Anais do XX Simpósio Brasileiro de Sensoriamento Remoto, 2023, Florianópolis. Anais eletrônicos… São José dos Campos, INPE, 2023. Disponível em: https://proceedings.science/sbsr-2023/trabalhos/dinamica-do-desmatamento-na-regiao-amacro-com-o-sistema-de-alerta-de-desmatament?lang=pt-br Resumo O desmatamento na Amazônia é amplamente debatido devido a perda da biodiversidade, emissões de gases de efeito estufa, impactos
Validação dos risco de desmatamento de 2022 da PrevisIA com alertas do SAD na escala municipal 6p1b26
Alexandra Monteiro Alves et al. Validação dos risco de desmatamento de 2022 da PrevisIA com alertas do SAD na escala municipal. In: Anais do XX Simpósio Brasileiro de Sensoriamento Remoto, 2023, Florianópolis. Anais eletrônicos…São José dos Campos, INPE, 2023. Disponível em: https://proceedings.science/sbsr-2023/trabalhos/validacao-do-risco-de-desmatamento-de-2022-da-previsia-com-alertas-do-sad-na-esc?lang=pt-br Resumo Neste artigo, validamos os dados de risco de desmatamento do PrevisIA de 2022 no município
Mapping Roads in the Brazilian Amazon with Artificial Intelligence and Sentinel-2 6j3z10
Botelho, J., Jr.; Costa, S.C.P.; Ribeiro, J.G.; Souza, C.M., Jr. Mapping Roads in the Brazilian Amazon with Artificial Intelligence and Sentinel-2. Remote Sens. 2022, 14, 3625. https://doi.org/10.3390/ rs14153625 Abstract: This study presents our efforts to automate the detection of unofficial roads (herein, roads) in the Brazilian Amazon using artificial intelligence (AI). In this region, roads
Medium Spatial Resolution Mapping of Global Land Cover and Land Cover Change Across Multiple Decades From Landsat 2l2h5r
Friedl MA, Woodcock CE, Olofsson P, Zhu Z, Loveland T, Stanimirova R, Arevalo P, Bullock E, Hu K-T, Zhang Y, Turlej K, Tarrio K, McAvoy K, Gorelick N, Wang JA, Barber and Souza C (2022) Medium Spatial Resolution Mapping of Global Land Cover and Land Cover Change Across Multiple Decades From Landsat. Front. Remote
Mapping Three Decades of Changes in the Tropical Andean Glaciers Using Landsat Data Processed in the Earth Engine 4v3650
Turpo Cayo, E.Y.; Borja, M.O.; Espinoza-Villar, R.; Moreno, N.; Camargo, R.; Almeida, C.; Hopfgartner, K.; Yarleque, C.; Souza, C.M., Jr. Mapping Three Decades of Changes in the Tropical Andean Glaciers Using Landsat Data Processed in the Earth Engine. Remote Sens. 2022, 14, 1974. https:// doi.org/10.3390/rs14091974 Abstract: The fast retreat of the tropical Andean glaciers (TAGs)
Sustainability of Brazilian forest concessions 5a5n5q
Sist, P., Piponiot, C., Kanashiro, M., Pena-Claros, M., Putz, F., Schulze, M., Verissimo, A., & Vidal, E. 2021. Sustainability of Brazilian forest concessions. Forest Ecology and Management (Volume 496, 15 September 2021, 119440). https://doi.org/10.1016/j.foreco.2021.119440 Abstract In 2006, the Brazilian Forest Service (SFB) started an ambitious program to establish forest concessions so as to provide a