# Scientific Space Browsing Guide (FAQ)

Source: <https://kexue.fm/archives/6508>

Machine translated. Refer to the original post to verify accuracy.

---
author: Jianlin Su
date: March 26, 2019
lang: en
markdown_url: 06508-Scientific-Space-Browsing-Guide-FAQ.md
next_url: 06482-Continuous-Flow-Invertible-ResNet-The-Ultimate-Brute-Force-Aesthetics.html
post_id: 6508
prev_url: 06534-Sharing-Drawing-a-3D-Order-3-Magic-Cube-with-LaTeX-MathJax.html
site_title: English (unofficial) translations of posts at kexue.fm
source_url: "https://kexue.fm/archives/6508"
title: Scientific Space Browsing Guide (FAQ)
---

In fact, besides writing blog content, over the past few years, I have spent a considerable amount of time on the “surface work” of Scientific Space. For this purpose, I specifically learned a bit of PHP, CSS, and JS. While I wouldn’t claim it is perfect, the overall browsing experience of the website should be much better than in previous years.

Considering that some readers might need certain features but may not notice them immediately, I have compiled some tips for using the site.

# Articles

## What is the best environment for reading articles?

Two years ago, Scientific Space implemented a responsive design that automatically adapts to screens of different resolutions. Therefore, the text content should be clear regardless of the resolution. The only issue is that on small-screen mobile phones, mathematical formulas might not display fully or may appear misaligned. For a better experience reading formulas, <span style="color: red">it is best to read on a screen larger than 7 inches</span>. If you must use a small-screen phone, consider <span style="color: red">reading in landscape mode</span>.

## Are PDF versions of articles available? Can they be printed?

Articles do not provide a PDF version, nor do they provide LaTeX manuscripts (because I don’t have them; I write directly online).

If you need to print, simply go to the article page. You will see a <span style="color: red">“Print”</span> button near the title. After clicking “Print,” most irrelevant blog content will be cleared, <span style="color: red">leaving only the main body of the article</span>, which can then be printed cleanly onto paper.

<figure>
<img src="assets/6508/4146041873.png" style="width:95.0%" />
<figcaption>The print function is located at the title of the article page.</figcaption>
</figure>

If your computer has a <span style="color: red">PDF printer</span> installed (like the one built into macOS), you can select “Print to PDF” in the print window. This is the method for saving an article as a PDF.

## How to share articles with others?

If you are willing to share articles from Scientific Space with others, I would be extremely honored. A quick way to share is also via the “Share” button in the title bar:

<figure>
<img src="assets/6508/2039808232.png" style="width:95.0%" />
<figcaption>The share function is located at the title of the article page.</figcaption>
</figure>

Of course, you can also manually copy and paste the link.

## How to repost or cite articles?

This site uses the [“Attribution-NonCommercial-NoDerivs”](https://creativecommons.org/licenses/by-nc-nd/2.5/cn/) license. Reposting is not prohibited, but you must <span style="color: red"><u>credit the source as this site, include the source link, and refrain from commercial use</u></span>.

By the way, while reposting is allowed, for platforms with original content identification (such as WeChat Official Accounts), if you wish to repost an article from this site as an “Original” post, you must contact me privately and obtain my authorization. Otherwise, I will pursue relevant responsibilities to the best of my ability.

As a matter of basic respect, please do not perform simple <span style="color: red">“content spinning”</span> on articles and publish them as your own “original” work.

If you wish to cite articles from this blog in your own work, that is also a great honor. For a basic format, please click the “Cite” button in the title bar:

<figure>
<img src="assets/6508/3930326240.png" style="width:95.0%" />
<figcaption>The citation format is located at the title of the article page.</figcaption>
</figure>

Of course, this is just a reference format. In fact, I don’t know the standard format for citing web pages; you can use your judgment. I am already very happy that you have the intention. A BibTeX format might be useful for reference:

``` python
@misc{
  jianlin2019bdkg,
  title={Hybrid Structure of Pointer and Ragging for Relation Extraction: A Baseline},
  author={Jianlin Su},
  year={2019},
  publisher={GitHub},
  howpublished={\url{https://github.com/bojone/kg-2019-baseline}},
}
```

Just replace the content as needed.

# Search

## Search Method 1: Internal Search

The most basic method is to use the site’s internal search. Simply enter the content you want to search for into the <span style="color: red">“Smart Search”</span> box on the right side of the site:

<figure>
<img src="assets/6508/1615792964.png" style="width:95.0%" />
<figcaption>Built-in search of this site.</figcaption>
</figure>

It supports full-sentence input, automatically performs word segmentation, and extracts key information for ranking. Personally, I think it is a fairly intelligent search. By the way, on mobile devices, you need to click the button at the top right for it to appear:

<figure>
<p><img src="assets/6508/355914261.png" style="width:45.0%" alt="image" /> <img src="assets/6508/1654517184.png" style="width:45.0%" alt="image" /></p>
<figcaption>Location of search on mobile devices.</figcaption>
</figure>

## Search Method 2: Categories and Tags

“Searching” is essentially a way to narrow down your reading range and better locate the information you need. Article <span style="color: red">categories</span> and <span style="color: red">tags</span> can also serve this purpose.

Every article has its own category and tag information. Categories are defined by the author, and tags are manually extracted rather than machine-generated:

<figure>
<img src="assets/6508/2159413748.png" style="width:95.0%" />
<figcaption>Categories and Tags.</figcaption>
</figure>

All categories on this site:

<figure>
<img src="assets/6508/3025386464.png" style="width:80.0%" />
<figcaption>All categories on this site.</figcaption>
</figure>

Address formats for categories and tags:

> “Information Age” Category: <https://kexue.fm/category/Big-Data>
>
> “Flow Models” Tag: <https://kexue.fm/tag/Flow-Models/>

## Search Method 3: Archive Page

On the <span style="color: red">Archive</span> page, you can see a list of all articles on the site: <https://kexue.fm/content.html>

Perhaps you can find something you like there.

## Search Method 4: Web Search Engines

The current disadvantage of the internal search in Method 1 is that it cannot search through comment content. A more comprehensive search can be achieved using existing <span style="color: red">search engines like Google, Baidu, or Bing</span>. Simply type the following into their search boxes:

> site:kexue.fm \[your keywords\]
>
> or
>
> site:spaces.ac.cn \[your keywords\]

Due to historical reasons, this site uses dual domain names; you can try both.

<figure>
<img src="assets/6508/1256629831.png" style="width:80.0%" />
<figcaption>Google Search.</figcaption>
</figure>

# Comments

## How to comment on an article?

You can comment under every article. Specifically, clicking the <span style="color: red">“Preview”</span> button allows you to see how your comment will look, which should be very helpful for inputting LaTeX mathematical formulas.

<figure>
<img src="assets/6508/368461119.png" style="width:80.0%" />
<figcaption>Article comment area.</figcaption>
</figure>

Note that the server response may occasionally be slow. After clicking <span style="color: red">“Submit Comment”</span> once, wait a moment and do not rush to click it a second time, otherwise you might submit duplicate comments (though it doesn’t matter much, as I will manually delete duplicates).

## How to discuss with other commenters?

You can click <span style="color: red">“Reply”</span> directly under a specific comment to create a nested reply. However, nesting only supports up to 10 levels. If the nesting exceeds 10 levels, the “Reply” button will disappear. In this case, you can reference someone else’s comment by <span style="color: red">clicking the comment number</span>.

<figure>
<img src="assets/6508/1099772323.png" style="width:80.0%" />
<figcaption>Mentioning other commenters.</figcaption>
</figure>

## Will commenting leak my information?

Commenting requires a nickname and an email address; you can optionally fill in your personal homepage URL. The front end will only display your nickname and personal homepage, not your email address. Therefore, it will not lead to spam harassment.

# Miscellaneous

## Is there a technical exchange group?

Naturally, there is. For the <span style="color: red">QQ group</span>, please search for group number 67729435. For the <span style="color: red">WeChat group</span>, please add the WeChat bot [spaces_ac_cn](./04096-Scientific-Space-WeChat-Group-Chatbot-Online-for-Testing.html).

Basic group rules: In principle, any content related to science and technology can be discussed. Beginners, experts, and recruiters are all welcome, but please refrain from spamming. Also, speak and act with caution; unless necessary, please keep the group quiet.

## How to give feedback or complaints?

Didn’t I just mention the comment function? You can leave a message directly under this article.

# Conclusion

May you have a wonderful experience at Scientific Space!

<span style="color: 1, 0.53, 0">***When reposting, please include the address of this article:** [https://kexue.fm/archives/6508](./06508-Scientific-Space-Browsing-Guide-FAQ.html)*</span>

<span style="color: 1, 0.53, 0">***For more detailed reposting matters, please refer to:** [Scientific Space FAQ](./06508-Scientific-Space-Browsing-Guide-FAQ.html)*</span>
