<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Week 20 | Project site in English</title>
    <link>https://example.com/tag/week-20/</link>
      <atom:link href="https://example.com/tag/week-20/index.xml" rel="self" type="application/rss+xml" />
    <description>Week 20</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>en</language><lastBuildDate>Fri, 20 May 2022 18:30:00 +0000</lastBuildDate>
    <image>
      <url>https://example.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png</url>
      <title>Week 20</title>
      <link>https://example.com/tag/week-20/</link>
    </image>
    
    <item>
      <title>Weekly post 20</title>
      <link>https://example.com/post/weekly-20/</link>
      <pubDate>Fri, 20 May 2022 18:30:00 +0000</pubDate>
      <guid>https://example.com/post/weekly-20/</guid>
      <description>&lt;p&gt;This is a weekly post that is required by the rules for maintaining a personal project. This post was written on May 20, 2022, and covers week 20, 2022.&lt;/p&gt;
&lt;h1 id=&#34;how-was-the-week&#34;&gt;How was the week&lt;/h1&gt;
&lt;p&gt;During the week, one of the non-standard circumstances was the control work on the subject &amp;ldquo;programming technology&amp;rdquo;, where it was necessary to implement some operations on lists and arrays.
This was somewhat complicated by the fact that the results of the work had to be written on paper.&lt;/p&gt;
&lt;h1 id=&#34;key-insights&#34;&gt;Key insights&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Depending on the transmission medium used, the uptime of systems can be much more or much less than the uptime of communication lines - in the case of a cellular network, the systems reboot more often, and in the case of Wi-Fi, the link itself reboots more often.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The OpenWRT configuration interface does not support specifying specific DHCP server directives, and they may need to be set through manual editing of configuration files&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling rate at which an oscilloscope operates can have a disproportionate effect on the signal content it measures.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;main-insight&#34;&gt;Main insight&lt;/h1&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-c&#34; data-lang=&#34;c&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;!&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;sizeof&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;sizeof&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;long&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h1 id=&#34;what-failed-to-do&#34;&gt;What failed to do&lt;/h1&gt;
&lt;p&gt;I did not have time to do a full-fledged comparative analysis of 3D printers, which is necessary to determine the most rational choice for our project.&lt;/p&gt;
&lt;h1 id=&#34;work-on-mistakes&#34;&gt;Work on mistakes&lt;/h1&gt;
&lt;p&gt;As before, you need to create a stable task scheduling scheme that would not be disturbed by small changes from the schedule, as well as create a backlog of tasks so that they can be effectively scheduled, delegated or postponed.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Working with bibliographies</title>
      <link>https://example.com/post/bibliography-management/</link>
      <pubDate>Fri, 20 May 2022 18:30:00 +0000</pubDate>
      <guid>https://example.com/post/bibliography-management/</guid>
      <description>&lt;p&gt;A bibliography is a set of records about the literature that was used in the preparation of a document.
It serves as a way to cite past work on the topic and to provide links to sources for further information.&lt;/p&gt;
&lt;p&gt;Usually the bibliography is printed at the end of the document, and sometimes there are references to certain entries from the text of the document.
For example, if I wanted to say something that can be read about in a certain book, I would write something like:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;On systems that support this, the name of the TeX markup language must be written in full capital letters,
but the letter E should be shifted down from the baseline (see [TEXBOOK]).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;After that, in the bibliography part, I would write:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[TEXBOOK] D.E. Knuth, D. Knuth, D. Bibby, and American Mathematical Society. The TeXbook. Computers &amp;amp; typesetting. Addison-Wesley, 1986.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;With this information, the reader of my document can go to the library to find this book and read the part I am talking about in the text.&lt;/p&gt;
&lt;p&gt;Such records can be written by hand, but this quickly becomes inconvenient as the number of sources increases.
Therefore, scientific writing systems like TeX have mechanisms for managing bibliographies.&lt;/p&gt;
&lt;p&gt;For example, BibTeX uses a file containing records of the sources used.
The same book will be written in it as follows:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bibtex&#34; data-lang=&#34;bibtex&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nc&#34;&gt;@book&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&lt;span class=&#34;nl&#34;&gt;knuth1986texbook&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;title&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;{The TeXbook}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;author&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;{Knuth, D.E. and Knuth, D. and Bibby, D. and American Mathematical Society}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;isbn&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;{9780201134476}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;lccn&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;{85030845}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;series&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;{Computers\&amp;amp; typesetting}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;url&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;{https://books.google.ru/books?id=zqgQAQAAMAAJ}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;year&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;{1986}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;publisher&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;{Addison-Wesley}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This machine-readable format stores information that will then be included in the entry in the bibliography.
However, you may notice that not all fields were included in the record.
This is because the bibliography entry template I used does not use this information.
If a document is published in a journal or other publication, this publication will certainly have its own style of bibliography;
if you select this style in the BibTeX settings, the record will look different.&lt;/p&gt;
&lt;p&gt;BibTeX is one of the bibliography management systems.
There are others like EndNote, Mendeley, RefWorks, Zotero, etc.
They differ in their interface, supported citation formats, supported data attachments, etc., but most have BibTeX export options.
Using such systems, it is possible to structure the set of literature used in the text, which makes it possible to write scientific articles with the correct references quickly and conveniently.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
