20 Commits

Author SHA1 Message Date
ackman678
d061686fd9 archiv init 2023-05-15 11:22:37 -04:00
ackman678
cfa151f032 vim archiv
* Archived many refs from OMEGA.bib into archiv.bib
* Those archived included many refs of that were of interest in my previous scientific research, but that are less pertinent to my current research. So the big single database file blob was parsed down to a smaller one (maybe 30-50% less lines).
* Performed manually, over course of a workday, but this was sped up immensely with a help of a keyboard shortcut associated to a vim macro that with a single keystroke cuts and appends the bib reference to an external file and then sets cursor to the next ref. Had worked out this macro functionality this past weekend. This made navigating from reference to reference, for a quick scan of the title and abstract, and making a decision, sometimes in less than 0.5s, other times taking several secs to make a decision.
* Used the following mapping in vim:
    :map <F2> :norm@a<CR>:delete<CR>:silent !./cutbib<CR>:norm@b<CR>
where cutbib is a file containing `wl-paste >> archiv.bib`
and @a=v% and @b=n so that search next leads to a visual
delimiter-to-delimiter highlight, giving the lines for the cut
(delete and cutbib) operation.
2023-01-09 21:44:36 -05:00
ackman678
4a556837e2 bentons crossing update 2023-01-07 10:01:03 -05:00
ackman678
d44dd52ed5 update 2022-04-23 18:09:12 -07:00
ackman678
b163010954 methodsPaper cite adds 2022-04-23 16:37:33 -07:00
ackman678
382d851ad4 goldman 2021-10-30 21:10:54 -07:00
ackman678
cd324bf426 neuronal densities 2021-10-19 01:46:52 -07:00
ackman678
2d3635dbe9 2021-05-04T11:30:56-07:00 2021-05-04 11:31:25 -07:00
ackman678
fbc2419ed8 spring cleaning 2021-04-08 14:19:25 -07:00
ackman678
1d753c95cb spring metabolism 2021-04-07 08:15:44 -07:00
ackman678
71203edf59 url key conv step 2
* swapped url key for eprint key
2021-03-29 15:24:42 -07:00
ackman678
4379d1805f url fixing
* eliminating extraneous url keys
  - so that file keys can be swapped to url for csljson conversions
2021-03-29 15:19:09 -07:00
ackman678
9d857211dd sbib and csl 2021-03-29 11:31:20 -07:00
ackman678
0217daf383 spring tides 2019-06-06 11:10:51 -07:00
ackman678
20834bca30 init wave 2019-03-13 13:40:10 -07:00
ackman678
a199548bae bibd helper tools work 2018-11-08 13:13:03 -08:00
ackman678
cfe146ca68 init write with jabref
* diff with this commit shows just three small changes made when
initially opening and re-writing the omega.bib bibtex file with jabref.
  * jabref added a utf encoding msg on first line
  * jabref added a short config comment on last line
  * converted and rewrote fields for an old Seung:2000 reference---this
  one had a field called 'ps' (something inherited from endnote/medline
  import 18 years ago!) which jabref doesn't like as ps and pdf are old
  deprecated field names for external files. So that field was changed
  slightly by jabref. I also changed the Bdsk-Url-1 reference to a doi
  field for jabref to use.
2018-11-01 13:29:26 -07:00
ackman678
b37a889f7f File field conversion for jabref
* converted 'Bdsk-File-1' to File for jabref compatibility
* removed some header comments and BibDesk specific static/smart group
fields
2018-11-01 13:09:34 -07:00
ackman678
d0a108936d base64 url conversion
* 'Bdsk-File' fields have base64 encoded macos url strings. These
strings were converted into file paths relative to the datbase, the
papers directory.
2018-11-01 13:02:03 -07:00
ackman678
4671e36323 init BibDesk original 2018-11-01 12:46:19 -07:00