For example, both IRAM and NRAO have "26B" call. The proposal count for NRAO and IRAM both show the sum of the number of NRAO and IRAM proposals rather than the number for the individual soliciations.
Likely fix: modify WHERE clauses in print-open-calls to also filter on the organization (in addition to solicitation).
For example, both IRAM and NRAO have "26B" call. The proposal count for NRAO and IRAM both show the sum of the number of NRAO and IRAM proposals rather than the number for the individual soliciations.
Likely fix: modify `WHERE` clauses in `print-open-calls` to also filter on the `organization` (in addition to solicitation).
https://code.crackonoon.com/george/proposal_database/src/main/proposal_database.rkt#L294
For example, both IRAM and NRAO have "26B" call. The proposal count for NRAO and IRAM both show the sum of the number of NRAO and IRAM proposals rather than the number for the individual soliciations.
Likely fix: modify
WHEREclauses inprint-open-callsto also filter on theorganization(in addition to solicitation).https://code.crackonoon.com/george/proposal_database/src/main/proposal_database.rkt#L294