geoblacklight 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +17 -48
  3. data/.rubocop.yml +1 -1
  4. data/.rubocop_todo.yml +11 -177
  5. data/app/assets/images/blacklight/arrow-circle-down.svg +1 -2
  6. data/app/assets/images/blacklight/baruch-cuny.svg +1 -4
  7. data/app/assets/images/blacklight/berkeley.svg +1 -4
  8. data/app/assets/images/blacklight/book.svg +1 -4
  9. data/app/assets/images/blacklight/bookmark.svg +1 -4
  10. data/app/assets/images/blacklight/cd-rom.svg +1 -4
  11. data/app/assets/images/blacklight/chicago.svg +1 -4
  12. data/app/assets/images/blacklight/citation.svg +3 -0
  13. data/app/assets/images/blacklight/collection.svg +3 -0
  14. data/app/assets/images/blacklight/columbia.svg +1 -4
  15. data/app/assets/images/blacklight/cornell.svg +1 -4
  16. data/app/assets/images/blacklight/dvd-rom.svg +1 -4
  17. data/app/assets/images/blacklight/email.svg +1 -4
  18. data/app/assets/images/blacklight/esri-globe.svg +1 -4
  19. data/app/assets/images/blacklight/globe.svg +1 -2
  20. data/app/assets/images/blacklight/harvard.svg +1 -4
  21. data/app/assets/images/blacklight/home.svg +1 -2
  22. data/app/assets/images/blacklight/illinois.svg +1 -4
  23. data/app/assets/images/blacklight/image.svg +1 -4
  24. data/app/assets/images/blacklight/indiana.svg +1 -4
  25. data/app/assets/images/blacklight/iowa.svg +1 -4
  26. data/app/assets/images/blacklight/leaf.svg +1 -4
  27. data/app/assets/images/blacklight/lewis-clark.svg +1 -4
  28. data/app/assets/images/blacklight/line.svg +1 -4
  29. data/app/assets/images/blacklight/map-marker.svg +1 -4
  30. data/app/assets/images/blacklight/map.svg +1 -4
  31. data/app/assets/images/blacklight/maryland.svg +1 -4
  32. data/app/assets/images/blacklight/massgis.svg +1 -4
  33. data/app/assets/images/blacklight/metadata.svg +1 -4
  34. data/app/assets/images/blacklight/michigan-state.svg +1 -4
  35. data/app/assets/images/blacklight/michigan.svg +1 -4
  36. data/app/assets/images/blacklight/minnesota.svg +1 -4
  37. data/app/assets/images/blacklight/mit.svg +1 -4
  38. data/app/assets/images/blacklight/mixed.svg +1 -4
  39. data/app/assets/images/blacklight/multilinestring.svg +1 -4
  40. data/app/assets/images/blacklight/multipoint.svg +1 -4
  41. data/app/assets/images/blacklight/multipolygon.svg +1 -4
  42. data/app/assets/images/blacklight/nyu.svg +1 -4
  43. data/app/assets/images/blacklight/ohio-state.svg +1 -4
  44. data/app/assets/images/blacklight/pagelines-brands.svg +1 -4
  45. data/app/assets/images/blacklight/paper-map.svg +1 -4
  46. data/app/assets/images/blacklight/penn-state.svg +1 -4
  47. data/app/assets/images/blacklight/point.svg +1 -4
  48. data/app/assets/images/blacklight/polygon.svg +1 -4
  49. data/app/assets/images/blacklight/polyline.svg +1 -4
  50. data/app/assets/images/blacklight/princeton.svg +1 -4
  51. data/app/assets/images/blacklight/public.svg +1 -4
  52. data/app/assets/images/blacklight/purdue.svg +1 -4
  53. data/app/assets/images/blacklight/raster.svg +1 -4
  54. data/app/assets/images/blacklight/restricted.svg +1 -4
  55. data/app/assets/images/blacklight/sms.svg +1 -4
  56. data/app/assets/images/blacklight/stanford.svg +1 -4
  57. data/app/assets/images/blacklight/table.svg +1 -4
  58. data/app/assets/images/blacklight/tags.svg +1 -2
  59. data/app/assets/images/blacklight/texas.svg +1 -4
  60. data/app/assets/images/blacklight/tufts.svg +1 -4
  61. data/app/assets/images/blacklight/ucla.svg +1 -4
  62. data/app/assets/images/blacklight/uva.svg +1 -4
  63. data/app/assets/images/blacklight/web_services.svg +1 -4
  64. data/app/assets/images/blacklight/wisconsin.svg +1 -4
  65. data/app/assets/javascripts/geoblacklight/modules/geosearch.js +1 -1
  66. data/app/assets/javascripts/geoblacklight/modules/home.js +1 -1
  67. data/app/assets/javascripts/geoblacklight/modules/item.js +20 -1
  68. data/app/assets/stylesheets/geoblacklight/_blacklight_overrides.scss +0 -9
  69. data/app/assets/stylesheets/geoblacklight/modules/item.scss +12 -0
  70. data/app/assets/stylesheets/geoblacklight/modules/results.scss +38 -29
  71. data/app/helpers/geoblacklight_helper.rb +16 -7
  72. data/app/models/concerns/geoblacklight/solr_document.rb +7 -2
  73. data/app/models/concerns/geoblacklight/solr_document/citation.rb +28 -0
  74. data/app/views/catalog/_citation.html.erb +11 -0
  75. data/app/views/catalog/_data_dictionary.html.erb +1 -1
  76. data/app/views/catalog/_document_action.html.erb +1 -1
  77. data/app/views/catalog/_document_split.html.erb +1 -1
  78. data/app/views/catalog/_home_text.html.erb +1 -1
  79. data/app/views/catalog/_index_split_default.html.erb +18 -10
  80. data/app/views/catalog/_show_default_viewer_container.html.erb +1 -1
  81. data/app/views/catalog/_web_services_wfs.html.erb +3 -3
  82. data/app/views/catalog/_web_services_wms.html.erb +3 -3
  83. data/app/views/catalog/metadata.html.erb +3 -1
  84. data/app/views/catalog/web_services.html.erb +9 -7
  85. data/app/views/relation/_ancestors.html.erb +1 -1
  86. data/app/views/relation/_descendants.html.erb +1 -1
  87. data/config/locales/geoblacklight.en.yml +43 -59
  88. data/lib/generators/geoblacklight/templates/catalog_controller.rb +1 -0
  89. data/lib/generators/geoblacklight/templates/geoblacklight.js +0 -1
  90. data/lib/generators/geoblacklight/templates/settings.yml +4 -0
  91. data/lib/geoblacklight/catalog_helper_override.rb +1 -1
  92. data/lib/geoblacklight/relation/ancestors.rb +1 -1
  93. data/lib/geoblacklight/relation/descendants.rb +1 -1
  94. data/lib/geoblacklight/version.rb +1 -1
  95. data/lib/geoblacklight/view_helper_override.rb +1 -1
  96. data/lib/tasks/geoblacklight.rake +1 -1
  97. data/spec/features/relations_spec.rb +2 -1
  98. data/spec/features/split_view.html.erb_spec.rb +1 -1
  99. data/spec/helpers/geoblacklight_helper_spec.rb +13 -0
  100. data/spec/javascripts/geoblacklight_spec.js +0 -4
  101. data/spec/lib/geoblacklight/relation/ancestors_spec.rb +1 -1
  102. data/spec/lib/geoblacklight/relation/descendants_spec.rb +1 -1
  103. data/spec/models/concerns/geoblacklight/solr_document/citation_spec.rb +13 -0
  104. data/spec/models/concerns/geoblacklight/solr_document_spec.rb +26 -0
  105. data/spec/support/fixtures.rb +7 -0
  106. data/spec/tasks/geoblacklight_spec.rb +18 -0
  107. data/vendor/assets/javascripts/readmore.js +0 -618
  108. data/vendor/assets/javascripts/readmore.min.js +0 -0
  109. data/vendor/assets/stylesheets/leaflet.css +0 -1
  110. metadata +13 -4
  111. data/app/assets/javascripts/geoblacklight/modules/collapse.js +0 -7
  112. data/vendor/assets/javascripts/readmore.js.map +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f61832ee1c73971aba39a0274862bfcb02da7bb159e3b442ae4d510a617a6fd8
4
- data.tar.gz: 21611d0326e071ac549f546668f474b9889eef2611f3a58976efe18b82401d24
3
+ metadata.gz: ecb6ab2a7b58e2b177571c19ae7a50c699a409e8f1a561fd626732246959fc1a
4
+ data.tar.gz: d9d965e335b0132e5980705e7edc13c961efeb4746148c64d887cfdefdc3808a
5
5
  SHA512:
6
- metadata.gz: 9c053aa4af51bbf0a1ed10e34b4937cc66d4659296eada0dec44a2a69e087d5391d23de1a31593abed3b06ea71cc028c167cb454f8063c4dc73f99fb20155a01
7
- data.tar.gz: 29afb9d926d461f10fde92c864511e83ccaf6a1bdc505c0cfe1144c6981c0ee2e312db1576731599000cb917104a9613aadc564e7093591fefa4e96f270c3ecb
6
+ metadata.gz: 5804c2bbf9122569450a7312b5046174913669fcf4b2162241f2541d7efea1e619f8554f97c7644871ca3088ce60d6a835d92c6836c1b46485b812d5d1ad1539
7
+ data.tar.gz: 1cacc9916d3f886093ece062ac7677ce7b83f64340494221ae7dba054c0c9ce89832b032c7b477c2d0e1f0be88ce5f2e77b6167bd28896a72f6e03013019c9bc
@@ -12,9 +12,9 @@ jobs:
12
12
  default: '8983'
13
13
  rails_version:
14
14
  type: string
15
- default: '5.1.7'
15
+ default: '5.2.4.3'
16
16
  docker:
17
- - image: circleci/ruby:<< parameters.ruby_version >>-node-browsers-legacy
17
+ - image: circleci/ruby:<< parameters.ruby_version >>-node-browsers
18
18
  - image: solr:7-alpine
19
19
  command: bin/solr -cloud -noprompt -f -p <<parameters.solr_port>>
20
20
  environment:
@@ -29,26 +29,21 @@ jobs:
29
29
  parallelism: 4
30
30
  steps:
31
31
  - checkout
32
- # Update chrome
33
- - run: wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
34
- - run: sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
35
- - run: sudo apt-get update
36
- - run: sudo apt-get -y install google-chrome-stable
37
32
  # Restore bundle and internal test app from the cache
38
33
  - restore_cache:
39
34
  keys:
40
- - geoblacklight-bundle-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
35
+ - cachebust-2020-07-02-geoblacklight-bundle-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
41
36
  # Install gems
42
37
  - run: bundle check || bundle install
43
38
  # Store bundle cache
44
39
  - save_cache:
45
- key: geoblacklight-bundle-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
40
+ key: cachebust-2020-07-02-geoblacklight-bundle-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
46
41
  paths:
47
42
  - /home/circleci/geoblacklight/vendor/bundle
48
43
  # Restore internal test app from the cache
49
44
  - restore_cache:
50
45
  keys:
