Estudios sobre Propiedad Industrial e Intelectual
Aproximación práctica al estudio de libertad de operación y al análisis de infracción de reivindicaciones
Recents
Protecting amino acid and nucleic acid sequence variants
maig 2021
Liberalización de las patentes de vacunas contra la COVID
maig 2021
Cómo mejorar (retrasar) la entrada en fase nacional/regional de una solicitud PCT
febrer 2021
PCT DIRECT una gran herramienta en la estrategia de tramitación de patente
desembre 2020
Patentes defensivas: Ventajas y riesgos
juny 2020
Patentes: El largo camino europeo que no ha llevado a ninguna parte
abril 2020
El protocolo de Nagoya y las solicitudes de patente
desembre 2019
jQuery.fn.highlight = function (str, className) {
var regex = new RegExp(str, "gi"); return this.each(function () {
checkHighlight(this);
});
function checkHighlight(obj) {
var children = $(obj).children();
if(children.length == 0) {
doHighlight(obj);
} else {
children.each(function() {
checkHighlight(this);
});
}
}
function doHighlight(obj) {
obj.innerHTML = obj.innerHTML.replace(regex, function(matched) {return "" + matched + "";});
}
}; $(document).ready(function() {
$("#page").highlight("Zea", "highlighted");
});
Tuits recents
If you're attending #INTA2023, let's make the most of the last days of this incredible experience! Let's meet, connect, and celebrate together for this wonderful opportunity! @INTA #trademarks pic.twitter.com/4v3bN0EEmw