<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sideProject &#8211; Dr. Jian Chen</title>
	<atom:link href="http://localhost/jianchen/category/sideproject/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jianchen.info</link>
	<description>陈建博士</description>
	<lastBuildDate>Tue, 28 Jun 2022 23:55:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.jianchen.info/wp-content/uploads/2022/06/cropped-Frued_Cartoon-32x32.png</url>
	<title>sideProject &#8211; Dr. Jian Chen</title>
	<link>https://www.jianchen.info</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Sublime Text 2 with MATLAB Syntax – Windows</title>
		<link>https://www.jianchen.info/2016/01/07/sublime-text-2-with-matlab-syntax-windows/</link>
		
		<dc:creator><![CDATA[saturn]]></dc:creator>
		<pubDate>Thu, 07 Jan 2016 23:45:26 +0000</pubDate>
				<category><![CDATA[sideProject]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[sublime]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">https://www.jianchen.info/?p=103</guid>

					<description><![CDATA[Sublime text does not recognize .m file from MATLAB after installation and show it in Object-c syntax. How to fix it? Here is the solution: Select&#160;Preferences -&#62; Browse Packages… to open your Packages folder, and open the Objective-C subfolder. Open Objective-C.tmLanguage in Sublime as an XML file (open it in sublime), and comment out (or ... <a title="Sublime Text 2 with MATLAB Syntax – Windows" class="read-more" href="https://www.jianchen.info/2016/01/07/sublime-text-2-with-matlab-syntax-windows/" aria-label="More on Sublime Text 2 with MATLAB Syntax – Windows">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>Sublime text does not recognize .m file from MATLAB after installation and show it in Object-c syntax. How to fix it?</p>



<p>Here is the solution:</p>



<figure class="wp-block-image"><img decoding="async" src="https://jianchen.info/images/sublime/sublime_matlab.png" alt="sublime\_matlab"/></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Select&nbsp;<strong>Preferences -&gt; Browse Packages</strong>… to open your Packages folder, and open the Objective-C subfolder. Open Objective-C.tmLanguage in Sublime as an XML file (open it in sublime), and comment out (or remove entirely) Line 7:</p>



<pre class="wp-block-code"><code>&lt;string&gt;m&lt;/string&gt;</code></pre>



<p>Save the file and close it. Next, open Objective-C++.tmLanguage and do the same thing to Line 8:</p>



<pre class="wp-block-code"><code>&lt;string&gt;M&lt;/string&gt;</code></pre>



<p>Save and close that file as well.</p>



<p>Finally, just to make sure your Open all with current extension as… command worked, go to Packages/User and check for the existence of a file called MATLAB.sublime-settings. Open it as a JSON file, and double-check that its contents are as follows:</p>



<pre class="wp-block-code"><code>{
     "extensions";
     &#91;
         "m"
     ]
}</code></pre>



<p>If for some reason the file doesn’t exist, create it with the above contents and save it.</p>



<p>Preference – User – above contents – save it as ‘MATLAB.sublime-settings</p>



<p>You should now be able to open any .m file and have the syntax automatically set to MATLAB.</p>



<p><em>(This solution mainly come from&nbsp;<a href="http://stackoverflow.com/questions/24016186/setting-default-syntax-for-sublime-doesnt-work" target="_blank" rel="noreferrer noopener">http://stackoverflow.com/questions/24016186/setting-default-syntax-for-sublime-doesnt-work</a>)</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Chrome Extension for the library of the University of Melbourne</title>
		<link>https://www.jianchen.info/2015/12/31/chrome-extension-for-the-library-of-the-university-of-melbourne/</link>
		
		<dc:creator><![CDATA[saturn]]></dc:creator>
		<pubDate>Thu, 31 Dec 2015 23:42:50 +0000</pubDate>
				<category><![CDATA[sideProject]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[javascript]]></category>
		<guid isPermaLink="false">https://www.jianchen.info/?p=99</guid>

					<description><![CDATA[This extension is no longer working since the university introduces new systems in. The university libraries provide the access to many databases but you need to use library search engine and log in every time. How to avoid this? Quite annoying. I found a way to avoid jumping around the pages (Thanks for St. Jacob). ... <a title="Chrome Extension for the library of the University of Melbourne" class="read-more" href="https://www.jianchen.info/2015/12/31/chrome-extension-for-the-library-of-the-university-of-melbourne/" aria-label="More on Chrome Extension for the library of the University of Melbourne">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p><em>This extension is no longer working since the university introduces new systems in.</em></p>



<figure class="wp-block-image"><img decoding="async" src="https://jianch.github.io/wp-content/uploads/2021/02/chrome0-1024x688.jpg" alt="" class="wp-image-71"/></figure>



<p>The university libraries provide the access to many databases but you need to use library search engine and log in every time. How to avoid this?</p>



<p>Quite annoying. I found a way to avoid jumping around the pages (Thanks for St. Jacob).</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Here is the method:</p>



<p>I add “ezp.lib.unimelb.edu.au” to the end of the target database address after I found a paper in Google Scholar, then it will redirect to the library login page.</p>



<p>For example, one of the paper’s addresses is:</p>



<figure class="wp-block-table"><table><tbody><tr><td>1</td><td><a href="http://www.sciencedirect.com/science/article/pii/S0006899315008550">http://www.sciencedirect.com/science/article/pii/S0006899315008550</a></td></tr></tbody></table></figure>



<p>I modified it in the address bar as:</p>



<figure class="wp-block-table"><table><tbody><tr><td>1</td><td><a href="http://www.sciencedirect.com.ezp.lib.unimelb.edu.au/science/article/pii/S000689315008550">http://www.sciencedirect.com.ezp.lib.unimelb.edu.au/science/article/pii/S000689315008550</a></td></tr></tbody></table></figure>



<p>Then the browser will jump to the library website directly, you only need to login for one time.</p>



<p>I spent one more day to create a Chrome Extension to do this job on a click. This is the first time I developed Chrome extension and it is also the first time I used Javascript.</p>



<p>Here is the extension file, download it and install in to the chrome (How to install? OK, just drag the crx file into any chrome page, it will install automatically).</p>



<p><a href="https://jianchen.info/files/ezp_crx.zip">ezp.crx</a></p>



<p>or install from Chrome Webstore.</p>



<figure class="wp-block-table"><table><tbody><tr><td>1</td><td><a href="https://chrome.google.com/webstore/detail/damn-take-me-to-the-libra/nilhdnlkbmljjgfaogmnngihbmdkneib">https://chrome.google.com/webstore/detail/damn-take-me-to-the-libra/nilhdnlkbmljjgfaogmnngihbmdkneib</a></td></tr></tbody></table></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Here are instructions:</p>



<ul><li>Download and install the chrome extension. you can either download from this website or search in the chrome extension market.</li></ul>



<p>You should see this extension in your chrome after installation.</p>



<figure class="wp-block-image"><img decoding="async" src="https://jianchen.info/images/chromeExtension/chrome1.jpg" alt=""/></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<ul><li>try a paper, as you can tell, you need to login to read it</li></ul>



<figure class="wp-block-image"><img decoding="async" src="https://jianchen.info/images/chromeExtension/chrome2.jpg" alt=""/></figure>



<figure class="wp-block-image"><img decoding="async" src="https://jianchen.info/images/chromeExtension/chrome3.jpg" alt=""/></figure>



<figure class="wp-block-image"><img decoding="async" src="https://jianchen.info/images/chromeExtension/chrome4.jpg" alt=""/></figure>



<ul><li>click the extension and it will take you to the university library login page</li></ul>



<figure class="wp-block-image"><img decoding="async" src="https://jianchen.info/images/chromeExtension/chrome5.jpg" alt=""/></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>That’s it!</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
