We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d909a0 commit 1e3bef4Copy full SHA for 1e3bef4
1 file changed
middleware/main.py
@@ -254,7 +254,7 @@ def extract_thunen_from_openagrar_metadata():
254
return
255
# Regex pattern to match publisher synonyms
256
publisher_pattern = re.compile(
257
- r"Thünen[- ]?Institut|Thuenen Institute", re.IGNORECASE
+ r"Thünen[- ]?Institut|Thuenen Institute|Thünen-Atlas", re.IGNORECASE
258
)
259
260
# Load JSON
0 commit comments