+88
-12
stack/sortal/lib/sortal.ml
+88
-12
stack/sortal/lib/sortal.ml
·····················let with_github = List.filter (fun c -> Contact.github c <> None) contacts |> List.length in-let with_feeds = List.filter (fun c -> Contact.atom_feeds c <> None) contacts |> List.length in···Logs.app (fun m -> m " With GitHub: %d (%.1f%%)" with_github (float_of_int with_github /. float_of_int total *. 100.));Logs.app (fun m -> m " With ORCID: %d (%.1f%%)" with_orcid (float_of_int with_orcid /. float_of_int total *. 100.));Logs.app (fun m -> m " With URL: %d (%.1f%%)" with_url (float_of_int with_url /. float_of_int total *. 100.));-Logs.app (fun m -> m " With Atom feeds: %d (%.1f%%)" with_feeds (float_of_int with_feeds /. float_of_int total *. 100.));+Logs.app (fun m -> m " With feeds: %d (%.1f%%), total %d feeds" with_feeds (float_of_int with_feeds /. float_of_int total *. 100.) total_feeds);
+63
-5
stack/sortal/lib/sortal.mli
+63
-5
stack/sortal/lib/sortal.mli
··················
+36
-2
stack/sortal/scripts/import_yaml_contacts.py
+36
-2
stack/sortal/scripts/import_yaml_contacts.py
···············