当前位置:网站首页>ApacheCN 翻译、校对、笔记整理活动进度公告 2022.7
ApacheCN 翻译、校对、笔记整理活动进度公告 2022.7
2022-07-04 21:37:00 【布客飞龙】
命令行上的数据科学第二版【校对】
仓库:https://github.com/apachecn/ds-cmd-line-2e-zh
整体进度:https://github.com/apachecn/ds-cmd-line-2e-zh/issues/1
贡献指南:https://github.com/apachecn/ds-cmd-line-2e-zh/blob/master/CONTRIBUTING.md
认领:5/14,完成:5/14
从零开始的计算机图形学【校对】
仓库:https://github.com/apachecn/cg-scratch-zh
整体进度:https://github.com/apachecn/cg-scratch-zh/issues/1
贡献指南:https://github.com/apachecn/cg-scratch-zh/blob/master/CONTRIBUTING.md
认领:0/18,完成:0/18
21 世纪的统计思维【校对】
仓库:https://github.com/apachecn/stats-thinking-21-zh
整体进度:https://github.com/apachecn/stats-thinking-21-zh/issues/1
贡献指南:https://github.com/apachecn/stats-thinking-21-zh/blob/master/CONTRIBUTING.md
认领:0/110,完成:0/110
Impatient JavaScript【校对】
贡献指南:https://github.com/apachecn/impatient-js-zh/blob/master/CONTRIBUTING.md
整体进度:https://github.com/apachecn/impatient-js-zh/issues/1
项目仓库:https://github.com/apachecn/impatient-js-zh
认领:33/42,完成:33/42
UIUC CS241 系统编程中文讲义【校对】
仓库:https://github.com/apachecn/uiuc-cs241-notes-zh
整体进度:https://github.com/apachecn/uiuc-cs241-notes-zh/issues/1
贡献指南:https://github.com/apachecn/uiuc-cs241-notes-zh/blob/master/CONTRIBUTING.md
认领:8/78,完成:8/78
有用的链接
Markdown 排版要求
- 代码块和图片无需校对,并且不计入字数。
- 汉字和英文字母,汉字和数字之间空一格。但是中文标点和任何字符之间都不用空格。
- 粗体斜体和链接要求同上,中文和英文粗体,英文和中文粗体之间也需要空格。
- 任何编程语言中出现的东西,比如变量名,类名,函数名,包名,以及命令行中出现的东西,比如命令,文件名,路径,扩展名,都需要包在内联代码中。内联代码与汉字/标点之间无需空格,但和英文字母或数字之间空一格。
- 表格的格式容易乱,保证它们显示正常。
- 标题和较短的列表需要特别校对。
- 有少量未翻译的段落,使用谷歌翻译之后再校对。
有用的正则表达式
链接:
(?<!!)\[[^\]]*\]
表格:
^\|
中文间空格:
中文间空格一般是翻译引擎出错的地方。
[\u4e00-\u9fff]\s+[\u4e00-\u9fff]
未翻译段落:
^[a-zA-Z0-9][^\u4e00-\u9fff]+$
^\s*([\+\-\*]\x20{3}|\d+\.\x20{2})[^\u4e00-\u9fff]+$
内联代码:
在 Markdown 中,内联代码需要用反引号括起来,但一些教程并没有这样做。于是,需要检查中英文边界,将没有用反引号括起来的内联代码改掉。
[\u2018-\u201d\u3001-\u301c\u4e00-\u9fff\uff01-\uff65]\x20*[A-Za-z0-9]|[A-Za-z0-9]\x20*[\u2018-\u201d\u3001-\u301c\u4e00-\u9fff\uff01-\uff65]
粗体/斜体:
\*\*[^\*]+\*\*|(?<!\*)\*[^\*]+\*(?!\*)
标题:
^#+\x20
列表(二十字以内):
短的列表由于没有上下文非常容易出错。
^\s*([\+\-\*]\x20{3}|\d+\.\x20{2}).{1,20}$
奖励
校对者在完工后可以领取千字2~4元的奖励(视难度和工作量而定),请联系飞龙(Q562826179,V:wizardforcel)。
字数统计遵循 word 标准:每一个汉字和标点算一个字,一个连续的英文字母、数字和标点序列算一个字
边栏推荐
- 1807. 替换字符串中的括号内容
- GTEST from ignorance to skillful use (1) GTEST installation
- Shutter WebView example
- Shutter textfield example
- How to remove the black dot in front of the title in word document
- Bizchart+slider to realize grouping histogram
- 【活动早知道】LiveVideoStack近期活动一览
- 【米哈游2023届秋招】开启【校招唯一专属内推码EYTUC】
- File read write
- 类方法和类变量的使用
猜你喜欢

使用 BlocConsumer 同时构建响应式组件和监听状态

Why do you have to be familiar with industry and enterprise business when doing Bi development?
![[advanced C language] array & pointer & array written test questions](/img/3f/83801afba153cfc0dd73aa8187ef20.png)
[advanced C language] array & pointer & array written test questions

Redis03 - network configuration and heartbeat mechanism of redis

Sorting and sharing of selected papers, systems and applications related to the most comprehensive mixed expert (MOE) model in history

广电五舟与华为签署合作协议,共同推进昇腾AI产业持续发展

Lambdaquerywrapper usage

一文掌握数仓中auto analyze的使用
![[public class preview]: basis and practice of video quality evaluation](/img/fd/42b98a08b5a0fd89c119f1d1a8fe1b.png)
[public class preview]: basis and practice of video quality evaluation

什么是商业智能(BI),就看这篇文章足够了
随机推荐
面试题 01.01. 判定字符是否唯一
HDU - 2859 Phalanx(DP)
Golang interview finishing three resumes how to write
保证接口数据安全的10种方案
283. 移动零-c与语言辅助数组法
TCP protocol three times handshake process
PostgreSQL基本结构——表
Case sharing | integrated construction of data operation and maintenance in the financial industry
大厂的广告系统升级,怎能少了大模型的身影
【LeetCode】17、电话号码的字母组合
[early knowledge of activities] list of recent activities of livevideostack
WebGIS框架---kalrry
[optimtool.unconstrained] unconstrained optimization toolbox
玩转gRPC—深入概念与原理
Shutter WebView example
QT—绘制其他问题
close系统调用分析-性能优化
Which securities company has the lowest Commission for opening an account online? I want to open an account. Is it safe to open an account online
开源之夏专访|Apache IoTDB社区 新晋Committer谢其骏
Keep on fighting! The city chain technology digital summit was grandly held in Chongqing