hugo

Embed iframe Amazon Associate Link into .md file R

你。 提交于 2020-08-24 04:06:29
问题 I'm trying to embed an Amazon Associate link into a post created using R blogdown and Hugo. It is a simple .md file. The Amazon Associate site is here. The code I am trying to post with my store-id is this: <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=hatro-20

Can't escape LaTeX dollar sign `$` in blogdown

喜你入骨 提交于 2020-08-20 08:05:12
问题 1. An amount between $5 and $10. 2. An amount between \$5 and \$10. 3. An amount between \\$5 and \\$10. Please include the code chunk above in a blogdown .Rmd file, and make sure your Hugo theme supports LaTeX equations. Then Save and serve your site with blogdown::serve_site() . When I do this none of the three options shown above properly escape LaTeX's dollar sign $ . Here's what happens to me (and yes I did update all packages with update.packages(ask = FALSE, checkBuilt = TRUE) prior to

Go 语言编程 — Cobra 指令行工具

醉酒当歌 提交于 2020-08-16 14:11:34
目录 文章目录 目录 Cobra(眼镜蛇) Cobra 的核心概念 Cobra 的使用 Cobra(眼镜蛇) Github:https://github.com/spf13/cobra Cobra 是一个第三方 Golang 包,是一个应用程序生成框架,用于创建自己的应用程序或命令行(Command)程序,从而开发以 Cobra 为基础的应用。目前 Docker、Kubernetes、Hugo 等著名项目都使用了 Cobra。 Cobra 提供的功能 : 完全兼容 POSIX 命令行模式。 支持嵌套子命令(sub-command),如:app server, app fetch。 支持全局,局部,串联 Flags。 支持应用程序和命令行程序的创建,例如:cobra create appname 和 cobra add cmdname。 如果命令输入错误,支持智能提醒。 支持自动生成 commands 和 flags 的 help 信息。 支持自动识别 -h,–help 选型。 支持自动生成 man 手册。 支持命令行别名。 支持自定义 help 和 usage 信息。 可选的紧密集成 viper 配置工具库。 Cobra 的核心概念 commands:命令行,代表行为。可细分为 rootCmd 和 subCmd。 arguments:命令行参数。 flags:命令行选型

因为Excel,科学家们修改了27种人类基因的名称

做~自己de王妃 提交于 2020-08-14 17:56:19
  电子表格类软件,已经深度参与到我们日常工作的各个环节。   而其中的翘楚无疑是微软的 Excel,不管是 WPS 或是 Numbers,都无法撼动这款已经拥有 35 年历史的软件。但最近它的某些功能却给一些科学家们带来了困扰。    藏在基因名称中的“隐患”   人类基因组,有 23 对染色体,包含约 30 亿个 DNA 碱基对,部分碱基对组成了大约 20000 到 25000 个基因。在科学研究中,学者需要为每个基因起一个特定的名称以便快速定位,这些名称一般由字母加数字的形式组成。   但是在最近一年左右的时间里,有约 27 种人类基因被重新命名,Excel 正是这一系列行为的“肇事者”,它会将这些基因名称误读为日期格式,并直接修改成了默认格式。   这种事情并不新鲜,我们每个人或多或少都遇到过类似情况。   但是,当 Excel 将一些关键数据误读,而科学家们恰好使用这些数据来分析,甚至临床试验的时候,就可能产生不可挽回的严重后果。   当遇到类似情况时,科学家们必须手工设置单元格格式以还原数据,但难免也会产生遗漏的情况。据一项 2016 年的调查表明,这类 “Bug” 非常普遍,以至于在 3597 篇样本论文中,约五分之一都受到了影响。      图 | 微软 Excel 将基因名称误读作日期   “这真的非常非常烦人”,英国 Quadram 研究所的系统生物学家

Postgresql 全文检索测试

霸气de小男生 提交于 2020-08-12 03:08:32
Postgresql:10.11 测试表数据量:3亿 测试使用8c 16g 服务器 创建一张表: create table nt_order ( id int PRIMARY KEY, order_id text, order_time timestamp without time zone, info jsonb ); CREATE SEQUENCE nt_order_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; alter table nt_order alter column id set default nextval('nt_order_id_seq'); 创建索引: brin索引: create index idx_nt_order_brin on nt_order using brin (order_time); 全文检索: create index idx_gin_nt_order_info on nt_order using gin(to_tsvector('english',info)); 为什么使用brin索引? 占空间小,比btree小千倍靠上 使用brin索引适用任何场景吗? brin索引适合范围查询(与btree索引比差距较小),brin索引主要用于高度相关的数据

1918年就诞生了比Zoom酷太多的视频聊天设想!而那时才刚有无线电

强颜欢笑 提交于 2020-07-26 06:28:04
云栖号资讯:【 点击查看更多行业资讯 】 在这里您可以找到不同行业的第一手的上云资讯,还在等什么,快来! 你能想象吗,一百多年前的人竟然就敢大胆预测未来会出现视频通话这种聊天方式! 而当时的1918年才刚刚有了无线电,还是作为一种点对点的通讯技术,而非广播媒体。1920年,第一批广播电台才在美国获得许可。电视技术在1918年对当时最前沿的科学家来说也还只是一个梦想。 但这并不妨碍雨果·根斯巴克(Hugo Gernsback)想象出这种复杂到难以置信的设备。Gernsback可以说是科幻文学的开创者。究竟有多厉害呢?科幻界的大奖雨果奖(Hugo Awards)就是为了纪念这位科幻文学之父而得名的。 话不多说,跟随文摘菌感受一下Gernsback的伟大创想吧~ Telephot比现在的视频聊天软件更酷! 当下我们有很多视频聊天的方式可供选择:Skype,FaceTime,Facebook Portal,或者疫情期间最流行的视频聊天软件Zoom。但它们都远没有这个发表在一份1918年的科技杂志上的想法来得更酷——那时候,无线电广播刚刚起步,而电视节目还要几十年以后才问世。 而在当时,科幻作家和科幻杂志出版商Hugo Gernsback想象出了一个被称做“Television and Telephot”的理论装置,发表在了他的个人杂志《电气实验家》上,这本杂志里充斥着他各种奇特而超前的想法

Pandoc rules regarding LaTeX not followed on R blogdown hugo themes

☆樱花仙子☆ 提交于 2020-07-22 05:52:17
问题 I can create a new blogdown site utilizing the default hugo-lithium theme and the text statement below will not render as a LaTeX equation, which is the behavior I expect. An amount between $5 and $10. Pandoc's manual explains the reason why, which I'll paste below with a bold emphasis: Anything between two $ characters will be treated as TeX math. The opening $ must have a non-space character immediately to its right, while the closing $ must have a non-space character immediately to its

Pandoc rules regarding LaTeX not followed on R blogdown hugo themes

冷暖自知 提交于 2020-07-22 05:52:00
问题 I can create a new blogdown site utilizing the default hugo-lithium theme and the text statement below will not render as a LaTeX equation, which is the behavior I expect. An amount between $5 and $10. Pandoc's manual explains the reason why, which I'll paste below with a bold emphasis: Anything between two $ characters will be treated as TeX math. The opening $ must have a non-space character immediately to its right, while the closing $ must have a non-space character immediately to its

Prevent re-knitting of old rmd files when publishing blogdown website on shared server

混江龙づ霸主 提交于 2020-07-22 05:22:08
问题 I read this post and the blogdown documentation, but I can't seem to find a relevant answer for my case. EDIT: I found this blog post describing a workaround using build_site(method="custom") . I needed to change a few things (from md to html in some parts, since the knitted final format is html in my case). It seems to work for simple Rmds, but fancy interactive plots requiring htmlwidgets don't render correctly. I recently switched from Wordpress to Hugo and I have a shared server for

Prettier & Visual Code settings for Hugo HTML templates

ぐ巨炮叔叔 提交于 2020-07-18 04:41:07
问题 I generally like using Prettier with Visual Code. However, Prettier is making me crazy while editing HTML templates for Hugo because it will not preserve the reader friendly formatting of this: {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }} {{ hugo.Generator }} {{ "<!-- plugins -->" | safeHTML }} {{ range .Site.Params.plugins.css }} <link rel="stylesheet" href="{{ .URL | absURL }} "> {{ end }} {{ "<!-- Main Stylesheet -->" | safeHTML }} {{ $styles := resources