2 min read

BibTeX:学术文献引用的核心引擎与标准化利器

BibTeX 是一种用于生成文献引用列表的排版系统,常与 LaTeX 配合使用。它通过一个包含文献元数据的 `.bib` 文件来工作,这些元数据包括作者、标题、期刊、年份等信息。用户在 LaTeX 文档中通过命令如 `\cite{key}` 来引用文献,BibTeX 随后根据 `.bib` 文件和预定义的样式文件(如 `.bst` 文件)生成格式化的参考文献列表。

MapLibre Tile: A Next Generation Vector Tile Format
The Mapbox Vector Tile (MVT) format is widely considered the leading open standard for large-scale map visualization, as evidenced by its widespread adoption by major technology companies such as AWS, Meta, and Microsoft for their products and services. However, MVT was developed nearly a decade ago and, consequently, does not fully align with the capabilities of new geospatial data sources that are characterized by rapidly increasing data volumes due to advancements in geospatial sensors and automated detection through artificial intelligence. In this paper, we introduce the MapLibre Tile (MLT) format, a novel vector tile specification designed from the ground up to address the limitations of MVT. Our experiments, simulating user sessions on widely used basemap datasets, demonstrate that MLT achieves up to three times better compression ratios compared to MVT on encoded tilesets, with over six times better on certain large tiles. Additionally, MLT offers decoding speeds that are up to three times faster and significantly enhances processing performance. MLT also introduces new functionalities and is specifically designed to lay the foundation for the next generation of map renderers, which we expect to entirely offload processing to the GPU, thereby overcoming the stagnation of Moore`s law.
订阅情报