wiki/2020-06-27-16-21-47.html
2022-07-29 15:41:17 +00:00

24 lines
9.9 KiB
HTML

<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>Apply search tools and techniques for your digital library</title><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script><script type="text/x-mathjax-config">
MathJax = {
tex: {
inlineMath: [ [&#x27;$&#x27;,&#x27;$&#x27;], [&#x27;\(&#x27;,&#x27;\)&#x27;] ],
displayMath: [ [&#x27;$$&#x27;,&#x27;$$&#x27;], [&#x27;[&#x27;,&#x27;]&#x27;] ]
},
options = {
processHtmlClass = &quot;math&quot;
}
}
</script><meta name="next-head-count" content="6"/><link rel="preload" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" as="style"/><link rel="stylesheet" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" data-n-g=""/><noscript data-n-css=""></noscript><link rel="preload" href="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" as="script"/></head><body><div id="__next"><main><h1>Apply search tools and techniques for your digital library</h1><section class="post-metadata"><span>Date: <!-- -->2020-06-27 16:21:47 +08:00</span><span>Date modified: <!-- -->2021-07-11 20:10:35 +08:00</span></section><nav class="toc"><ol class="toc-level toc-level-1"><li class="toc-item toc-item-h1"><a href="/wiki/2020-06-27-16-21-47#references" class="toc-link toc-link-h1">References</a></li></ol></nav><p>With digital files comes digital tools (and some techniques) to help us in searching for our notes.
These can vary from complex technologies to simple format-agnostic techniques that can make querying files with specific information to be a breeze. </p><p>In order to search effectively, you need to consider <a href="/wiki/2020-04-15-20-41-51">Desktop search engines</a> that can also search <a href="/wiki/data.file-metadata">File metadata</a>.
This is also great if you consider <a href="/wiki/2020-04-14-18-28-55">Maintaining a digital library</a> for yourself.
</p><p>For text files, you can consider <a href="/wiki/2020-06-24-14-33-42">A good tagging system for files for reducing information overload</a> that also consider publication to the public (e.g., digital gardens, static site generators).
</p><p>Creating a search interface is one thing;
having the ability for retrieving resources is a must especially if your collection is getting big.
Like real-life libraries, you need a system to refer to certain resources easily while adding new ones.
What is the use of a collection if it&#x27;s not being used?
It is just like my unread collection of digital books I&#x27;ve sworn to read.
</p><p>Applying well-thought searching practices and precautions reduces <a href="https://en.wikipedia.org/wiki/Information_overload">information overload</a> especially when looking for broad domain topics.
This is useful for researching technical topics where domain-specific topics are often present and you need a way to refer back to wider subjects;
much more so if you want to create <a href="/wiki/2020-04-12-11-20-53">Reproducible research</a>.
</p><h1 id="references">References</h1><p><a href="https://www.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/info">Reproducible research: principles for transparent science</a>, Module 1: Lab books and notebooks, Section 5: Finding one&#x27;s way with tags and desktop search application, retrieved as of June 2020 (2020-06-24)
</p><section><h2>Backlinks</h2><ul><li><a href="/wiki/2020-06-25-13-12-09">Fleeting notes</a></li><li><a href="/wiki/literature.reproducible-research-methodological-principles-for-transparent-science">Reproducible research: methodological principles for transparent science</a></li></ul></section></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"metadata":{"date":"\"2020-06-27 16:21:47 +08:00\"","date_modified":"\"2021-07-11 20:10:35 +08:00\"","language":"en","source":""},"title":"Apply search tools and techniques for your digital library","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"references"},"children":[{"type":"text","value":"References"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2020-06-27-16-21-47#references"},"children":[{"type":"text","value":"References"}]}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"With digital files comes digital tools (and some techniques) to help us in searching for our notes.\nThese can vary from complex technologies to simple format-agnostic techniques that can make querying files with specific information to be a breeze. "}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"In order to search effectively, you need to consider "},{"type":"element","tagName":"a","properties":{"href":"/2020-04-15-20-41-51"},"children":[{"type":"text","value":"Desktop search engines"}]},{"type":"text","value":" that can also search "},{"type":"element","tagName":"a","properties":{"href":"/data.file-metadata"},"children":[{"type":"text","value":"File metadata"}]},{"type":"text","value":".\nThis is also great if you consider "},{"type":"element","tagName":"a","properties":{"href":"/2020-04-14-18-28-55"},"children":[{"type":"text","value":"Maintaining a digital library"}]},{"type":"text","value":" for yourself.\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"For text files, you can consider "},{"type":"element","tagName":"a","properties":{"href":"/2020-06-24-14-33-42"},"children":[{"type":"text","value":"A good tagging system for files for reducing information overload"}]},{"type":"text","value":" that also consider publication to the public (e.g., digital gardens, static site generators).\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Creating a search interface is one thing;\nhaving the ability for retrieving resources is a must especially if your collection is getting big.\nLike real-life libraries, you need a system to refer to certain resources easily while adding new ones.\nWhat is the use of a collection if it's not being used?\nIt is just like my unread collection of digital books I've sworn to read.\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Applying well-thought searching practices and precautions reduces "},{"type":"element","tagName":"a","properties":{"href":"https://en.wikipedia.org/wiki/Information_overload"},"children":[{"type":"text","value":"information overload"}]},{"type":"text","value":" especially when looking for broad domain topics.\nThis is useful for researching technical topics where domain-specific topics are often present and you need a way to refer back to wider subjects;\nmuch more so if you want to create "},{"type":"element","tagName":"a","properties":{"href":"/2020-04-12-11-20-53"},"children":[{"type":"text","value":"Reproducible research"}]},{"type":"text","value":".\n"}]},{"type":"element","tagName":"h1","properties":{"id":"references"},"children":[{"type":"text","value":"References"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"https://www.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/info"},"children":[{"type":"text","value":"Reproducible research: principles for transparent science"}]},{"type":"text","value":", Module 1: Lab books and notebooks, Section 5: Finding one's way with tags and desktop search application, retrieved as of June 2020 (2020-06-24)\n"}]}]},"backlinks":[{"path":"/2020-06-25-13-12-09","title":"Fleeting notes"},{"path":"/literature.reproducible-research-methodological-principles-for-transparent-science","title":"Reproducible research: methodological principles for transparent science"}]},"__N_SSG":true},"page":"/[[...slug]]","query":{"slug":["2020-06-27-16-21-47"]},"buildId":"Ie9t5zutrXP6Of75Cb5xF","assetPrefix":"/wiki","nextExport":false,"isFallback":false,"gsp":true}</script><script nomodule="" src="/wiki/_next/static/chunks/polyfills-99d808df29361cf7ffb1.js"></script><script src="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" async=""></script><script src="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" async=""></script><script src="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" async=""></script><script src="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" async=""></script><script src="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" async=""></script><script src="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" async=""></script><script src="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_buildManifest.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_ssgManifest.js" async=""></script></body></html>