时政
热点
政务
深瞳
访谈
视频
国际
地方
专题
English
滚动
登录
–
$(function() {
$(window).on(“resize”, function(){
if($(“.menuBox”).hasClass(“on”)){
$(“.menuBox”).removeClass(“on”)
$(“.headerMenu”).attr(“style”, ”)
}
})
$(“.menuBox”).on(“click”, function() {
if ($(“.headerMenu”).is(“:hidden”)) {
$(this).addClass(“on”)
$(“.headerMenu”).slideDown()
} else {
$(this).removeClass(“on”)
$(“.headerMenu”).slideUp()
}
})
$(‘#searchBtn’).click(function() {
zz_search();
});
document.getElementById(“searchWord”).onkeydown = function(e) {
e = e || event;
if (e.keyCode == 13) {
zz_search();
}
}
function zz_search() {
var qt1 = $(‘#searchWord’).val();
if (qt1 != ”) {
var searchword = encodeURI(qt1);
var searchurl = ‘http://search01.stdaily.com:8080/guestweb/s?siteCode=N000008328’ +
‘&searchWord=’ + searchword;
window.open(searchurl);
} else {
window.open(“http://search01.stdaily.com:8080/guestweb/index/N000008328”)
}
}
let timer = setInterval(function() {
if(document.querySelector(‘#commentDiv’)) {
document.querySelector(‘.no-more’).style.display = ‘block’;
clearInterval(timer);
}
}, 1000)
})
所在位置:
中国科技网首页 >
滚动 >
正文
const articleId = “490987”;
盘清专利“家底”!我国首次完成全国2700多所高校和科研机构存量专利盘点
2026-03-23 15:34:45
来源:
新华社
点击数:
–>
3月23日,国新办举行新闻发布会介绍专利转化运用专项行动(2023—2025年)实施情况。国家知识产权局副局长胡文辉介绍,我国首次完成了全国2700多所高校和科研机构134.9万件存量专利盘点,筛选出68万件转化前景较好的发明专利,与46万家企业精准对接。组织各地开展“知识产权服务万里行”等路演活动1.6万余次,促成专利成交额150多亿元。记者:徐鹏航、宋晨海报制作:徐鹏航新华社国内部出品4909872026-03-23 15:34:45:0盘清专利“家底”!我国首次完成全国2700多所高校和科研机构存量专利盘点1324滚动滚动https://www.stdaily.com/web/gdxw/pic/2026-03/23/490987_0c3452f2-0239-46c8-8132-239fb3c63eb1_2455x16352705341copy.jpghttps://www.stdaily.com/web/gdxw/pic/2026-03/23/490987_0c3452f2-0239-46c8-8132-239fb3c63eb1_2455x16352705341copy.jpghttps://www.stdaily.com/web/gdxw/2026-03/23/content_490987.htmlnull新华社101/enpproperty–>
责任编辑:王倩
相关稿件:
网友评论
评论
最热评论
没有更多评论了
热点
报告显示我国土地总体生产、生态功能稳中向好
创新谈丨AI时代,专业没有绝对“冷热”之分
2025年非常规水利用量超250亿立方米
热点回应丨“手搓”疫苗火了,AI真能颠覆制药业吗
封面新闻
封面新闻丨第40个教师节,致敬这些良师益友
亮点纷呈 氛围感拉满!2024年国家网络安全宣传周开启
封面新闻丨共赴十年之约 2024数博会引领数字经济发展新潮流
全国生态日丨我国生态环境和质量持续改善
精彩视频
风云四号C星首套观测图像发布 中国气象卫星再上新高度
压力大皮炎就会加重?中国科学家新研究揭秘
成分近似红宝石!科学家首次在火星上发现宝石
第二艘国产大型邮轮“爱达·花城号”今天下午出坞
专题报道
科技新观察
创新故事
科普一下
2026全国两会
友情链接
中国政府网
国家发展和改革委员会
教育部
科学技术部
工业和信息化部
公安部
民政部
司法部
自然资源部
生态环境部
住房和城乡建设部
交通运输部
水利部
农业农村部
国家卫生健康委员会
国家市场监督管理总局
国家广播电视总局
国家体育总局
国家互联网信息办公室
国务院新闻办公室
中国科学院
中国社会科学院
中国工程院
国家文物局
国家知识产权局
人民网
新华网
中国网
国际在线
中国日报网
央视网
中国青年网
中国经济网
中国台湾网
中国西藏网
央广网
光明网
中国军网
中国新闻网
人民政协网
法治网
科技日报社概况
科技日报概况
报社领导
关于中国科技网
联系我们
公示公告
广告刊例
科技日报社公开招聘公告
互联网新闻信息服务许可证
信息网络传播视听节目许可证
举报平台
版权声明
Copyright © Science and Technology Daily, All Rights Reserved
科技日报社 中国科技网 版权所有
京ICP备06005116号
违法和不良信息举报电话:010-58884152
京公网安备 110402500060
抱歉,您使用的浏览器版本过低或开启了浏览器兼容模式,这会影响您正常浏览本网页
您可以进行以下操作:
1.将浏览器切换回极速模式
2.点击下面图标升级或更换您的浏览器
–>
3.暂不升级,继续浏览
继续浏览
//判断浏览器版本是否过低
window.onload = function () {
var userAgent = navigator.userAgent;
var isIE = userAgent.indexOf(“MSIE”) > -1 || userAgent.indexOf(“Trident”) > -1;
if (isIE) {
document.getElementById(“IEtip”).style.display = “block”;
}
document.getElementById(“closebt”).onclick = removeTip
document.getElementById(“closebt1”).onclick = removeTip
};
function removeTip() {
document.getElementById(“IEtip”).style.display = “none”;
}
$(function() {
var videos = $(“video”);
if (videos.length > 1) return;
for (var i = 0; i < videos.length; i++) {
videos[i].addEventListener("play", function() {
var vs = $("video");
for (var j = 0; j < vs.length; j++) {
if (vs[j] !== this) {
vs[j].pause();
}
}
})
};
});
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?d11e62e2e2c8d774bb326bab95dd0a4d";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
(function() {
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
} else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
var _title = $('#DocTitle').val();
var _desc = $('#DocDesc').val();
var _thumb = $('#DocThumb').val();
$(function() {
if ($('.indexNumber').html() == '') {
$('.indexNumber').html('0')
}
var f_source = $.trim($('.f_source').html());
if (f_source == '') {
$('.f_qsource, .f_source').hide()
} else {
$('.f_qsource, .f_source').show();
}
})
//处理封面图,替换video标签中的picpath为poster属性
var videos = document.getElementsByTagName("video");
for (var i = 0; i < videos.length; i++) {
var picpath = videos[i].getAttribute("picpath");
if (picpath) {
if (picpath.indexOf('图片存储;') > -1) {
picpath = ‘../../xy/image.do?path=’ + picpath;
}
videos[i].poster = picpath;
}
}
// 处理新图说
$(“.picture-illustrating”).each(function(index, item) {
// $(item).parent(“p”).css(“text-align”, “center”)
var newImg = new Image()
newImg.src = item.src
newImg.onload = function() {
var imgInfo = $(item).attr(‘data-original-title’)
if (typeof imgInfo == ‘undefined’) return;
var imgWidth = item.width
var spanStyle =
‘text-align: center; font-size: 13px; color: #999; padding-top: 5px; max-width: ‘ +
imgWidth + ‘px’
var domHtml = ” + imgInfo + ”
$(item).after(domHtml)
}
})
原文链接:
https://www.stdaily.com/web/gdxw/2026-03/23/content_490987.html

