aboutsummaryrefslogtreecommitdiff
path: root/site/posts/2017-04-25-open_research_toywiki.html
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-04-06 17:43:24 +0200
committerYuchen Pei <me@ypei.me>2018-04-06 17:43:24 +0200
commit2a2c61de0e44adad26c0034dfda6594c34f0d834 (patch)
tree75d8d3960b552cf3b8b56e0abf11e78ca28f8776 /site/posts/2017-04-25-open_research_toywiki.html
parent76ab6c66b3c65f16c8d19a6d16c100cf45ec9e57 (diff)
second commit
Diffstat (limited to 'site/posts/2017-04-25-open_research_toywiki.html')
-rw-r--r--site/posts/2017-04-25-open_research_toywiki.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/site/posts/2017-04-25-open_research_toywiki.html b/site/posts/2017-04-25-open_research_toywiki.html
new file mode 100644
index 0000000..50c22a7
--- /dev/null
+++ b/site/posts/2017-04-25-open_research_toywiki.html
@@ -0,0 +1,32 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Open mathematical research and launching toywiki</title>
+ <link rel="stylesheet" href="../assets/css/default.css" />
+ <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
+ </head>
+ <body>
+ <header>
+ <span class="logo">
+ <a href="../blog.html">Blog</a>
+ </span>
+ <nav>
+ <a href="../index.html">About</a><a href="../postlist.html">All posts</a><a href="../blog-feed.xml">Feed</a>
+ </nav>
+ </header>
+
+ <div class="main">
+ <div class="bodyitem">
+ <h2> Open mathematical research and launching toywiki </h2>
+ <p>Posted on 2017-04-25</p>
+ <p>As an experimental project, I am launching toywiki.</p>
+<p>It hosts a collection of my research notes.</p>
+<p>It takes some ideas from the open source culture and apply them to mathematical research: 1. It uses a very permissive license (CC-BY-SA). For example anyone can fork the project and make their own version if they have a different vision and want to build upon the project. 2. All edits will done with maximum transparency, and discussions of any of notes should also be as public as possible (e.g. Github issues) 3. Anyone can suggest changes by opening issues and submitting pull requests</p>
+<p>Here are the links: <a href="http://toywiki.xyz">toywiki</a> and <a href="https://github.com/ycpei/toywiki">github repo</a>.</p>
+<p>Feedbacks are welcome by email.</p>
+
+ </div>
+ </div>
+ </body>
+</html>