51
- - geoblacklight-internal-test-app-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-{{ checksum "spec/test_app_templates/Gemfile.extra" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
46
+ - cachebust-2020-07-02-geoblacklight-internal-test-app-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-{{ checksum "spec/test_app_templates/Gemfile.extra" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
52
47
  # Generate the internal test app
53
48
  - run:
54
49
  name: Generate test app
@@ -56,7 +51,7 @@ jobs:
56
51
  [ -e ./.internal_test_app ] || bundle exec rake engine_cart:generate
57
52
  - save_cache:
58
53
  name: Save test app cache
59
- key: geoblacklight-internal-test-app-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-{{ checksum "spec/test_app_templates/Gemfile.extra" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
54
+ key: cachebust-2020-07-02-geoblacklight-internal-test-app-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-{{ checksum "spec/test_app_templates/Gemfile.extra" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
60
55
  paths:
61
56
  - ./.internal_test_app
62
57
  - run:
@@ -98,9 +93,9 @@ jobs:
98
93
  default: '2.5.7'
99
94
  rails_version:
100
95
  type: string
101
- default: '5.1.7'
96
+ default: '5.2.4.3'
102
97
  docker:
103
- - image: circleci/ruby:<< parameters.ruby_version >>-node-browsers-legacy
98
+ - image: circleci/ruby:<< parameters.ruby_version >>-node-browsers
104
99
  environment:
105
100
  GEM_HOME: /home/circleci/geoblacklight/vendor/bundle
106
101
  BUNDLE_PATH: /home/circleci/geoblacklight/vendor/bundle
@@ -114,7 +109,7 @@ jobs:
114
109
  # Restore bundle cache
115
110
  - restore_cache:
116
111
  keys:
117
- - geoblacklight-bundle-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
112
+ - cachebust-2020-07-02-geoblacklight-bundle-{{ checksum "geoblacklight.gemspec" }}-{{ checksum "Gemfile" }}-<< parameters.ruby_version >>-<< parameters.rails_version >>
118
113
  paths:
119
114
  - /home/circleci/geoblacklight/vendor/bundle
120
115
  # Install gems and run rubocop
@@ -127,34 +122,21 @@ workflows:
127
122
  jobs:
128
123
  - build:
129
124
  ruby_version: 2.6.5
130
- rails_version: 5.2.4.1
125
+ rails_version: 5.2.4.3
131
126
  name: "ruby2-6_rails5-2"
132
127
  - build:
133
128
  ruby_version: 2.5.7
134
- rails_version: 5.2.4.1
129
+ rails_version: 5.2.4.3
135
130
  name: "ruby2-5_rails5-2"
136
131
  - rubocop:
137
132
  ruby_version: 2.6.5
138
- rails_version: 5.2.4.1
133
+ rails_version: 5.2.4.3
139
134
  name: "rubocop_ruby2-6_rails5-2"
140
135
  - rubocop:
141
136
  ruby_version: 2.5.7
142
- rails_version: 5.2.4.1
137
+ rails_version: 5.2.4.3
143
138
  name: "rubocop_ruby2-5_rails5-2"
144
139
 
145
- - build:
146
- ruby_version: 2.6.5
147
- name: "ruby2-6_rails5-1"
148
- - build:
149
- ruby_version: 2.5.7
150
- name: "ruby2-5_rails5-1"
151
- - rubocop:
152
- ruby_version: 2.6.5
153
- name: "rubocop_ruby2-6_rails5-1"
154
- - rubocop:
155
- ruby_version: 2.5.7
156
- name: "rubocop_ruby2-5_rails5-1"
157
-
158
140
  nightly:
159
141
  triggers:
160
142
  - schedule:
@@ -166,30 +148,17 @@ workflows:
166
148
  jobs:
167
149
  - build:
168
150
  ruby_version: 2.6.5
169
- rails_version: 5.2.4.1
151
+ rails_version: 5.2.4.3
170
152
  name: "ruby2-6_rails5-2"
171
153
  - build:
172
154
  ruby_version: 2.5.7
173
- rails_version: 5.2.4.1
155
+ rails_version: 5.2.4.3
174
156
  name: "ruby2-5_rails5-2"
175
157
  - rubocop:
176
158
  ruby_version: 2.6.5
177
- rails_version: 5.2.4.1
159
+ rails_version: 5.2.4.3
178
160
  name: "rubocop_ruby2-6_rails5-2"
179
161
  - rubocop:
180
162
  ruby_version: 2.5.7
181
- rails_version: 5.2.4.1
163
+ rails_version: 5.2.4.3
182
164
  name: "rubocop_ruby2-5_rails5-2"
183
-
184
- - build:
185
- ruby_version: 2.6.5
186
- name: "ruby2-6_rails5-1"
187
- - build:
188
- ruby_version: 2.5.7
189
- name: "ruby2-5_rails5-1"
190
- - rubocop:
191
- ruby_version: 2.6.5
192
- name: "rubocop_ruby2-6_rails5-1"
193
- - rubocop:
194
- ruby_version: 2.5.7
195
- name: "rubocop_ruby2-5_rails5-1"
@@ -9,7 +9,7 @@ Rails:
9
9
  Enabled: true
10
10
 
11
11
  AllCops:
12
- TargetRubyVersion: 2.3
12
+ TargetRubyVersion: 2.7
13
13
  DisplayCopNames: true
14
14
  Include:
15
15
  - '**/Rakefile'
@@ -1,196 +1,30 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2019-08-05 15:03:55 -0600 using RuboCop version 0.52.1.
3
+ # on 2020-06-23 08:31:16 -0600 using RuboCop version 0.85.1.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
- # Offense count: 16
10
- # Cop supports --auto-correct.
11
- # Configuration parameters: Width, IgnoredPatterns.
12
- Layout/IndentationWidth:
13
- Exclude:
14
- - 'app/controllers/download_controller.rb'
15
- - 'app/controllers/relation_controller.rb'
16
- - 'app/controllers/wms_controller.rb'
17
- - 'app/helpers/carto_helper.rb'
18
- - 'app/models/concerns/geoblacklight/solr_document.rb'
19
- - 'app/models/concerns/geoblacklight/solr_document/finder.rb'
20
- - 'lib/geoblacklight/bounding_box.rb'
21
- - 'lib/geoblacklight/download.rb'
22
- - 'lib/geoblacklight/metadata/base.rb'
23
- - 'lib/geoblacklight/metadata/fgdc.rb'
24
- - 'lib/geoblacklight/metadata/iso19139.rb'
25
- - 'lib/geoblacklight/metadata_transformer/base.rb'
26
- - 'lib/geoblacklight/reference.rb'
27
- - 'lib/geoblacklight/references.rb'
28
- - 'lib/tasks/geoblacklight.rake'
29
-
30
- # Offense count: 1
31
- # Cop supports --auto-correct.
32
- # Configuration parameters: AllowForAlignment.
33
- Layout/SpaceBeforeFirstArg:
34
- Exclude:
35
- - 'app/views/relation/index.json.jbuilder'
36
-
37
9
  # Offense count: 1
38
- # Cop supports --auto-correct.
39
- # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
40
- Lint/UnusedBlockArgument:
41
- Exclude:
42
- - 'lib/tasks/geoblacklight.rake'
43
-
44
- # Offense count: 47
45
10
  # Configuration parameters: CountComments, ExcludedMethods.
11
+ # ExcludedMethods: refine
46
12
  Metrics/BlockLength:
47
- Max: 247
48
-
49
- # Offense count: 2
50
- # Configuration parameters: CustomIncludeMethods.
51
- RSpec/EmptyExampleGroup:
52
- Exclude:
53
- - 'spec/views/catalog/_document_split.html.erb_spec.rb'
54
- - 'spec/views/catalog/_index_split.html.erb_spec.rb'
55
-
56
- # Offense count: 1
57
- # Configuration parameters: EnforcedStyle.
58
- # SupportedStyles: implicit, each, example
59
- RSpec/HookArgument:
60
- Exclude:
61
- - 'spec/spec_helper.rb'
62
-
63
- # Offense count: 8
64
- RSpec/LeadingSubject:
65
- Exclude:
66
- - 'spec/lib/geoblacklight/document_presenter_spec.rb'
67
- - 'spec/lib/geoblacklight/metadata_transformer/base_spec.rb'
68
- - 'spec/lib/geoblacklight/metadata_transformer/fgdc_spec.rb'
69
- - 'spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb'
70
- - 'spec/lib/geoblacklight/metadata_transformer_spec.rb'
71
-
72
- # Offense count: 49
73
- # Configuration parameters: .
74
- # SupportedStyles: have_received, receive
75
- RSpec/MessageSpies:
76
- EnforcedStyle: receive
77
-
78
- # Offense count: 28
79
- RSpec/NamedSubject:
80
- Exclude:
81
- - 'spec/lib/geoblacklight/metadata/base_spec.rb'
82
- - 'spec/lib/geoblacklight/metadata_transformer/base_spec.rb'
83
- - 'spec/lib/geoblacklight/metadata_transformer/fgdc_spec.rb'
84
- - 'spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb'
85
- - 'spec/lib/geoblacklight/metadata_transformer_spec.rb'
86
- - 'spec/models/concerns/geoblacklight/solr_document/inspection_spec.rb'
87
- - 'spec/models/concerns/geoblacklight/spatial_search_behavior_spec.rb'
88
-
89
- # Offense count: 6
90
- RSpec/RepeatedDescription:
91
- Exclude:
92
- - 'spec/features/esri_viewer_spec.rb'
93
- - 'spec/features/search_results_map_spec.rb'
94
- - 'spec/lib/geoblacklight/references_spec.rb'
95
-
96
- # Offense count: 2
97
- RSpec/RepeatedExample:
98
- Exclude:
99
- - 'spec/features/esri_viewer_spec.rb'
100
-
101
- # Offense count: 2
102
- RSpec/SubjectStub:
103
- Exclude:
104
- - 'spec/models/concerns/geoblacklight/spatial_search_behavior_spec.rb'
105
-
106
- # Offense count: 7
107
- Rails/FilePath:
108
- Exclude:
109
- - 'lib/geoblacklight/download.rb'
110
- - 'lib/tasks/geoblacklight.rake'
111
- - 'spec/lib/geoblacklight/download_spec.rb'
112
- - 'spec/lib/geoblacklight/metadata_transformer/fgdc_spec.rb'
113
- - 'spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb'
114
-
115
- # Offense count: 7
116
- Rails/OutputSafety:
117
- Exclude:
118
- - 'app/controllers/download_controller.rb'
119
- - 'app/helpers/geoblacklight_helper.rb'
120
- - 'lib/geoblacklight/view_helper_override.rb'
13
+ Max: 66
121
14
 
122
- # Offense count: 1
15
+ # Offense count: 4
123
16
  # Cop supports --auto-correct.
124
- Style/ColonMethodCall:
17
+ # Configuration parameters: Include.
18
+ # Include: **/Rakefile, **/*.rake
19
+ Rails/RakeEnvironment:
125
20
  Exclude:
126
- - 'lib/tasks/geoblacklight.rake'
21
+ - 'lib/capistrano/tasks/**/*.rake'
22
+ - 'Rakefile'
127
23
 
128
24
  # Offense count: 1
129
25
  # Cop supports --auto-correct.
130
- # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
131
- # SupportedStyles: assign_to_condition, assign_inside_condition
132
- Style/ConditionalAssignment:
133
- Exclude:
134
- - 'app/controllers/download_controller.rb'
135
-
136
- # Offense count: 2
137
- # Cop supports --auto-correct.
138
- Style/EmptyLiteral:
139
- Exclude:
140
- - 'spec/models/concerns/geoblacklight/spatial_search_behavior_spec.rb'
141
-
142
- # Offense count: 137
143
- # Cop supports --auto-correct.
144
26
  # Configuration parameters: EnforcedStyle.
145
- # SupportedStyles: when_needed, always, never
27
+ # SupportedStyles: always, always_true, never
146
28
  Style/FrozenStringLiteralComment:
147
- Enabled: false
148
-
149
- # Offense count: 3
150
- # Cop supports --auto-correct.
151
- # Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
152
- # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
153
- Style/HashSyntax:
154
- Exclude:
155
- - 'lib/tasks/geoblacklight.rake'
156
-
157
- # Offense count: 2
158
- # Cop supports --auto-correct.
159
- Style/MultilineIfModifier:
160
- Exclude:
161
- - 'app/helpers/geoblacklight_helper.rb'
162
- - 'lib/geoblacklight/references.rb'
163
-
164
- # Offense count: 2
165
- # Cop supports --auto-correct.
166
- # Configuration parameters: AutoCorrect, EnforcedStyle.
167
- # SupportedStyles: predicate, comparison
168
- Style/NumericPredicate:
169
- Exclude:
170
- - 'spec/**/*'
171
- - 'lib/geoblacklight/relation/relation_response.rb'
172
-
173
- # Offense count: 10
174
- # Cop supports --auto-correct.
175
- # Configuration parameters: PreferredDelimiters.
176
- Style/PercentLiteralDelimiters:
177
- Exclude:
178
- - 'app/models/concerns/geoblacklight/solr_document/inspection.rb'
179
- - 'spec/helpers/geoblacklight_helper_spec.rb'
180
- - 'spec/lib/geoblacklight/document_presenter_spec.rb'
181
- - 'spec/lib/geoblacklight/references_spec.rb'
182
- - 'spec/lib/geoblacklight/wms_layer/feature_info_response_spec.rb'
183
-
184
- # Offense count: 6
185
- # Cop supports --auto-correct.
186
- # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
187
- # SupportedStyles: single_quotes, double_quotes
188
- Style/StringLiterals:
189
- Exclude:
190
- - 'lib/tasks/geoblacklight.rake'
191
-
192
- # Offense count: 1
193
- # Cop supports --auto-correct.
194
- Style/UnneededInterpolation:
195
29
  Exclude:
196
- - 'lib/tasks/geoblacklight.rake'
30
+ - 'Rakefile'
@@ -1,4 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 28" aria-labelledby="aria-label-arrow-circle-down">
2
- <title>arrow-circle-down</title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 28">
3
2
  <path fill="#6c757d" d="M20.06 14.02c0-.27-.1-.52-.28-.7l-1.42-1.43c-.19-.19-.44-.28-.7-.28s-.52.1-.7.28L14 14.84V7a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v7.84L7.05 11.9c-.19-.19-.44-.3-.7-.3s-.52.11-.7.3l-1.43 1.42c-.19.19-.28.44-.28.7s.1.52.28.7l7.08 7.09c.18.18.44.28.7.28s.52-.1.7-.28l7.08-7.08a.98.98 0 0 0 .28-.7zM24 14a12 12 0 1 1-24 0 12 12 0 0 1 24 0z"/>
4
3
  </svg>
@@ -1,6 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-labelledby="aria-label-baruch-cuny">
2
- <title>
3
- baruch-cuny
4
- </title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
5
2
  <path fill="#6c757d" d="M28.66 22.76c-.97-7.44-9.68-8.5-9.68-8.5 6.18-3.64 6.72-6.9 6.72-7.7C25.85 1.04 20.73.4 20.73.4 19.38-.03 3.28.24 3.28.24c1.57.87 1.55 2.52 1.55 2.52.1.67.3 26.13.3 26.13-.3 2.48-1.8 2.96-1.8 2.96l17.42-.1c9.13-.42 7.92-8.99 7.92-8.99zm-11.44 7.4s-5.15.84-5.35-2-.05-14.85-.05-14.85l-.1-9.56c-.05-2.1 2.73-2.02 2.73-2.02 5.8 0 5.25 5.85 5.25 5.85 0 3.19-4.87 7.12-4.87 7.12.44.1 6.67 1.54 7.11 9.36 0 0 .7 5.45-4.73 6.1z"/>
6
3
  </svg>
@@ -1,7 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 32" aria-labelledby="aria-label-berkeley">
2
- <title>
3
- berkeley
4
- </title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 32">
5
2
  <path fill="#6c757d" d="M16.07.13c0-.22 0-.22-.82-.22-.31 0-.59.03-1.2.03-.71 0-1.6-.03-2.01-.03-.82 0-.84 0-.84.22s.44.42 1.23.42c.61 0 .98.17.98 8.3 0 3.45-.3 4.13-1.8 5-.93.54-1.83.56-2.82.56-3.78 0-4.35-2.31-4.35-4.25v-8.7c0-.74.03-.96.86-.96s.94-.05.94-.3-.15-.34-.37-.34L2.62-.1C1.47-.11 1.02-.14.5-.14c-.37 0-.54.08-.54.3 0 .3.1.34 1.22.34.7 0 .82.71.82 1.5v7.72c0 4.22 2.38 5.43 6.04 5.43 1.87 0 3.12-.25 4.1-.84 1.43-.86 2.02-1.82 2.02-5.43 0-3.12.02-4.89.02-6.14 0-2.14.35-2.19 1.16-2.19.74 0 .74-.2.74-.42zM28.43 21.22c0-.13-.3-.57-.47-.94-.12-.24-.14-.51-.22-.51-.17 0-.32.51-.39.83-.12.61-1.8 2.36-4.74 2.36-4 0-6.4-2.78-6.4-6.73 0-4.45 2.4-7.4 6.67-7.4 2.6 0 4.32.84 4.47 1.62.05.2.1.45.27.45.1 0 .24-.08.24-.2 0-1.06.15-1.6.15-1.92 0-.12-.24-.27-.32-.27-.37 0-1.52-.37-3.49-.37-6.88 0-10.49 3.44-10.49 8.36 0 4.94 3.1 7.15 7.52 7.15 4.94 0 7.2-2.21 7.2-2.43z"/>
6
3
  <path fill="#6c757d" d="M40.5 28c0-2.3-1.5-2.92-2.66-3.51-.5-.25-.94-.35-.94-.42s.35-.2.86-.54c.6-.4 2.02-1.28 2.02-3.32 0-1.45-.94-3.39-4.13-3.39-2.21 0-4.6.15-5.11.15-.86 0-1.62-.03-2.38-.03-.42 0-.5.05-.5.3s.08.3 1.2.3c.7 0 1.09.21 1.09 2.15v11.18c0 .37-.05.42-1.16.42-.54 0-.68.03-.68.35 0 .24.17.27.41.27.8 0 1.33-.1 2.36-.1 1.08 0 3.32.24 4.35.24 3.05 0 5.26-1.3 5.26-4.05zm-3.18-7c0 2.09-.64 2.46-1.35 3 0 0-1.03-.27-2.65-.27-.74 0-.91-.03-.91-.35v-5.23c0-.5.02-.71 1.64-.71 2.34 0 3.27 2.33 3.27 3.56zm.42 7.2c0 2.14-1.03 3.3-3.24 3.3-.7 0-1.53-.1-1.8-.4-.22-.25-.3-1.55-.3-1.77v-4.4c0-.54.33-.64.9-.64 2.67 0 4.44 1.65 4.44 3.9z"/>
7
4
  </svg>
@@ -1,6 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 28" aria-labelledby="aria-label-book">
2
- <title>
3
- book
4
- </title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 28">
5
2
  <path fill="#6c757d" d="M25.6 7.47c.4.56.5 1.3.29 2.02l-4.3 14.15A3.41 3.41 0 0 1 18.5 26H4.05c-1.6 0-3.3-1.27-3.87-2.9a2.9 2.9 0 0 1-.03-1.97c.03-.32.09-.63.1-1 .02-.25-.12-.46-.09-.65.06-.37.4-.64.64-1.06.47-.78 1-2.05 1.17-2.86.08-.3-.07-.64 0-.9.08-.3.38-.52.54-.8.42-.72.96-2.1 1.04-2.84.03-.33-.12-.7-.03-.94.11-.36.45-.52.69-.83.37-.52 1-2 1.1-2.83.02-.26-.13-.53-.08-.81.06-.3.43-.6.68-.97.66-.97.78-3.1 2.77-2.55l-.02.05c.27-.06.53-.14.8-.14h11.9c.72 0 1.38.33 1.77.88.4.56.5 1.3.28 2.03l-4.28 14.15C18.41 21.46 18 22 16.02 22H2.44c-.2 0-.45.05-.6.23-.12.2-.14.33-.01.68.31.9 1.39 1.09 2.25 1.09H18.5c.58 0 1.25-.33 1.42-.9l4.7-15.41c.08-.3.08-.61.07-.9.36.15.69.37.92.68zM8.99 7.5c-.09.28.07.5.35.5h9.5c.26 0 .56-.22.65-.5l.33-1c.1-.28-.06-.5-.34-.5h-9.5c-.27 0-.56.22-.66.5zm-1.3 4c-.09.28.07.5.35.5h9.5c.27 0 .56-.22.66-.5l.33-1c.09-.28-.07-.5-.35-.5h-9.5c-.26 0-.56.22-.65.5z"/>
6
3
  </svg>
@@ -1,6 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 28" aria-labelledby="aria-label-bookmark">
2
- <title>
3
- bookmark
4
- </title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 28">
5
2
  <path fill="#6c757d" d="M18.19 2c.23 0 .47.05.69.14.68.27 1.12.9 1.12 1.61v20.14c0 .7-.44 1.34-1.12 1.61-.22.1-.46.13-.7.13a1.9 1.9 0 0 1-1.29-.5L10 18.5l-6.9 6.63c-.35.32-.8.51-1.29.51-.23 0-.47-.05-.69-.14A1.73 1.73 0 0 1 0 23.9V3.74c0-.7.44-1.34 1.12-1.6.22-.1.46-.15.7-.15h16.37z"/>
6
3
  </svg>
@@ -1,6 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-labelledby="aria-label-cd-rom">
2
- <title>
3
- cd-rom
4
- </title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
5
2
  <path fill="#6c757d" d="M11.62 20.54c-.28.36-.5.76-.65 1.2a8 8 0 0 1-3.87-4.48l1.37-.17c.6 1.5 1.73 2.7 3.15 3.45zm-5.87-3.1l-1.33.16c.9 3.16 3.23 5.71 6.25 6.93v-1.2l.02-.23a9.37 9.37 0 0 1-4.94-5.67zm19.16-5.7c-1-3.54-3.78-6.31-7.31-7.32l-.17 1.33a9.38 9.38 0 0 1 6.15 6.15l1.33-.16zM17.27 7.1l-.17 1.36a6.68 6.68 0 0 1 3.77 3.77l1.37-.17a8 8 0 0 0-4.97-4.96zm-2.6 11.56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1.34a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34zm10.58 7.73h-.85v3.22h1.06c.9 0 1.36-.63 1.36-1.53 0-1.2-.55-1.69-1.57-1.69zM32 23.33V30a2 2 0 0 1-2 2H15.33a2 2 0 0 1-2-2v-6.67c0-1.1.9-2 2-2H30a2 2 0 0 1 2 2zm-9.62 3.93h-1.15c-.1.68-.5 1.14-1.23 1.14-.98 0-1.47-.74-1.47-1.7 0-1 .47-1.76 1.47-1.76.63 0 1.1.43 1.18.9h1.16C22.2 24.64 21.18 24 20 24c-1.65 0-2.67 1.16-2.67 2.7 0 1.53 1.04 2.63 2.67 2.63 1.4 0 2.27-.85 2.38-2.07zm5.62-.62c0-1.62-.99-2.52-2.46-2.52H23.2v5.1h2.34c1.56 0 2.46-1.01 2.46-2.58zM2.67 14.67a12.01 12.01 0 1 1 23.3 4h2.8A14.63 14.63 0 0 0 14.67 0a14.67 14.67 0 0 0-4 28.77v-2.8c-4.66-1.66-8-6.1-8-11.3z"/>
6
3
  </svg>
@@ -1,7 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 32" aria-labelledby="aria-label-chicago">
2
- <title>
3
- chicago
4
- </title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 32">
5
2
  <path fill="#6c757d" d="M9.27.95c-2.6.07-6.25.31-7.63.49l-.23.03v8.3c0 8.91 0 8.6.24 9.92a13.18 13.18 0 0 0 8.45 10.16c1.24.49 2.77.87 3.21.8.12-.01.55-.11.96-.2 3.81-.96 6.79-3.03 8.59-5.97a14.66 14.66 0 0 0 1.9-5.44c.1-.61.11-.68.12-9.1.01-8.09.01-8.48-.07-8.48L24 1.39C19.77.99 13.91.8 9.27.95zm2.24 1.5c.42.06.88.2 1.23.36l.25.11v3.54c0 2.8-.02 3.52-.06 3.5a4.77 4.77 0 0 0-2.6-.5c-.2.03-.8.14-1.34.26-1.26.27-1.82.35-2.4.35h-.47v-7.2l.27.03c.15.03.67.04 1.16.04h.9l.52-.18a5.28 5.28 0 0 1 2.54-.3zm5.22.14a9 9 0 0 0 3.21.39l.53-.04v7.18h-.3c-.54 0-1.45-.13-3.2-.47a5.52 5.52 0 0 0-1.99-.2c-.67.08-.94.17-1.63.52-.02 0-.03-1.57-.02-3.5l.01-3.52.42-.16a4.42 4.42 0 0 1 2.97-.2zM4.28 4.27c.48.36.44 1.09-.08 1.33-.6.3-1.2-.2-1.08-.87a.83.83 0 0 1 .48-.54c.2-.06.53-.03.68.08zm17.22.34c.1 0 .28-.03.41-.07.3-.09.5-.09.71 0 .27.12.41.27.5.58.04.1.03.1-.08.06-.24-.1-.42-.05-1.1.26-.64.3-1.05.42-1.14.37a3.2 3.2 0 0 1-.05-.7v-.68l.3.1c.15.04.36.08.45.08zm-15.71.4v.45l-.87-.02L4.9 5l-.01-.43h.9V5zM4.2 7.3c.54.27.54 1.11-.01 1.37-.37.19-.86.03-1.03-.32-.19-.4-.05-.86.33-1.04a.74.74 0 0 1 .71 0zm17.13.08c.24.01.58 0 .75-.02.19-.01.4-.03.47-.02.17.02.47.33.55.55.06.2.04.24-.1.17-.2-.11-.5-.07-.8.1-.4.22-.93.4-1.25.44l-.25.04V7.28l.1.04c.06.02.3.04.53.05zM5.8 8.05v.42h-.9v-.85h.9v.43zm8.01 3.01c.4.17.73.22.87.14.1-.04.1-.04.1.05 0 .06-.03.15-.07.2-.09.1-.08.1.1.07.1-.02.24-.09.32-.16l.13-.13v.18c0 .21-.15.37-.42.45l-.18.06.13.11c.1.08.14.16.14.25 0 .18.16.38.3.38.15 0 .15.06.02.16-.07.05-.13.05-.22.02-.15-.06-.16-.04-.08.16.04.1.07.22.07.28 0 .2.1.48.24.6.22.23.04.27-.2.05l-.16-.14.07.2c.06.19.06.23 0 .53-.06.18-.11.35-.14.37-.03.03-.1-.02-.23-.16-.19-.22-.25-.23-.11-.03.18.28.28 1.06.14 1.06-.04 0-.12-.08-.18-.18-.13-.24-.19-.24-.12-.02.06.25.11.34.35.6.12.13.28.37.35.54l.14.29-.07.54c-.04.3-.08.55-.1.57-.04.05-.12-.04-.24-.27a.9.9 0 0 0-.14-.23c-.1 0 .14.6.3.77.05.06.11.17.14.26.07.2.08.61.01.61-.02 0-.1-.08-.17-.19-.07-.1-.13-.18-.14-.17l.08.34c.16.48.15 1.13 0 1.5l-.12.29-.14-.58c-.08-.32-.16-.57-.2-.56l-.31.4c-.16.22-.29.38-.3.37l-.07-.36a4.93 4.93 0 0 0-.5-1.7c-.07 0-.73 1.89-.8 2.24a3 3 0 0 0 .05 1.27c.04.12.06.22.05.22-.05 0-.26-.5-.34-.8-.21-.76-.16-1.56.11-1.84.13-.14.16-.36.05-.5-.05-.07-.07-.07-.07-.02 0 .1-.09.39-.14.47-.06.1-.22-.01-.28-.19-.07-.2 0-.48.18-.78s.2-.4.13-.5c-.06-.09-.07-.08-.16.09-.12.25-.22.26-.3.01a2.1 2.1 0 0 1 .46-1.82c.09-.1.16-.22.15-.24s-.11.02-.22.1c-.26.17-.3.12-.26-.22.06-.52.4-.97.75-1.04.18-.03.19-.05.08-.17-.04-.04-.07-.09-.06-.1l.34-.1c.4-.09.58-.2.65-.42.08-.25.02-.27-.19-.07-.13.13-.23.18-.33.18-.17 0-.23-.08-.1-.16.12-.09.13-.27.02-.38-.06-.06-.13-.07-.3-.05-.18.02-.47-.06-.47-.13a.39.39 0 0 0-.03-.1c-.02-.06 0-.07.07-.05.07.02.22-.02.44-.12.32-.13.35-.14.53-.09.1.04.26.13.35.22l.18.16c.04 0 .02-.24-.03-.35-.06-.11-.36-.31-.48-.31-.04 0-.12-.08-.18-.17a.69.69 0 0 0-.57-.35c-.15 0-.19-.02-.27-.16-.13-.22-.28-.29-.46-.21a.45.45 0 0 0-.18.17c-.06.14-.09.14-.2-.02-.2-.24-.08-.66.24-.86l.19-.1c.02 0 .08.1.13.22.09.2.2.3.26.24.02-.02 0-.12-.05-.22s-.08-.22-.06-.26c.04-.08.23-.1.31-.01.05.05.09.02.18-.1.27-.32.66-.35 1.25-.1zm-4.85.39c.09.06.2.2.27.31.1.2.12.27.13.72 0 .57.02.62.33.7l.2.05-.08.14c-.14.24-.25.26-.77.16-.1-.02-.15.02-.33.23-.26.3-.29.44-.14.66.1.15.13.43.05.47-.07.05-.05.3.03.38.1.1.25.09.68-.02.45-.12.55-.12.77.02.1.06.24.12.3.12.08 0 .1-.03.1-.16 0-.18-.05-.25-.31-.42-.22-.14-.28-.28-.23-.51.04-.2.26-.7.31-.7.02 0 .06.08.1.17.07.24.27.45.7.74.55.4.7.75.54 1.37-.08.33-.09.36-.01.54.07.19.07.2-.01.35-.26.44-.3 1.26-.08 1.65.1.2.11.25.09.58-.03.39.02.57.23.8.08.08.08.12.03.34-.04.2-.04.32 0 .58.03.18.05.34.04.36-.02 0-.13-.2-.26-.48-.14-.3-.31-.58-.43-.71a1.8 1.8 0 0 0-1.07-.53l-.3-.03v.13c0 .09.08.23.2.38.1.13.2.32.23.4.06.2.06.75 0 .75-.07 0-.55-.48-.62-.63a1.39 1.39 0 0 1-.11-.3l-.03-.16-.2.18c-.28.29-.42.62-.42 1.03-.01.2-.02.33-.04.31s-.1-.2-.18-.42l-.15-.38.42-.54a7 7 0 0 0 .93-1.54l.04-.11-.11.09c-.1.1-.73.91-1.15 1.5l-.23.32-.18-.34-.17-.35.15-.19.3-.4c.17-.25.6-1.17.56-1.2-.01-.02-.27.36-.58.82l-.55.85-.14-.11a.53.53 0 0 0-.18-.12c-.04 0-.14.37-.14.56 0 .17-.2.43-.64.81-.31.27-.34.26-.34-.22v-.28l.37-.43c.36-.4.85-1.12 1.08-1.57l.1-.21-.15.14c-.08.07-.43.5-.79.94l-.65.82c-.01.02-.04-.01-.07-.06l-.19-.24-.13-.16.34-.49c.35-.5.81-1.4.78-1.5-.02-.04-.31.37-.67.9-.46.7-.66.98-.71.96-.1-.04-.09-.14.02-.75.06-.28.1-.57.1-.63 0-.38-.3.51-.36 1.06l-.03.3-.24.06c-.28.07-.3.14-.07.36l.14.14-.02.68c-.01.67-.01.68.12.86.16.23.16.25 0 .25a.7.7 0 0 0-.27.07.44.44 0 0 1-.14.07c-.01-.01-.06-.23-.1-.49A15.55 15.55 0 0 1 5 17.24c-.03-.04-.15.23-.92 2.1-.77 1.9-.75 1.84-.83 1.84-.08 0-.11-.11-.11-.47 0-.9.76-2.84 1.5-3.8.16-.22.18-.3.1-.3-.03 0-.35.29-.7.64-.73.7-1.08.92-1.45.92-.1 0-.2-.02-.2-.04 0-.03.47-.5 1.04-1.04.97-.91 1.34-1.3 1.3-1.35l-.46.21c-.5.25-.82.34-1.22.34-.3 0-.57-.05-.57-.1a5 5 0 0 1 .61-.37c.7-.38 1.3-.76 1.6-1.02.24-.21.47-.52.47-.64 0-.07-.06-.05-.43.13-.52.24-.94.36-1.33.37-.3 0-.64-.05-.64-.1 0-.03.13-.11.28-.2.5-.3 2-1.23 2.76-1.73.63-.4.8-.49.95-.49.1 0 .21-.02.25-.04.05-.04 0-.05-.18-.05-.41 0-.56-.14-.47-.44l.04-.18.14.16c.14.14.15.15.46.12.17-.02.53-.1.79-.2.58-.2.92-.22 1.15-.06zm10.35 0c.21.07.5.16.63.22s.35.1.48.1c.15.01.25.04.25.07 0 .08-.19.2-.32.2-.15 0-.18.1-.02.12.3.08.8.28 1.04.44.28.19.34.28.21.3-.05.01.21.31.92 1.02.73.74.96 1 .89 1-.2 0-.78-.4-1.46-1-.18-.16-.32-.26-.32-.23 0 .06.17.25 1 1.12.28.3.64.71.81.93.3.38.64.9.64.97 0 .12-1-.33-1.31-.6-.11-.1-.43-.51-.72-.95-.47-.71-.67-.95-.73-.88-.02.01.3.56.69 1.21.85 1.43 1.04 1.8 1.2 2.42.12.42.13.55.13 1.4 0 1.14-.1 1.77-.28 1.77-.06 0-.12-.2-.6-2.16-.48-1.95-.8-2.87-1.18-3.32l-.12-.14.12.33c.55 1.43.86 2.6.94 3.46l.03.35-.27.1c-.15.05-.4.16-.55.26l-.27.18v-.25c0-.72-.17-1.76-.43-2.56-.15-.46-.25-.58-.21-.24.08.58.22 1.63.25 1.77 0 .1 0 .15-.03.13-.02-.02-.27-.3-.53-.63-.54-.65-.84-.96-.84-.85 0 .1.4.79.66 1.13.13.17.35.4.5.53l.25.23v.3c0 .38-.07.69-.15.66-.03 0-.41-.44-.84-.95-.88-1.04-1.14-1.32-1.16-1.25-.02.05.15.4.42.87.14.23.39.51.88 1l.68.67-.15.23c-.25.39-.24.39-.65.09-.19-.15-.36-.3-.36-.33l-.06-.24c-.04-.19-.05-.2-.23-.2-.19 0-.22-.02-.64-.45-.46-.47-.6-.57-.5-.33.09.24.36.66.55.83l.19.17-.14.24c-.08.14-.14.3-.14.33 0 .15-.1.1-.5-.29-.48-.46-.57-.5-.4-.15.09.17.4.5.68.7l.13.09-.1.28c-.06.17-.17.34-.28.44-.33.31-1 .86-1.02.83a1.99 1.99 0 0 1 .93-1.18c.21-.1.23-.2.08-.36-.09-.08-.14-.1-.47-.08l-.37.03v-.15c0-.08-.03-.31-.07-.52l-.1-.6-.04-.23-.22.14c-.3.19-.36.3-.41.68-.03.18-.08.39-.13.47l-.23.45-.16.3-.05-.16c-.03-.08-.05-.29-.05-.46 0-.27-.02-.35-.15-.55-.2-.31-.26-.47-.32-.82-.04-.26-.03-.3.06-.42.13-.19.16-.5.06-.87-.08-.28-.08-.35-.01-.95.1-.87.06-1.04-.3-1.48l-.17-.2.05-.3.05-.3.47.03.14-.29c.08-.15.23-.37.35-.47.21-.21.23-.27.12-.52-.03-.1-.06-.18-.05-.2l.22.1c.31.17.35.31.21.72-.12.35-.1.4.12.4.35 0 .77-.27.83-.51.08-.39.12-.48.3-.67.23-.26.24-.41 0-.52-.13-.06-.14-.09-.13-.22l.02-.15-.23.2c-.27.27-.4.3-.7.2-.19-.08-.26-.08-.4-.04a.52.52 0 0 1-.2.04c-.06-.06.1-.25.25-.3.26-.1.48-.23.57-.37.06-.08.07-.13.01-.26-.08-.24-.02-.37.29-.7l.27-.3.24.03c.16.02.27 0 .34-.04.31-.22.76-.25 1.32-.09zm-8.48.88c0 .05.06.15.12.22l.11.13h.68c.74.01.9.06 1.05.29.08.12.08.13 0 .09a2.33 2.33 0 0 0-1.09 0c-.62.1-.83.07-1.02-.13-.15-.17-.17-.33-.04-.54.1-.17.2-.2.2-.06zm2.55 7.2c.12.38.15 1 .07 1.51-.02.15-.02.4 0 .54l.03.28.06-.28c.04-.15.14-.4.22-.54.16-.31.49-.66.55-.6.08.1.24.84.24 1.12 0 .38-.06.57-.37 1.09a1.5 1.5 0 0 0-.3.77c-.02.2-.03.38-.02.41.01.03.08-.12.15-.33.08-.24.23-.54.38-.78.27-.4.35-.61.47-1.23.04-.23.12-.46.2-.6.14-.22.25-.29.25-.15 0 .05.02.13.06.18.2.28.12.78-.23 1.42-.23.44-.23.44-.15.44.17 0 .46-.35.55-.66.04-.12.04-.12.11.05.14.32.1.44-.21.67-.1.07-.22.22-.27.33-.1.2-.14.55-.06.54.06 0 .49-.56.63-.83.1-.18.15-.35.18-.6.03-.28.06-.4.22-.66.17-.29.27-.58.37-1.08.01-.06.08-.16.15-.24l.12-.14.06.36c.1.56.1.93-.03 1.17l-.1.2.16-.1c.32-.2.44-.24.67-.24h.24l-.3.14c-.32.17-.46.33-.7.89-.24.6-.3.67-.63 1-.34.32-.4.42-.24.42.21 0 .67-.3 1-.65.2-.2.53-.5.75-.65.54-.39.72-.67.94-1.37.1-.33.34-.77.42-.77.14 0 .11.69-.05 1.28-.1.36-.15.47-.46.84l-.16.2.18-.08c.25-.1.85-.43 1.1-.6.4-.27.72-.62 1.06-1.14.38-.57.55-.74 1.02-.99.44-.23.5-.22.3.05-.09.12-.17.26-.18.32-.1.52-.15.69-.3.95-.08.17-.14.3-.1.3.02 0 .12-.04.23-.1s.22-.08.26-.07c.05.02-.07.17-.41.52-.69.7-.82.75-2.4 1.01-.76.13-1.19.3-1.98.84-.64.43-.97.61-1.46.8-.13.03-.22.09-.22.1 0 .03.15.11.34.2.29.14.39.16.68.16.33 0 .35 0 1.16-.42.45-.23.84-.41.84-.4.02.02-.2.26-.48.56-.55.56-.72.67-1.4.86-.32.09-.49.1-1.31.1-.86 0-.96.02-1.1.1-.25.15-.24.22.02.22.24 0 .35.04.58.24.4.35.83.4 1.1.14.2-.2.45-.3.73-.3.23 0 .56.14.69.29.07.08.07.09-.06.11-.07.01-.2.1-.27.18l-.37.4c-.28.32-.52.41-.96.39-.3-.02-.34-.04-.87-.36-.78-.5-.95-.53-1.07-.21-.06.15.01.31.31.67.43.52.45.7.15 1.01-.24.24-.43.27-.73.12-.17-.08-.65-.55-.61-.6 0 0 .1 0 .18.03.22.07.53.06.6 0 .1-.1.06-.26-.15-.67a1.96 1.96 0 0 1-.22-.55c0-.08-.02-.14-.05-.14s-.18.12-.34.27c-.38.36-.8.66-1.06.77-.23.1-.62.12-.77.03a6.58 6.58 0 0 1-.62-.54 6.9 6.9 0 0 0-1.26-1.02l-.2-.12h.52c.86 0 1.15.12 1.67.66.31.33.37.37.52.37.09 0 .23-.04.3-.09a4 4 0 0 0 .77-.83c.06-.1.05-.11-.12-.18a2.9 2.9 0 0 0-1.74-.15c-.11.03-.2.05-.2.02 0-.08.52-.56.72-.66.44-.23.92-.1 1.35.35.27.28.31.2.1-.18-.3-.55-1.04-.81-1.73-.6-.14.03-.48.18-.78.32-.63.31-.8.33-1.21.12a4.48 4.48 0 0 1-1.5-1.26c-.2-.28-.19-.33 0-.2.89.58 1.67.7 2.37.37.58-.28 1.23-.24 2.14.12.23.1.43.17.44.17.02 0-.09-.1-.24-.24a2.64 2.64 0 0 0-1.09-.56 3.88 3.88 0 0 0-1.85.16c-.32.13-.54.1-.98-.16a2.29 2.29 0 0 0-.47-.24c-.1 0 .1-.16.39-.3.29-.16.56-.2.9-.12.15.03.28.05.3.03 0-.01-.09-.08-.2-.15a2 2 0 0 0-.82-.22 15.5 15.5 0 0 1-2.99-.7c-.27-.1-.27-.1-.18-.2.16-.15.51-.2.88-.1.06.03 0-.07-.17-.22-.3-.29-.47-.6-.48-.84l.04-.57c.03-.34.02-.43-.04-.56-.04-.08-.07-.16-.06-.17.05-.06.4.06.51.17.15.16.2.34.27.99.06.5.16.8.32.95.09.08.09.07.09-.17 0-.18.02-.28.08-.35.12-.13.14-.13.21.05.1.2.4.5.64.6.25.12.3.12.36 0 .04-.08.03-.14-.04-.3-.2-.4-.28-.98-.22-1.5.02-.27.04-.31.1-.26.1.09.28.5.44 1.05.12.42.2.59.4.9.15.22.32.43.38.49l.1.1.03-.11c.02-.06 0-.31-.04-.56-.08-.53-.05-.75.14-1.04.14-.21.19-.23.23-.06.02.06.16.24.31.4.31.3.3.29.28.98 0 .24.01.32.1.45.14.2.62.53 1.32.91.66.37.92.56 1.2.87.22.26.26.23.12-.09-.1-.2-.35-.41-1.06-.88a3.1 3.1 0 0 1-1.1-1.1c-.12-.26-.13-.32-.16-1.14l-.03-.89-.2-.22c-.19-.2-.19-.2-.09-.2.06 0 .2.03.31.08.56.25 1.11 1.07 1.4 2.1.15.5.18.55.48.87.13.14.32.36.42.5.1.12.17.19.15.13l-.16-.6a5.56 5.56 0 0 1-.02-2.34c.11-.4.41-1.08.48-1.08.03 0 .09.16.15.34zm-5.84 1.21c0 .18.03.43.07.56.04.12.06.23.05.25-.06.05-.6-.56-.6-.69 0-.06.38-.44.45-.44.02 0 .03.15.03.32zm12.2.45c.3.27.3.3.06.52-.16.13-.16.13-.33.05-.19-.1-.18-.03-.09-.63.01-.1.04-.19.06-.19.02 0 .15.11.3.25zm1.75 1.48c-.14.45-.5 1.18-.64 1.31-.06.06-.1.07-.14.03-.08-.08-.1-.5-.04-.83.05-.3.06-.31.3-.45.13-.07.32-.22.42-.33.1-.1.2-.18.21-.16l-.1.43zm-15.54.05c.12.37.04 1.1-.13 1.1-.1 0-.32-.55-.61-1.5 0-.02.14.02.33.1.31.12.36.16.4.3z"/>
6
3
  <path fill="#6c757d" d="M9.93 3.52c-.2.1-.38.42-.38.66 0 .33.3.62.66.63.12 0 .5-.2.45-.25a.62.62 0 0 0-.23 0c-.17.01-.22 0-.35-.11-.09-.07-.15-.16-.15-.2 0-.03.13-.16.28-.3l.28-.25-.12-.13c-.15-.16-.22-.16-.44-.04zM11.05 3.73c-.24.19-.29.37-.13.54l.1.13-.17.17a.72.72 0 0 0-.17.18c0 .09.42.2.6.17.25-.04.57-.25.63-.39.05-.13-.03-.3-.2-.39-.08-.05-.08-.05.08-.2l.16-.14-.15-.11c-.22-.17-.5-.16-.75.04zM8.48 3.73c-.12.13-.13.18-.03.18.12 0 .17.18.15.58l-.01.38.13.02h.13v-.46c0-.52.05-.65.2-.48.06.06.12.1.15.1.05 0 .28-.19.25-.2l-.14-.12c-.12-.11-.13-.11-.27-.04-.13.07-.16.07-.29 0-.17-.08-.15-.08-.27.04zM7.98 3.75c-.05.06-.08.06-.27.01-.32-.07-.53-.02-.75.2-.32.32-.3.75.05 1.01.21.17.4.2.72.1.15-.03.2-.03.26.03.12.1.16.1.1-.01a1.16 1.16 0 0 1-.04-.35c0-.15-.02-.27-.05-.27-.02 0-.05.06-.05.13 0 .2-.24.44-.45.44-.17 0-.4-.24-.43-.44-.06-.42.12-.74.44-.74.27 0 .44.18.44.44 0 .07.03.12.05.12.03 0 .05-.15.05-.37 0-.21 0-.38-.02-.38l-.05.08zM10.68 5.12c0 .04-.09.06-.28.06-.27 0-.3.01-.45.16-.1.09-.16.2-.16.25 0 .12.16.25.45.36.31.12.4.2.38.37-.01.2-.2.25-.48.16-.15-.04-.21-.1-.28-.25l-.1-.18-.01.25c-.02.33 0 .42.1.34.06-.04.2-.06.4-.06.28.01.33 0 .43-.1.07-.08.12-.2.13-.33.02-.18 0-.23-.1-.33a.57.57 0 0 0-.33-.15.79.79 0 0 1-.32-.12l-.1-.08.1-.1c.15-.14.39-.13.57.02l.15.12v-.16a.55.55 0 0 0-.05-.22c-.03-.05-.05-.05-.05-.02zM9.19 5.32c-.06.1-.17.23-.25.29-.12.08-.13.1-.06.15.05.04.07.16.07.45.01.34.03.4.13.48.15.12.2.11.32-.06.1-.13.1-.14.02-.14-.14 0-.19-.09-.2-.4-.02-.27-.02-.28.1-.3.22-.02.33-.05.33-.1 0-.02-.08-.03-.19-.02-.15.03-.18.02-.2-.07a.6.6 0 0 1 .02-.26c.06-.24.03-.24-.1-.02zM7.04 5.55a.85.85 0 0 0-.4.75c0 .2.02.24.16.38.1.1.21.16.34.18.16.02.19 0 .26-.13.08-.14.08-.14-.04-.14a.64.64 0 0 1-.46-.25c-.13-.18-.07-.6.1-.66.03-.02.12.02.2.08l.13.12.1-.12c.11-.1.11-.1.03-.23-.12-.15-.15-.15-.41.02zM8.04 5.61c-.23.16-.31.32-.24.51.05.13.04.17-.04.27-.12.15-.11.26.02.41l.11.14.13-.1c.17-.14.23-.14.3.02l.06.12.16-.16c.16-.15.16-.16.07-.2-.08-.03-.1-.07-.1-.44 0-.33-.01-.43-.1-.54-.11-.16-.16-.17-.37-.03zM11.23 5.75a.97.97 0 0 0-.24.33c-.06.22.01.44.17.57.2.17.32.16.45-.04.13-.19.14-.25.04-.16-.17.14-.5-.16-.5-.45 0-.13.18-.24.33-.19.04.02.12 0 .17-.05.09-.07.09-.07 0-.14-.14-.1-.2-.09-.42.14zM11.96 5.91c-.1.09-.14.16-.1.15.04-.01.1 0 .15.02.07.03.08.1.08.39s.02.35.1.42c.1.09.1.09.24-.05l.14-.13-.11-.03c-.1-.02-.1-.05-.13-.42-.04-.58-.08-.62-.37-.35zM9.77 7.15c-.02.05-.1.2-.2.3-.13.18-.14.22-.08.27.04.04.06.15.06.37 0 .48.2.68.4.39.18-.23.2-.26.09-.2-.16.08-.25-.02-.25-.29 0-.22 0-.23.14-.26.18-.03.18-.1 0-.1h-.16l.04-.29c.03-.28.01-.37-.04-.19zM7.3 7.43c-.38.28-.5.63-.34.96.1.22.45.5.51.43.16-.19.3-.4.28-.43-.02-.02-.06 0-.09.02a.25.25 0 0 1-.16.06c-.13 0-.34-.17-.27-.22l.33-.27.28-.23-.14-.23a1.07 1.07 0 0 0-.18-.22l-.22.13zM11.65 7.38c-.26.16-.32.27-.29.47.02.12 0 .21-.04.27-.1.12-.1.4 0 .53l.07.1.2-.11c.25-.15.28-.15.46-.02l.14.1.15-.15c.1-.1.12-.15.06-.13-.16.06-.21-.05-.21-.43 0-.35 0-.37-.17-.54a.98.98 0 0 0-.2-.17.76.76 0 0 0-.17.08zM8.14 7.5c-.1.12-.1.13-.03.26.06.1.08.24.08.56 0 .43 0 .43.12.43s.11 0 .11-.46c0-.38.02-.48.09-.54.07-.06.1-.06.16-.01.07.05.08.14.08.53 0 .27.02.5.05.5.03.02.12-.03.21-.1.1-.08.14-.13.1-.14-.04-.01-.07-.14-.1-.47-.02-.45-.07-.63-.17-.63a.71.71 0 0 0-.21.13l-.16.11-.08-.14c-.05-.08-.1-.14-.11-.14l-.14.12zM10.45 7.55l-.15.15.14.03c.14.03.14.03.18.41.03.45.12.55.3.35.1-.11.11-.12.03-.17-.06-.03-.08-.11-.08-.35 0-.31-.1-.58-.21-.58-.03 0-.12.07-.2.16zM15.32 3.3c-.02.02 0 .04.04.04s.1.04.13.1c.03.08.02.18-.07.5-.07.21-.14.39-.15.39-.04 0-.3-.6-.3-.68 0-.04.04-.08.09-.1s.1-.04.1-.07c0-.05-.22-.08-.69-.11-.33-.03-.35-.02-.22.03.1.03.2.12.28.24.13.2.58 1.22.58 1.31 0 .13.1-.11.33-.8.22-.65.26-.73.4-.81l.14-.1h-.32c-.17 0-.33.03-.34.05zM17.5 3.48c-.09.14-.32.35-.43.4-.04 0-.03.03.03.08s.1.18.12.5c.05.46.15.72.26.72.04 0 .13-.08.2-.18l.1-.18-.1-.02c-.09-.02-.1-.07-.15-.4-.04-.4-.02-.44.23-.45.19 0 .36-.04.36-.1 0-.02-.12-.04-.27-.05l-.27-.01v-.23-.22l-.09.14zM16.06 3.79c-.15.13-.16.16-.08.16.2 0 .26.11.26.48 0 .29.01.38.1.48.12.16.27.16.4 0l.1-.13-.15-.1c-.14-.1-.15-.11-.16-.47-.01-.3-.04-.4-.12-.48-.05-.06-.11-.1-.14-.1s-.11.07-.21.16zM18.55 4.08c-.22.17-.28.3-.18.37.07.05.07.07-.02.23-.12.19-.1.4.03.6.08.13.08.13.2.04.22-.15.33-.16.43-.04l.1.1.11-.12c.14-.16.14-.2.05-.27-.05-.04-.07-.16-.07-.45v-.4l-.15-.1c-.2-.12-.33-.11-.5.04zM14.98 5.37c-.74.07-1.15.45-1.05.98.02.1.07.24.12.3.2.22.65.32 1.07.22.1-.02.18-.02.2 0 .07.11.11.02.11-.21 0-.29-.04-.33-.12-.12-.12.33-.62.34-.9.02-.17-.18-.19-.29-.09-.33.07-.03.87.06 1.03.1.07.02.08 0 .08-.13 0-.09 0-.17-.02-.19s-.14.01-.27.05c-.13.03-.39.06-.56.06h-.32v-.14c0-.17.19-.36.43-.43.25-.08.5.02.6.22.04.09.09.16.11.16.02 0 .03-.14.03-.3s-.01-.3-.03-.3l-.42.04zM16.54 5.55c-.13.14-.13.14-.23.06-.17-.16-.2-.16-.44.02s-.34.33-.13.19c.18-.12.33-.05.4.2.07.22 0 .54-.16.74l-.09.12.1-.05a.86.86 0 0 0 .22-.22l.13-.16.16.17.17.17.36-.36-.18-.09c-.3-.14-.4-.29-.39-.52.01-.06.03-.07.1-.03.13.07.4.06.47-.02.05-.06.04-.08-.05-.13-.06-.02-.15-.09-.2-.14-.1-.09-.1-.09-.24.05zM17.59 5.86c-.27.2-.32.29-.32.55 0 .16.03.26.14.4.26.36.43.37.73.07l.18-.2-.15.04c-.45.14-.86-.36-.58-.7.09-.11.1-.11.18-.03.1.09.37.1.42.03.03-.04-.25-.32-.34-.33-.02 0-.15.08-.26.17zM18.82 5.94c-.33.25-.47.66-.32.94.1.2.3.37.42.37.13 0 .41-.26.53-.5a.71.71 0 0 0-.18-.86c-.17-.13-.22-.13-.45.05zm.23.21c.22.15.29.5.14.78-.06.12-.14.1-.31-.07-.2-.21-.26-.42-.17-.63.07-.18.15-.2.34-.08zM14.01 7.8c.02.87.03.93.16 1 .09.05.12.04.26-.11s.15-.17.07-.17c-.16 0-.2-.15-.2-.82v-.64H14l.01.74zM16.5 7.2c-.03.05-.13.15-.23.22-.16.11-.17.13-.1.2.05.06.06.2.06.5 0 .36.01.41.12.51.15.15.22.15.37-.01.16-.16.16-.18 0-.17-.15 0-.2-.1-.2-.51 0-.27 0-.27.14-.27.17 0 .18-.08.02-.12-.12-.03-.13-.05-.1-.24.02-.23.01-.25-.07-.11zM15.15 7.51c-.21.2-.25.3-.19.46.04.09.03.13-.02.17a.59.59 0 0 0-.12.24c-.04.14-.04.2.02.32.1.17.14.18.22.07.04-.05.13-.12.21-.16.14-.09.14-.09.25.02l.11.1.17-.19c.16-.17.17-.19.08-.2-.19-.04-.22-.1-.2-.44 0-.28 0-.33-.1-.44-.15-.16-.2-.15-.43.05zM17.11 7.67l-.13.1.13.12c.12.11.12.13.1.42-.03.26-.03.3.07.42l.12.13.26-.12c.15-.07.27-.1.27-.08 0 .03.04.09.1.14.08.09.1.09.2.02.09-.06.11-.1.08-.13a1.29 1.29 0 0 1-.05-.45c0-.4 0-.41-.14-.54l-.14-.14-.16.15c-.13.13-.13.15-.05.15.15 0 .2.1.2.36 0 .3-.08.38-.33.3l-.16-.03-.01-.37c-.01-.26-.04-.4-.1-.46-.08-.1-.1-.1-.25.02zM18.68 7.9l-.15.11.3.13v.95l.15-.02.15-.01.01-.45c.01-.24.04-.46.06-.49.03-.02.1 0 .19.1l.14.13.28-.27-.18-.13-.17-.13-.31.19-.1-.12c-.12-.16-.19-.16-.37 0zM13.08 11.38c-.33.1-.46.28-.17.23.15-.02.16-.01.16.1 0 .07.01.16.03.21.03.07.02.08-.09.03-.07-.02-.14-.04-.15-.02-.04.03.26.17.4.17.12 0 .81-.32.81-.38 0-.04-.58-.32-.73-.34a.73.73 0 0 0-.26 0z"/>
7
4
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
+ <path fill="#6c757d" d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
+ <path fill="#6c757d" d="M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z"/>
3
+ </svg>
@@ -1,6 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-labelledby="aria-label-columbia">
2
- <title>
3
- columbia
4
- </title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
5
2
  <path fill="#6c757d" d="M31.89 15.45a4.2 4.2 0 0 0-3.88-3.5c-3.48-.28-6.48 1.58-9.86 2.17-.27.05-.63-.52-.96-.85 1.57-1.18 1.35-3.5-.46-4.5a4.05 4.05 0 0 1 0-1.53c.14-.12 1.3.1 1.46-.04.17-.14.13-1.53.03-1.66s-1.41 0-1.48-.08c-.08-.1.03-1.34-.1-1.44-.08-.07-.44-.08-.64-.08s-.56 0-.65.08c-.12.1-.02 1.34-.09 1.44-.07.08-1.37-.06-1.48.08-.1.13-.14 1.52.03 1.66.16.14 1.32-.08 1.46.04.08.06.12 1.4 0 1.54-1.82 1-2.03 3.31-.46 4.49-.33.33-.7.9-.97.86-3.37-.6-6.37-2.46-9.85-2.18a4.2 4.2 0 0 0-3.88 3.5c-.61 3.54 1.94 6.27 3.17 9.28.4.95.74 2.23.68 3.33H28.04c-.06-1.1.28-2.38.67-3.33 1.24-3.01 3.79-5.74 3.18-9.28zM14.56 23.3c-.31 1.78-1.3 2.91-2.13 2.92-.54 0-.97-.2-1.36-.55-.54-.47-.99-1.26-.84-1.72.12-.15 1.58.07 1.68-.07.1-.15-.18-1.29-.34-1.43-.17-.15-1.49.05-1.66-.1-.18-.14-.34-1.55-.52-1.64 0 0-1.4-.2-1.5 0-.1.2.47 1.37.37 1.57s-1.94-.18-1.97.03c-.04.21.1 1.24.28 1.4.18.15 1.9.16 1.9.16.36.27.45.83.46 1.4 0 .72-.56 1.1-1.46.84-1.67-.47-3.73-4.08-4.96-6.59-.9-1.84-1.45-4.86.92-5.76 1.44-.55 2.96-.24 4.51.22 1.63.49 3.77 1.14 5.04 1.93.3.19-.37.04.75 2.52.53 1.16 1.05 3.63.83 4.87zm9.97 2.81c-.9.25-1.46-.12-1.46-.84 0-.57.1-1.13.46-1.4 0 0 1.72 0 1.9-.16s.31-1.2.28-1.4c-.03-.2-1.88.17-1.98-.03s.48-1.38.38-1.58c-.1-.2-1.5.01-1.5.01-.18.09-.34 1.5-.52 1.64s-1.5-.05-1.66.1c-.16.14-.44 1.28-.34 1.43.1.14 1.56-.08 1.68.07.14.46-.3 1.25-.84 1.72-.4.34-.83.55-1.37.55-.82-.01-1.8-1.14-2.12-2.92-.22-1.24.3-3.71.82-4.87 1.13-2.48.45-2.33.76-2.52 1.26-.79 3.4-1.44 5.04-1.93 1.55-.46 3.06-.77 4.5-.22 2.37.9 1.83 3.92.93 5.76-1.23 2.5-3.3 6.12-4.96 6.6z"/>
6
3
  </svg>