【阅】本周阅读摘选2023-08-07 → 2023-08-13

Posted by Cao Zihang on August 14, 2023 Word Count:
本周阅读摘选
2023-08-07 → 2023-08-13
目录

学术相关

Vocalizing Search: How Voice Technologies Alter Consumer Search Processes and Satisfaction1

Nature Review Physics 评论:小世界网络25周年2

A Two-Step Synthetic Control Approach for Estimating Causal Effects of Marketing Events3

技术技巧

Python:Matplotlib赛博朋克主题

github

1
2
3
4
5
6
7
8
# 添加样式
plt.style.use('cyberpunk')
# 线条发光
mplcyberpunk.make_lines_glow()
# 面积发光
mplcyberpunk.add_underglow()
# 或二合一
mplcyberpunk.add_glow_effects()

图片

图片

R:两大图形库,上百种图形附绘图源代码

在COPY代码的道路上愈发快乐!

r-chats

image-20230814214618335

基于ggplot2的图形库,数量更多,还包含动图

image-20230814215320830

image-20230814215332835

image-20230814215352488

image-20230814215414342

AI Colors:轻松定制你的网页配色方案

基于ChatGPT 3.5的网站/数据仪表盘配色设计,访问友好,NICE!

所有的色块都可以导出。

image-20230814215839369

1
2
3
4
5
6
7
8
9
10
--primary-100:#d4eaf7;
--primary-200:#b6ccd8;
--primary-300:#3b3c3d;
--accent-100:#71c4ef;
--accent-200:#00668c;
--text-100:#1d1c1c;
--text-200:#313d44;
--bg-100:#fffefb;
--bg-200:#f5f4f1;
--bg-300:#cccbc8;

Codeium:强大且免费的AI智能编程助手

  • 代码生成
  • 代码重构
  • 代码解释
  • 自动注释
  • 代码语言转换

可以直接访问,还挺好玩的。但是感觉实用性一般,很多联想确实简化了代码的键入,但是要想实现一些功能它的联想可能会帮倒忙(增加debug工作)。

  1. Melumad, S. (2023). Vocalizing Search: How Voice Technologies Alter Consumer Search Processes and Satisfaction. Journal of Consumer Research, ucad009. https://doi.org/10.1093/jcr/ucad009 

  2. Budrikis, Z. (2023). 25 years of small-world network theory. Nature Reviews Physics, 5(8), 440–440. https://doi.org/10.1038/s42254-023-00628-6 

  3. Li, K. T., & Shankar, V. (2023). A Two-Step Synthetic Control Approach for Estimating Causal Effects of Marketing Events. Management Science. https://doi.org/10.1287/mnsc.2023.4878