Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
victormg
mooc-rr
Commits
02c8c89c
Commit
02c8c89c
authored
Apr 09, 2020
by
victormg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding tags labels and search engines
parent
db305365
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
Readme.md
journal/Readme.md
+29
-0
No files found.
journal/Readme.md
View file @
02c8c89c
...
@@ -37,3 +37,32 @@ CALCULATIONS:
...
@@ -37,3 +37,32 @@ CALCULATIONS:
For each new keyword falling in the same index entry, the subsequent page numbers must
For each new keyword falling in the same index entry, the subsequent page numbers must
be separated by some punctuation mark, ike the usual virgule.
be separated by some punctuation mark, ike the usual virgule.
## Tags, labels and search engines
The same way we do with latex to reference floating objects, we can create labels inside
files to highlight some specific information contained inside it. Inside files containing
code, for example, one could put labels inside commentaries. Let's take an example where a
FORTRAN .f90 file contains a FFT subroutine which we want to label for future use. We could
then do:
```
fortran
! FAST FOURIER TRANSFORM :FFT
```
where we put the label :FFT. One can choose any label, they only rule is to follow
logic and be organized, do not just create random label forms each time labelling is needed.
The above logic can also be applied to metadata (image files) by adding specific fields
in the file header.
Now, to search these labels inside files we need an appropriate engine. Inside linux, the easiest way
is to
`grep`
or
`pdfgrep`
expression. During the course the following desktop applications were suggested:
-
[
DocFetcher
](
http://docfetcher.sourceforge.net/en/index.html
)
-
[
Recoll
](
https://www.lesbonscomptes.com/recoll/
)
-
[
Tracker
](
https://wiki.gnome.org/Projects/Tracker
)
for files containing text and metadata. For images,
[
Imagemagick
](
https://imagemagick.org/script/index.php
)
and
[
Exiftoll
](
https://exiftool.org/
)
can also be employed.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment